diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-26 12:13:21 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-26 12:13:21 +0200 |
| commit | bc6456c751d3ddf9b6cb229528334e26f20de47f (patch) | |
| tree | 4a258455c9e315649edce1fe2749c7e822f4da12 /archaeological_operations/templates | |
| parent | a910f09a76d7e04989e083c0485e3134c6c9b683 (diff) | |
| download | Ishtar-bc6456c751d3ddf9b6cb229528334e26f20de47f.tar.bz2 Ishtar-bc6456c751d3ddf9b6cb229528334e26f20de47f.zip | |
Improve dashboard layout (refs #1316)
Diffstat (limited to 'archaeological_operations/templates')
| -rw-r--r-- | archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html index 28f1dd9c6..719ec2ac1 100644 --- a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html +++ b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html @@ -6,10 +6,11 @@ {% endblock %} {% block content %} <div class='dashboard'> + <h2>{% trans "Operations" %}</h2> - <div> - <h3>{% trans "Global informations" %}</h3> + <h3>{% trans "Global informations" %}</h3> + <div> <div class='table'> <table> <caption>{% trans "Total" %}</caption> @@ -102,9 +103,9 @@ </table></div> </div> - <div> - <h3>{% trans "Survey informations" %}</h3> + <h3>{% trans "Survey informations" %}</h3> + <div> <div class='table'> <table> @@ -320,13 +321,10 @@ </tr> {% endfor %} </table></div> - - </div> - <div> - - <h3>{% trans "Excavation informations" %}</h3> + <h3>{% trans "Excavation informations" %}</h3> + <div> <div class='table'> <table> <caption>{% trans "Total" %}</caption> |
