Ignore:
Timestamp:
Apr 4, 2012, 5:47:23 PM (12 years ago)
Author:
flop25
Message:

updated for 2.4 :
-deleted timthumb
-deleted config for auto-generation

features added :
-representative thumbs can be big : always, as the "Every x thumb" config or never

bug corrected :
-big thumbs didn't have rounded corners

Translations uk_UA needed for new keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/admin/admin.tpl

    r12048 r13894  
     1{html_style}{literal}
     2FORM.properties SPAN.property {
     3    float: left;
     4    font-weight: bold;
     5    margin: 0;
     6    padding: 0 0.5em 0 0;
     7    text-align: right;
     8    width: auto;
     9}
     10{/literal}{/html_style}
     11
    112<div class="titrePage">
    213  <h2>{'Stripped & Columns Theme Configuration'|@translate}</h2>
     
    1526      <label for="column_width"><span class="property">{'Width of columns'|@translate}</span>&nbsp;</label>
    1627      <input type="text" id="column_width" name="f_column_width" size="4" maxlength="4" value="{$options.column_width}" style="text-align:center;">
    17       &nbsp;px
     28      &nbsp;{'pixels'|@translate}
    1829    </li>
    1930    <li>
    2031      <label for="column_width"><span class="property">{'Width of thumbnails'|@translate}</span>&nbsp;</label>
    2132      <input type="text" id="column_width" name="f_thumbnail_width" size="4" maxlength="4" value="{$options.thumbnail_width}" style="text-align:center;">
    22       &nbsp;px&nbsp;{'it need to be inferior than the width of columns'|@translate}
     33      &nbsp;{'pixels'|@translate}&nbsp;{'(it need to be inferior than the width of columns)'|@translate}
    2334    </li>
    2435    <li>
     
    3344    </li>
    3445    <li>
    35       <label for="thumbnail">{'The thumbnails can be generated by the theme'|@translate}</label>
    36       </p>
     46      <br><br>
     47        <label for="thumbnail">{'About big thumbnails, for the albums :'|@translate}</label>
     48      <br><br>
    3749      <label>
    38         <input type="radio" name="f_thumbnail" id="thumbnail" value="generated"  {if $options.thumbnail=="generated"}checked{/if}>
    39         &nbsp;{'option thumbnail generated'|@translate}</label>
     50        <input type="radio" name="f_catthumb" id="catthumb" value="none"  {if $options.catthumb=="none"}checked{/if}>
     51        &nbsp;{'don\'t generate big thumbnails'|@translate}</label>
    4052      <br>
    4153      <label>
    42         <input type="radio" name="f_thumbnail" id="thumbnail" value="auto" {if $options.thumbnail=="auto"}checked{/if}>
    43         &nbsp;{'option thumbnail auto'|@translate}</label>
     54        <input type="radio" name="f_catthumb" id="catthumb" value="same" {if $options.catthumb=="same"}checked{/if}>
     55        &nbsp;{'use the same config as above'|@translate}</label>
    4456      <br>
    4557      <label>
    46         <input type="radio" name="f_thumbnail" id="thumbnail" value="piwigo" {if $options.thumbnail=="piwigo"}checked{/if}>
    47         &nbsp;{'option thumbnail piwigo'|@translate}</label>
     58        <input type="radio" name="f_catthumb" id="catthumb" value="all" {if $options.catthumb=="all"}checked{/if}>
     59        &nbsp;{'always generate big thumbnails'|@translate}</label>
    4860      <br>
    4961    </li>
Note: See TracChangeset for help on using the changeset viewer.