diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-15 22:44:48 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-15 22:44:48 +0000 |
commit | 073ab4a9e3ef97fcfce21bf72d5eae6b61d2f801 (patch) | |
tree | 87a51881b3bd38900a957425db7df9100b210bfa /template/yoga/admin/intro.tpl | |
parent | 6ea1ec6c86ebfe61d15aa6198e19d25501b0f5ff (diff) |
Feature "Admin Advices !" (Standard plugin) : May give you always now an advice on the administration page.
Quick solved list:
1 - Wording on EXIF/IPTC Advices
2 - Default language is English
3 - Some Transparency issues under IE
4 - Some Border issues
5 - PWG Menu moved from Advices Box to Intro.
6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL()
7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)).
git-svn-id: http://piwigo.org/svn/trunk@1724 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/intro.tpl | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/template/yoga/admin/intro.tpl b/template/yoga/admin/intro.tpl index 4605b35b3..9d35a6bc4 100644 --- a/template/yoga/admin/intro.tpl +++ b/template/yoga/admin/intro.tpl @@ -1,6 +1,16 @@ <!-- $Id$ --> <h2>{lang:title_default}</h2> - +<!-- BEGIN pwgmenu --> +<ul class="pwgmenu"> + <!-- Keep Doctype XHTML Strict acceptable even in Admin --> + <!-- New window is open if Js available (Webmasters accept it usually) --> + <li><a href="{pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;">{lang:HOME}</a></li> + <li><a href="{pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;">{lang:WIKI / DOC}</a></li> + <li><a href="{pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;">{lang:FORUM}</a></li> + <li><a href="{pwgmenu.BUGS}" onclick="window.open(this.href, ''); return false;">{lang:BUGS}</a></li> + <li><a href="{pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;">{lang:EXTENSIONS}</a></li> +</ul> +<!-- END pwgmenu --> <dl> <dt>{lang:PhpWebGallery version}</dt> <dd> |