diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-03 17:41:21 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-03 17:41:21 +0000 |
commit | c93a40ed0c8d2570dfc82719a3b56590cf7a92f8 (patch) | |
tree | b9cf8d7a9dbc4bfcaed7212e3d844c11ae3fce49 /phpBB/adm/style | |
parent | b231c4234c513b3d9228306cf4c221e323456363 (diff) | |
download | forums-c93a40ed0c8d2570dfc82719a3b56590cf7a92f8.tar forums-c93a40ed0c8d2570dfc82719a3b56590cf7a92f8.tar.gz forums-c93a40ed0c8d2570dfc82719a3b56590cf7a92f8.tar.bz2 forums-c93a40ed0c8d2570dfc82719a3b56590cf7a92f8.tar.xz forums-c93a40ed0c8d2570dfc82719a3b56590cf7a92f8.zip |
Fixing the following bugs:
#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)
#8414
#8396
#8388
#8216
thanks to bartvb and kellanved for providing possible fixes...
git-svn-id: file:///svn/phpbb/trunk@7114 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_groups.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index 0ff4afd1ad..012acdb03d 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -106,7 +106,7 @@ </dl> <dl> <dt><label for="width">{L_LINK_REMOTE_SIZE}:</label><br /><span>{L_LINK_REMOTE_SIZE_EXPLAIN}</span></dt> - <dd><input name="width" type="text" id="width" size="3" value="{GROUP_AVATAR_WIDTH}" /> <span>px X </span> <input type="text" name="height" size="3" value="{GROUP_AVATAR_HEIGHT}" /> <span>px</span></dd> + <dd><input name="width" type="text" id="width" size="3" value="{AVATAR_WIDTH}" /> <span>px X </span> <input type="text" name="height" size="3" value="{AVATAR_HEIGHT}" /> <span>px</span></dd> </dl> <!-- IF S_DISPLAY_GALLERY --> <dl> |