summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/locale/django.pot30
-rw-r--r--archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html12
2 files changed, 25 insertions, 17 deletions
diff --git a/archaeological_operations/locale/django.pot b/archaeological_operations/locale/django.pot
index fb798d8b7..3776789bf 100644
--- a/archaeological_operations/locale/django.pot
+++ b/archaeological_operations/locale/django.pot
@@ -231,7 +231,7 @@ msgstr ""
msgid "Finds received"
msgstr ""
-#: forms.py:593 forms.py:1208 views.py:255
+#: forms.py:593 forms.py:1208 views.py:256
msgid "Operation search"
msgstr ""
@@ -518,7 +518,7 @@ msgstr ""
msgid "Object"
msgstr ""
-#: forms.py:1297 views.py:411
+#: forms.py:1297 views.py:412
msgid "Administrative act search"
msgstr ""
@@ -561,7 +561,7 @@ msgstr ""
msgid "Generate the associated doc?"
msgstr ""
-#: forms.py:1461 ishtar_menu.py:121 views.py:464
+#: forms.py:1461 ishtar_menu.py:121 views.py:465
msgctxt "admin act register"
msgid "Register"
msgstr ""
@@ -612,7 +612,7 @@ msgid "General informations"
msgstr ""
#: ishtar_menu.py:136 models.py:290
-#: templates/ishtar/dashboards/dashboard_operation.html:9
+#: templates/ishtar/dashboards/dashboard_operation.html:8
msgid "Operations"
msgstr ""
@@ -978,47 +978,47 @@ msgstr ""
msgid "Operation types old"
msgstr ""
-#: views.py:301
+#: views.py:302
msgid "New operation"
msgstr ""
-#: views.py:320
+#: views.py:321
msgid "Operation modification"
msgstr ""
-#: views.py:363
+#: views.py:364
msgid "Operation closing"
msgstr ""
-#: views.py:369
+#: views.py:370
msgid "Operation deletion"
msgstr ""
-#: views.py:374
+#: views.py:375
msgid "Operation: source search"
msgstr ""
-#: views.py:382
+#: views.py:383
msgid "Operation: source creation"
msgstr ""
-#: views.py:390
+#: views.py:391
msgid "Operation: source modification"
msgstr ""
-#: views.py:405
+#: views.py:406
msgid "Operation: source deletion"
msgstr ""
-#: views.py:424
+#: views.py:425
msgid "Operation: new administrative act"
msgstr ""
-#: views.py:434
+#: views.py:435
msgid "Operation: administrative act modification"
msgstr ""
-#: views.py:458
+#: views.py:459
msgid "Operation: administrative act deletion"
msgstr ""
diff --git a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html
index a661d304d..eca69b87f 100644
--- a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html
+++ b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html
@@ -4,10 +4,10 @@
{{form.media}}
{% endblock %}
{% block content %}
-<div class='dashboard'>
- <h2>{% trans "Operations" %}</h2>
+<h2>{% trans "Operations" %}</h2>
+<div class='dashboard' id='dashboard-operations'>
<h3>{% trans "Global informations" %}</h3>
<div>
<div class='clean-table'>
@@ -708,4 +708,12 @@
</div>
</div>
+<script>
+ $( function() {
+ $( "#dashboard-operations" ).accordion({
+ collapsible: true,
+ heightStyle: "content"
+ });
+ } );
+</script>
{% endblock %}