From bdd410d3cd31e51a9cafe6e38efa4fe3ab29cffa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 28 Aug 2013 16:38:19 +0200 Subject: Widgets: use a template for JQueryJqGrid. It is now far clearer... (refs #1219) --- ishtar_common/templates/blocks/JQueryJqGrid.html | 123 +++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 ishtar_common/templates/blocks/JQueryJqGrid.html (limited to 'ishtar_common/templates/blocks/JQueryJqGrid.html') diff --git a/ishtar_common/templates/blocks/JQueryJqGrid.html b/ishtar_common/templates/blocks/JQueryJqGrid.html new file mode 100644 index 000000000..26855f4ea --- /dev/null +++ b/ishtar_common/templates/blocks/JQueryJqGrid.html @@ -0,0 +1,123 @@ +{% load i18n %} + + + + +{% if url_new %} +

{{new_message}}

+{% endif %} + +

{% trans "Search and select an item" %}

+ +
+
+ +
+{% if source_full %} +{% trans "Export as CSV" %} ({{encoding}}) +{{simple}} - +{{full}} +{% else %} +{% trans "Export as CSV" %} ({{encoding}}) +{% endif %} +
+ +{% if multiple %} + + +{% endif %} + + + + + -- cgit v1.2.3