Changeset 2396


Ignore:
Timestamp:
Jun 24, 2008, 1:40:55 AM (16 years ago)
Author:
rvelices
Message:
  • remove some warnings in tags.tpl (when debug template is true)
  • remove tagletter color from default-layout.css (it should be in every theme or nowhere)
Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r2362 r2396  
    295295  font-weight: bold;
    296296  padding: 0 5px;
    297   color: #555;
    298297  font-style: normal;
    299298}
  • trunk/template/yoga/tags.tpl

    r2362 r2396  
    3737      <tr class="tagLine">
    3838        <td><a href="{$tag.URL}">{$tag.NAME}</a></td>
    39         <td class="nbEntries"><strong>{$tag.COUNTER}</strong> {'photos'|@translate}</td>
     39        <td class="nbEntries">{$pwg->l10n_dec('%d element', '%d elements', $tag.COUNTER)}</td>
    4040      </tr>
    4141      {/foreach}
    4242    </table>
    4343  </fieldset>
    44       {if $letter.CHANGE_COLUMN}
     44      {if $letter.CHANGE_COLUMN|@default:false}
    4545      </td>
    4646      <td valign="top">
Note: See TracChangeset for help on using the changeset viewer.