summaryrefslogtreecommitdiff
path: root/templates/chimere/main_map.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/main_map.html')
-rw-r--r--templates/chimere/main_map.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html
index 9d99c05..caad4b4 100644
--- a/templates/chimere/main_map.html
+++ b/templates/chimere/main_map.html
@@ -12,7 +12,9 @@
{% endblock %}
{% block message_edit %}{% endblock %}
{% block sidebar %}
- <div id='panel'class='navbar-default'>
+ <div class='show-hide-panel' id='hide-panel'><span class='fa fa-arrow-circle-right'></span></div>
+ <div class='show-hide-panel' id='show-panel'><span class='fa fa-arrow-circle-left'></span></div>
+ <div id='panel' class='navbar-default'>
<form id="frm_categories"><div id='categories'></div></form>
<div id='search-box' class='ui-widget ui-corner-all'></div>
</div>