Changeset 6303


Ignore:
Timestamp:
May 23, 2010, 6:56:40 PM (14 years ago)
Author:
Gotcha
Message:

bug:1676
bug:1664

Location:
extensions/sobre
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/admin/admin.css

    r5928 r6303  
    44table#tips .tn_dimensions {padding-right: 5px; text-align: right; font-weight:bold;}
    55table#tips td.tn_width, table#tips td.tn_height {text-align:center;}
    6 table#tips tr#line1 {font-style:italic;}
     6table#tips tr#l1 {font-style:italic;}
     7table#troncate {border:1px solid;}
     8table#troncate {font-weight:bold;}
  • extensions/sobre/admin/admin.tpl

    r5855 r6303  
    4646            <li>
    4747              <table id="tips">
    48                 <tr id="line1">
     48                <tr id="l1">
    4949                  <td class="tn_dimensions">&nbsp;</td>
    5050                  <td class="tn_width">{'width'|@translate}</td>
     
    5353                  <td>&nbsp;</td>
    5454                </tr>
    55                 <tr>
     55                <tr id="l2">
    5656                  <td class="tn_dimensions">{'Thumbnail dimensions'|@translate}</td>
    5757                  <td class="tn_width">
     
    6565              </table>
    6666            </li>
    67             <li></li>
    68           </ul>
     67            <li>
     68              <span class="property">{'Display LMT licence'|@translate}</span>
     69              <input type="checkbox" name="sbre[LMT-licence]" value="true" {if $sbre.LMT-licence}checked="checked"{/if}>
     70            </li>
     71            <li>
     72              <table id="troncate">
     73                <tr id="l1">
     74                  <td class="lenght">{'Troncate picture name'|@translate}</td>
     75                  <td class="lenght_value">
     76                    <input type="checkbox" name="sbre[troncate_picture_name]" value="true" {if $sbre.troncate_picture_name}checked="checked"{/if}>
     77                  </td>
     78                </tr>
     79                <tr id="l2">
     80                  <td class="nb_caracters">{'Many caracters to be preserved'|@translate}</td>
     81                  <td class="nb_caracters_value">
     82                    <input type="text" value="4" id="troncate_name" name="troncate_name_longer" size="1" maxlength="2">
     83                  </td>
     84                </tr>
     85                <tr id="l3">
     86                  <td class="start_or_end">{'Start or end'|@translate}</td>
     87                  <td class="start_or_end_value">
     88                    <select name="StartOrEnd">
     89                      <option value="none" selected="selected" label="1"> </option>
     90                      <option value="Start" label="2">{'Start'|@translate}</option>
     91                      <option value="End" label="3" >{'End'|@translate}</option>
     92                    </select>
     93                </tr>
     94              </table>
     95</li>
     96        </ul>
    6997      </fieldset>
    7098</div>
  • extensions/sobre/language/fr_FR/theme.lang.php

    r5855 r6303  
    1515$lang['width'] = 'largeur';
    1616$lang['height'] = 'hauteur';
     17$lang['Display LMT licence'] = 'Affichage de la licence avec le plugin "LMT" sous la photo.';
     18$lang['Troncate picture name'] = 'Raccourcir le nom du fichier à afficher.';
     19$lang['Many caracters to be preserved'] = 'Nombre de caractères à préserver.';
     20$lang['Start or end'] = 'Couper à partir du début ou de la fin, du nom de fichier ?';
     21$lang['Start'] = 'Début';
     22$lang['End'] = 'Fin';
    1723
    1824
     
    2026$lang['Viewing name'] = 'Vous regardez';
    2127$lang['comment'] = '';
     28$lang['Comment'] = '';
    2229$lang['Licence area'] = 'Licence';
    2330$lang['Informations area'] = 'Informations';
Note: See TracChangeset for help on using the changeset viewer.