mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 00:33:20 +02:00
- bug 211 fixed : incoherent default maximum width for thumbnail creation
and too vague label for maximum width & height in thumbnail creation screen. git-svn-id: http://piwigo.org/svn/trunk@937 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -124,7 +124,7 @@ $conf['paginate_pages_around'] = 2;
|
||||
$conf['tn_width'] = 128;
|
||||
|
||||
// tn_height : default height for thumbnails creation
|
||||
$conf['tn_height'] = 96;
|
||||
$conf['tn_height'] = 128;
|
||||
|
||||
// show_version : shall the version of PhpWebGallery be displayed at the
|
||||
// bottom of each page ?
|
||||
|
||||
@@ -71,12 +71,12 @@
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label><strong>{L_WIDTH}</strong></label>
|
||||
<label><strong>{lang:maximum width}</strong></label>
|
||||
<input type="text" name="width" value="{params.WIDTH_TN}"/>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label><strong>{L_HEIGHT}</strong></label>
|
||||
<label><strong>{lang:maximum height}</strong></label>
|
||||
<input type="text" name="height" value="{params.HEIGHT_TN}"/>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user