summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findbasket.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-24 13:39:32 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-24 13:43:35 +0200
commit988312da8273e1fb285d972b3aab9df44d74717c (patch)
tree1233279285cfd418817a73611af98033230e6452 /archaeological_finds/templates/ishtar/sheet_findbasket.html
parent96f4c36d7ce223e00e0db538656448b605042a8b (diff)
downloadIshtar-988312da8273e1fb285d972b3aab9df44d74717c.tar.bz2
Ishtar-988312da8273e1fb285d972b3aab9df44d74717c.zip
UI: adpat all sheet to the new layout. Administrativ act: can modify from sheet. Organization: can modify from sheet.
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_findbasket.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findbasket.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html
index 00b52ab7b..7738a872d 100644
--- a/archaeological_finds/templates/ishtar/sheet_findbasket.html
+++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html
@@ -1,16 +1,9 @@
{% extends "ishtar/sheet.html" %}
-{% load i18n window_tables from_dict %}
+{% load i18n window_tables window_header from_dict %}
-{% block head_sheet %}
-{{block.super}}
-<h1>{% trans "Find"%}</h1>
-{% endblock %}
+{% block head_title %}{% trans "Find basket" %}{% endblock %}
{% block content %}
-
-<div class='tool'>{%trans "Export as:"%} <a href='{% url show-findbasket item.pk "odt" %}'>{%trans "OpenOffice.org file"%}</a>, <a href='{% url show-findbasket item.pk "pdf" %}'>{%trans "PDF file"%}</a></div>
-<div class='tool modify'><a href='{% url select_itemsinbasket item.pk %}'>{% trans "Modify" %}</a></div>
-
+{% window_nav item window_id 'show-findbasket' 'select_itemsinbasket' %}
{% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}
-
{% endblock %}