aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-17 10:38:21 +0000
committervdigital <vdigital@piwigo.org>2007-02-17 10:38:21 +0000
commit273ea4de5cddb65c475cd1fa40e94d02fd06e427 (patch)
treeb0142db20eb3859986cca579da7824de128ccac4 /template/yoga/menubar.tpl
parent856f707fe60d64b0e7a6a8748ed847f72284287c (diff)
Some css changes to reach CSS3 Conformity (even not official)
(New): mozilla family hacks are all in a not-ie.css (New): HTTP Upload has been moved (enhanced visibility). git-svn-id: http://piwigo.org/svn/trunk@1832 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar.tpl')
-rw-r--r--template/yoga/menubar.tpl10
1 files changed, 7 insertions, 3 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl
index 603733fa2..9dde24af7 100644
--- a/template/yoga/menubar.tpl
+++ b/template/yoga/menubar.tpl
@@ -32,8 +32,14 @@
<dt><a href="{U_CATEGORIES}">{lang:Categories}</a></dt>
<dd>
{MENU_CATEGORIES_CONTENT}
+ <!-- BEGIN upload -->
+ <ul><li>
+ <a href="{upload.U_UPLOAD}">{lang:upload_picture}</a>
+ </li></ul>
+ <!-- END upload -->
<p class="totalImages">{NB_PICTURE} {lang:total}</p>
</dd>
+
</dl>
<!-- BEGIN tags -->
@@ -81,9 +87,7 @@
<!-- BEGIN summary -->
<li><a href="{summary.U_SUMMARY}" title="{summary.TITLE}" {summary.REL}>{summary.NAME}</a></li>
<!-- END summary -->
- <!-- BEGIN upload -->
- <li><a href="{upload.U_UPLOAD}">{lang:upload_picture}</a></li>
- <!-- END upload -->
+
</ul>
</dd>
</dl>