Ignore:
Timestamp:
Jan 15, 2007, 11:44:48 PM (17 years ago)
Author:
vdigital
Message:

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)).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/intro.tpl

    r1538 r1724  
    11<!-- $Id$ -->
    22<h2>{lang:title_default}</h2>
    3 
     3<!-- BEGIN pwgmenu -->
     4<ul class="pwgmenu">
     5  <!-- Keep Doctype XHTML Strict acceptable even in Admin -->
     6  <!-- New window is open if Js available (Webmasters accept it usually) -->
     7  <li><a href="{pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;">{lang:HOME}</a></li>
     8  <li><a href="{pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;">{lang:WIKI / DOC}</a></li>
     9  <li><a href="{pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;">{lang:FORUM}</a></li>
     10  <li><a href="{pwgmenu.BUGS}" onclick="window.open(this.href, ''); return false;">{lang:BUGS}</a></li>
     11  <li><a href="{pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;">{lang:EXTENSIONS}</a></li>
     12</ul>   
     13<!-- END pwgmenu -->
    414<dl>
    515  <dt>{lang:PhpWebGallery version}</dt>
Note: See TracChangeset for help on using the changeset viewer.