Ignore:
Timestamp:
Mar 14, 2012, 2:40:37 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.4.3

  • add a #Tags id for tags list, for the user tags plugin
  • use inline-block instead of float left for thumbnails ans categories
  • print css: re-enable it in the header + improve it
  • update README + add debugging mode in themeconf
  • language strings
  • new script to tag a new version and generate a zip archive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/picture.tpl

    r13551 r13554  
    5858        {/if}
    5959        {if !empty($U_SET_AS_REPRESENTATIVE) }
    60         <li><a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}">{'representative'|@translate}</a></li>
     60        <li><a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as album representative'|@translate}">{'representative'|@translate}</a></li>
    6161        {/if}
    6262        {if isset($U_ADMIN) }
     
    9494        {if $display_info.tags and isset($related_tags)}
    9595        <dt>{'Tags'|@translate}</dt>
    96         <dd>
     96        <dd id="Tags">
    9797          {foreach from=$related_tags item=tag name=tag_loop}
    9898          {if !$smarty.foreach.tag_loop.first}, {/if}
    99           <a href="{$tag.URL}">{$tag.name}</a>{/foreach}
     99          <a href="{$tag.URL}">{$tag.name}</a>
     100          {/foreach}
    100101        </dd>
    101102        {/if}
     
    125126        {/if}
    126127        {if isset($rating)}
    127         <dt><span id="updateRate">{if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this picture'|@translate}{/if}</span></dt>
     128        <dt><span id="updateRate">{if isset($rating.USER_RATE)}{'Update your rating'|@translate}{else}{'Rate this photo'|@translate}{/if}</span></dt>
    128129        <dd>
    129130          <form action="{$rating.F_ACTION}" method="post" id="rateForm">
Note: See TracChangeset for help on using the changeset viewer.