Changeset 937


Ignore:
Timestamp:
Nov 16, 2005, 11:06:16 PM (18 years ago)
Author:
plg
Message:
  • bug 211 fixed : incoherent default maximum width for thumbnail creation and too vague label for maximum width & height in thumbnail creation screen.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r901 r937  
    125125
    126126// tn_height : default height for thumbnails creation
    127 $conf['tn_height'] = 96;
     127$conf['tn_height'] = 128;
    128128
    129129// show_version : shall the version of PhpWebGallery be displayed at the
  • trunk/template/yoga/admin/thumbnail.tpl

    r862 r937  
    7272
    7373      <li>
    74         <label><strong>{L_WIDTH}</strong></label>
     74        <label><strong>{lang:maximum width}</strong></label>
    7575        <input type="text" name="width" value="{params.WIDTH_TN}"/>
    7676      </li>
    7777
    7878      <li>
    79         <label><strong>{L_HEIGHT}</strong></label>
     79        <label><strong>{lang:maximum height}</strong></label>
    8080        <input type="text" name="height" value="{params.HEIGHT_TN}"/>
    8181      </li>
Note: See TracChangeset for help on using the changeset viewer.