Changeset 5284


Ignore:
Timestamp:
Mar 23, 2010, 1:04:31 PM (14 years ago)
Author:
plg
Message:

bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.

Add missing i18n on admin.tpl, admin header/footer, pLoader page, theme
manager.

Location:
trunk/admin/themes/default
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r5255 r5284  
    752752#helpContent LI, #ftpPage LI {margin-top:10px;}
    753753#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
     754
     755#configContent FIELDSET {border:none;}
  • trunk/admin/themes/default/template/admin.tpl

    r5175 r5284  
    1414
    1515<div id="menubar">
    16   <div id="adminHome"><a href="{$U_ADMIN}">Administration Home</a></div>
     16  <div id="adminHome"><a href="{$U_ADMIN}">{'Administration Home'|@translate}</a></div>
    1717  <dl class="first">
    1818    <dt class="rdion"><span>{'Photos'|@translate}&nbsp;</span></dt>
  • trunk/admin/themes/default/template/configuration.tpl

    r5123 r5284  
    99<form method="post" action="{$F_ACTION}" class="properties">
    1010{/if}
    11 
     11<div id="configContent">
    1212{if isset($main)}
    1313<fieldset id="mainConf">
     
    196196</fieldset>
    197197{/if}
     198
     199</div> <!-- configContent -->
    198200
    199201{if isset($default)}
  • trunk/admin/themes/default/template/footer.tpl

    r5258 r5284  
    2323
    2424  {'Powered by'|@translate}
    25   <a href="{$PHPWG_URL}" title="Visit Piwigo project website">
     25  <a href="{$PHPWG_URL}" title="{'Visit Piwigo project website'|@translate}">
    2626  <span class="Piwigo">Piwigo</span></a>
    2727  {$VERSION}
    28   | <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
    29   | <a class="external" href="{$pwgmenu.FORUM}" title="Get Support on Piwigo Forum" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>
     28  | <a class="external" href="{$pwgmenu.WIKI}" title="{'Read Piwigo Documentation'|@translate}" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
     29  | <a class="external" href="{$pwgmenu.FORUM}" title="{'Get Support on Piwigo Forum'|@translate}" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>
    3030  </div> <!-- piwigoInfos -->
    3131
  • trunk/admin/themes/default/template/header.tpl

    r5248 r5284  
    4040<div id="pwgHead">
    4141  <h1>
    42     <a href="{$U_RETURN}" title="Visit Gallery">
     42    <a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}">
    4343      <img src="{$ROOT_URL}admin/themes/{$theme.id}/icon/home.png" alt="{'Home'|@translate}">
    4444      {$GALLERY_TITLE}
     
    4747
    4848  <div id="headActions">
    49     Hello {$USERNAME} :
    50     <a href="{$U_RETURN}">Visit Gallery</a> |
    51     <a href="{$U_CHANGE_THEME}" title="Switch to clear or dark colors for administration">Change Admin Colors</a> |
    52     <a href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">Help Me</a> |
     49    {'Hello'|@translate} {$USERNAME} :
     50    <a href="{$U_RETURN}">{'Visit Gallery'|@translate}</a> |
     51    <a href="{$U_CHANGE_THEME}" title="{'Switch to clear or dark colors for administration'|@translate}">{'Change Admin Colors'|@translate}</a> |
     52    <a href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">{'Help Me'|@translate}</a> |
    5353    <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
    5454  </div>
  • trunk/admin/themes/default/template/photos_add_ploader.tpl

    r5182 r5284  
    5353
    5454<div id="pLoaderPage">
    55 <p>pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.</p>
     55<p>{'pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'|@translate}</p>
    5656
    5757<ol>
    5858  <li>
    59     Download,
     59    {'Download,'|@translate}
    6060
    6161<table class="downloads">
     
    8383
    8484  </li>
    85   <li>Install on your computer,</li>
    86   <li>Start pLoader and add your photos.</li>
     85  <li>{'Install on your computer,'|@translate}</li>
     86  <li>{'Start pLoader and add your photos.'|@translate}</li>
    8787</ol>
    8888</div>
  • trunk/admin/themes/default/template/photos_add_settings.tpl

    r5174 r5284  
    2020{/literal}
    2121
    22 <div class="titrePage" style="height:25px">
     22<div class="titrePage">
    2323  <h2>{'Upload Photos'|@translate}</h2>
    2424</div>
  • trunk/admin/themes/default/template/themes_installed.tpl

    r5259 r5284  
    66
    77<fieldset>
    8 <legend>Active Themes</legend>
     8<legend>{'Active Themes'|@translate}</legend>
    99{if isset($active_themes)}
    1010<div class="themeBoxes">
    1111{foreach from=$active_themes item=theme}
    1212  <div class="themeBox{if $theme.is_default} themeDefault{/if}">
    13     <div class="themeName">{$theme.name}{if $theme.is_default} <em>(default)</em>{/if}</div>
     13    <div class="themeName">{$theme.name}{if $theme.is_default} <em>({'default'|@translate})</em>{/if}</div>
    1414    <div class="themeShot"><img src="{$theme.screenshot}"></div>
    1515    <div class="themeActions">
     
    2727{if isset($inactive_themes)}
    2828<fieldset>
    29 <legend>Inactive Themes</legend>
     29<legend>{'Inactive Themes'|@translate}</legend>
    3030<div class="themeBoxes">
    3131{foreach from=$inactive_themes item=theme}
Note: See TracChangeset for help on using the changeset viewer.