Ignore:
Timestamp:
Sep 9, 2012, 4:36:02 PM (12 years ago)
Author:
flop25
Message:

adding a new option : restrict heigth by using the 'thumbnail width' parameter
auto managment of pano photos : set pano on three columns
Thx to JJF and his work on White S&C
ToDo : medium pano on 2 columns

File:
1 edited

Legend:

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

    r13894 r17828  
    4545    <li>
    4646      <br><br>
     47      <label>{'About portrait pictures :'|@translate}</label>
     48      <br><br>
     49     <label>
     50        <input type="radio" name="f_portrait_limitation" id="portrait_limitation" value="none"  {if $options.portrait_limitation=="none"}checked{/if}>
     51        &nbsp;{'No Maximum Height, the width is the one set above'|@translate}</label>
     52      <br>
     53      <label>
     54        <input type="radio" name="f_portrait_limitation" id="portrait_limitation" value="yes" {if $options.portrait_limitation=="yes"}checked{/if}>
     55        &nbsp;{'Use the width parameter above as a maximum heigth'|@translate}</label>
     56      <br>
     57    </li>
     58    <li>
     59      <br><br>
    4760        <label for="thumbnail">{'About big thumbnails, for the albums :'|@translate}</label>
    4861      <br><br>
Note: See TracChangeset for help on using the changeset viewer.