aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-08-14 18:18:47 +0000
committerplegall <plg@piwigo.org>2005-08-14 18:18:47 +0000
commit3b957eb48093b4705cd98d0f9c70ea932a37e633 (patch)
treebc0826bfe62b41895bec83d9d9172fe43517c899 /template/default/admin.tpl
parentc501facfa5447443be872c56377cb9141c939196 (diff)
- modification : simplification of HTML/CSS code for double select screen to
manage categories properties (admin/cat_options) - typo fixed : in menu language key for [admin > categories > representative] git-svn-id: http://piwigo.org/svn/trunk@812 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin.tpl')
-rw-r--r--template/default/admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin.tpl b/template/default/admin.tpl
index 8c72195d2..39879fffb 100644
--- a/template/default/admin.tpl
+++ b/template/default/admin.tpl
@@ -43,7 +43,7 @@
<li><a class="adminMenu" href="{U_CAT_VISIBLE}">{L_CAT_VISIBLE}</a></li>
<li><a class="adminMenu" href="{U_CAT_STATUS}">{L_CAT_STATUS}</a></li>
<!-- BEGIN representative -->
- <li><a class="adminMenu" href="{representative.URL}">{lang:Representatve}</a></li>
+ <li><a class="adminMenu" href="{representative.URL}">{lang:Representative}</a></li>
<!-- END representative -->
</ul>
</div>