diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-05-22 22:22:32 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-05-22 22:22:32 +0200 |
| commit | e45b6042dd31f046226e29ad07e1638c7ff3b437 (patch) | |
| tree | a4d6b2acc1167a30f51966f3da9df21eca1dfebc /archaeological_finds/templates/ishtar/sheet_findbasket.html | |
| parent | a35bb6b362f99f7b2c3d38dc8bbc54f234ac4dd7 (diff) | |
| download | Ishtar-e45b6042dd31f046226e29ad07e1638c7ff3b437.tar.bz2 Ishtar-e45b6042dd31f046226e29ad07e1638c7ff3b437.zip | |
Find: sheet for basket - manage default basket selection
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_findbasket.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_findbasket.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html new file mode 100644 index 000000000..00b52ab7b --- /dev/null +++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html @@ -0,0 +1,16 @@ +{% extends "ishtar/sheet.html" %} +{% load i18n window_tables from_dict %} + +{% block head_sheet %} +{{block.super}} +<h1>{% trans "Find"%}</h1> +{% 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> + +{% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %} + +{% endblock %} |
