Changeset 937 for trunk/template


Ignore:
Timestamp:
Nov 16, 2005, 11:06:16 PM (19 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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.