Ignore:
Timestamp:
Mar 29, 2010, 3:30:02 PM (14 years ago)
Author:
patdenice
Message:

feature 1502: Allow to have configuration page for each theme.css.
About string for theme has to be saved in language theme directory (about.html)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/themes_installed.tpl

    r5382 r5446  
    1414    <div class="themeShot"><img src="{$theme.screenshot}"></div>
    1515    <div class="themeActions">
    16 
     16      <div>
    1717{if $theme.deactivable}
    1818      <a href="{$deactivate_baseurl}{$theme.id}" title="{'Forbid this theme to users'|@translate}">{'Deactivate'|@translate}</a>
     
    2424      | <a href="{$set_default_baseurl}{$theme.id}" title="{'Set as default theme for unregistered and new users'|@translate}">{'Default'|@translate}</a>
    2525{/if}
     26{if isset($theme.admin_uri)}
     27      <br><a href="{$theme.admin_uri}" title="{'Configuration'|@translate}">{'Configuration'|@translate}</a>
     28{/if}
     29      </div>
    2630    </div> <!-- themeActions -->
    2731  </div>
     
    4044    <div class="themeShot"><img src="{$theme.screenshot}"></div>
    4145    <div class="themeActions">
    42 
     46      <div>
    4347  {if $theme.activable}
    4448      <a href="{$activate_baseurl}{$theme.id}" title="{'Make this theme available to users'|@translate}">{'Activate'|@translate}</a>
     
    5458      <span title="{$theme.delete_tooltip}">{'Delete'|@translate}</span>
    5559  {/if}
    56 
     60      </div>
    5761    </div>
    5862   
Note: See TracChangeset for help on using the changeset viewer.