summaryrefslogtreecommitdiff
path: root/templates/detail.html
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2008-11-24 19:16:20 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2008-11-24 19:16:20 +0000
commitdb8e84ed8da6ffdb45c22b72d8fd890d80187323 (patch)
treeced66810336def6b1e38d9782f091360b8f86dc8 /templates/detail.html
parent6990a6a363f8bbf0aeca40a4b57865d4556ef349 (diff)
downloadChimère-db8e84ed8da6ffdb45c22b72d8fd890d80187323.tar.bz2
Chimère-db8e84ed8da6ffdb45c22b72d8fd890d80187323.zip
Update of styles - Changing (again) the way details are displayed
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@5 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/detail.html')
-rw-r--r--templates/detail.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/detail.html b/templates/detail.html
index f8ef21d..03ffe25 100644
--- a/templates/detail.html
+++ b/templates/detail.html
@@ -6,5 +6,4 @@
<div>{% for property in marker.getProperties %}
<p id='{{property.propertymodel.getNamedId}}'>{{ property.value }}</p>
{% endfor %}</div>
-</div>
-<div id='detail_footer'><a href='javascript:hideDetail();'>{% trans "Close" %}</a></div> \ No newline at end of file
+</div> \ No newline at end of file