diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-13 22:06:50 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-13 22:06:50 +0000 |
| commit | 5577411f505db728e778a9bda8cd8a958c805317 (patch) | |
| tree | 036723e6d3daae48b8b7c100019f30394a9a0af2 /templates | |
| parent | b4eb64e8760e0f546064f73a846c0c6b9086ad93 (diff) | |
| download | Chimère-5577411f505db728e778a9bda8cd8a958c805317.tar.bz2 Chimère-5577411f505db728e778a9bda8cd8a958c805317.zip | |
Checkbox to display markers and routes waiting for validation on the main map
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@12 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 4 | ||||
| -rw-r--r-- | templates/main_map.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index da27cd2..e30e1e6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,9 +19,7 @@ {% endfor %} </ul> </div> - <div id="sidebar"> - {% block sidebar %}{% endblock %} - </div> + {% block sidebar %}{% endblock %} <div id="content"> {% block content %}{% endblock %} </div> diff --git a/templates/main_map.html b/templates/main_map.html index b5aca16..20f740a 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -9,7 +9,9 @@ <li><input type='checkbox' onclick='loadGeoObjects()' name='category_{{sub_category.id}}' id='category_{{sub_category.id}}'{% if sub_category.selected %} checked='checked'{% endif %}/> <label for='{{sub_category.id}}'><img alt='{{sub_category.name}}' src='{{media_path}}{{sub_category.icon.image}}'/> {% trans sub_category.name %}</label></li>{% endfor %} </ul> </li>{% endfor %} + <li id='display_submited'><input type='checkbox' onclick='loadGeoObjects()' name='display_submited'/> {% trans "Display markers and routes waiting for validation"%}</li> </ul> + </form> </div> <div id='detail'> |
