aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-03 17:41:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-03 17:41:21 +0000
commitc93a40ed0c8d2570dfc82719a3b56590cf7a92f8 (patch)
treeb9cf8d7a9dbc4bfcaed7212e3d844c11ae3fce49 /phpBB/styles
parentb231c4234c513b3d9228306cf4c221e323456363 (diff)
downloadforums-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/styles')
-rw-r--r--phpBB/styles/subSilver/imageset/imageset.cfg48
-rw-r--r--phpBB/styles/subSilver/template/ucp_groups_manage.html4
-rw-r--r--phpBB/styles/subSilver/template/ucp_profile_avatar.html6
3 files changed, 29 insertions, 29 deletions
diff --git a/phpBB/styles/subSilver/imageset/imageset.cfg b/phpBB/styles/subSilver/imageset/imageset.cfg
index f820337323..7d8c3e32ee 100644
--- a/phpBB/styles/subSilver/imageset/imageset.cfg
+++ b/phpBB/styles/subSilver/imageset/imageset.cfg
@@ -84,20 +84,20 @@ img_global_unread_locked_mine = announce_unread_locked_mine.gif*18*19
img_pm_read = topic_read.gif*18*19
img_pm_unread = topic_unread.gif*18*19
-img_icon_contact_aim = {LANG}/icon_contact_aim.gif*20*72
-img_icon_contact_email = {LANG}/icon_contact_email.gif*20*72
-img_icon_contact_icq = {LANG}/icon_contact_icq.gif*20*72
-img_icon_contact_jabber = {LANG}/icon_contact_jabber.gif*20*72
-img_icon_contact_msnm = {LANG}/icon_contact_msnm.gif*20*72
-img_icon_contact_pm = {LANG}/icon_contact_pm.gif*20*72
-img_icon_contact_yahoo = {LANG}/icon_contact_yahoo.gif*20*72
-img_icon_contact_www = {LANG}/icon_contact_www.gif*20*72
-
-img_icon_post_delete = {LANG}/icon_post_delete.gif*20*20
-img_icon_post_edit = {LANG}/icon_post_edit.gif*20*90
-img_icon_post_info = {LANG}/icon_post_info.gif*20*20
-img_icon_post_quote = {LANG}/icon_post_quote.gif*20*90
-img_icon_post_report = {LANG}/icon_post_report.gif*20*20
+img_icon_contact_aim = {LANG}/icon_contact_aim.gif
+img_icon_contact_email = {LANG}/icon_contact_email.gif
+img_icon_contact_icq = {LANG}/icon_contact_icq.gif
+img_icon_contact_jabber = {LANG}/icon_contact_jabber.gif
+img_icon_contact_msnm = {LANG}/icon_contact_msnm.gif
+img_icon_contact_pm = {LANG}/icon_contact_pm.gif
+img_icon_contact_yahoo = {LANG}/icon_contact_yahoo.gif
+img_icon_contact_www = {LANG}/icon_contact_www.gif
+
+img_icon_post_delete = {LANG}/icon_post_delete.gif
+img_icon_post_edit = {LANG}/icon_post_edit.gif
+img_icon_post_info = {LANG}/icon_post_info.gif
+img_icon_post_quote = {LANG}/icon_post_quote.gif
+img_icon_post_report = {LANG}/icon_post_report.gif
img_icon_post_target = icon_post_target.gif*9*12
img_icon_post_target_unread = icon_post_target_unread.gif*9*12
@@ -107,16 +107,16 @@ img_icon_topic_newest = icon_topic_newest.gif*9*18
img_icon_topic_reported = icon_topic_reported.gif*18*19
img_icon_topic_unapproved = icon_topic_unapproved.gif*18*19
-img_icon_user_online = {LANG}/icon_user_online.gif*20*72
-img_icon_user_offline = {LANG}/icon_user_offline.gif*20*72
-img_icon_user_profile = {LANG}/icon_user_profile.gif*20*72
-img_icon_user_search = {LANG}/icon_user_search.gif*20*72
-img_icon_user_warn = {LANG}/icon_user_warn.gif*20*20
+img_icon_user_online = {LANG}/icon_user_online.gif
+img_icon_user_offline = {LANG}/icon_user_offline.gif
+img_icon_user_profile = {LANG}/icon_user_profile.gif
+img_icon_user_search = {LANG}/icon_user_search.gif
+img_icon_user_warn = {LANG}/icon_user_warn.gif
img_button_pm_forward =
-img_button_pm_new = {LANG}/button_pm_new.gif*27*97
-img_button_pm_reply = {LANG}/button_pm_reply.gif*20*90
-img_button_topic_locked = {LANG}/button_topic_locked.gif*27*97
-img_button_topic_new = {LANG}/button_topic_new.gif*27*97
-img_button_topic_reply = {LANG}/button_topic_reply.gif*27*97
+img_button_pm_new = {LANG}/button_pm_new.gif
+img_button_pm_reply = {LANG}/button_pm_reply.gif
+img_button_topic_locked = {LANG}/button_topic_locked.gif
+img_button_topic_new = {LANG}/button_topic_new.gif
+img_button_topic_reply = {LANG}/button_topic_reply.gif
diff --git a/phpBB/styles/subSilver/template/ucp_groups_manage.html b/phpBB/styles/subSilver/template/ucp_groups_manage.html
index 0bf3b3a633..09704cded7 100644
--- a/phpBB/styles/subSilver/template/ucp_groups_manage.html
+++ b/phpBB/styles/subSilver/template/ucp_groups_manage.html
@@ -45,7 +45,7 @@
</tr>
<!-- IF not S_SPECIAL_GROUP -->
<tr>
- <td class="row1" width="35%"><label for="group_type">{L_GROUP_TYPE}:</label><br /><span>{L_GROUP_TYPE_EXPLAIN}</span></dt>
+ <td class="row1" width="35%"><label for="group_type">{L_GROUP_TYPE}:</label><br /><span>{L_GROUP_TYPE_EXPLAIN}</span></td>
<td class="row2">
<input name="group_type" type="radio" class="radio" id="group_type" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN} &nbsp;
<input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST} &nbsp;
@@ -92,7 +92,7 @@
</tr>
<tr>
<td class="row1" width="35%"><label for="width">{L_LINK_REMOTE_SIZE}:</label><br /><span>{L_LINK_REMOTE_SIZE_EXPLAIN}</span></td>
- <td class="row2"><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></td>
+ <td class="row2"><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></td>
</tr>
<!-- IF S_DISPLAY_GALLERY -->
<tr>
diff --git a/phpBB/styles/subSilver/template/ucp_profile_avatar.html b/phpBB/styles/subSilver/template/ucp_profile_avatar.html
index b96bf574e9..00a2e4f415 100644
--- a/phpBB/styles/subSilver/template/ucp_profile_avatar.html
+++ b/phpBB/styles/subSilver/template/ucp_profile_avatar.html
@@ -35,10 +35,10 @@
</tr>
<tr>
<td class="row1" width="35%"><b class="genmed">{L_LINK_REMOTE_SIZE}: </b><br /><span class="gensmall">{L_LINK_REMOTE_SIZE_EXPLAIN}</span></td>
- <td class="row2"><input class="post" type="text" name="width" size="3" value="{WIDTH}" /> <span class="gen">px X </span> <input class="post" type="text" name="height" size="3" value="{HEIGHT}" /> <span class="gen">px</span></td>
+ <td class="row2"><input class="post" type="text" name="width" size="3" value="{AVATAR_WIDTH}" /> <span class="gen">px X </span> <input class="post" type="text" name="height" size="3" value="{AVATAR_HEIGHT}" /> <span class="gen">px</span></td>
</tr>
<!-- ENDIF -->
-<!-- IF S_GALLERY_AVATAR -->
+<!-- IF S_DISPLAY_GALLERY -->
<tr>
<td class="row1" width="35%"><b class="genmed">{L_AVATAR_GALLERY}: </b></td>
<td class="row2"><strong><a href="{U_GALLERY}">{L_DISPLAY_GALLERY}</a></strong></td>
@@ -72,7 +72,7 @@
</tr>
<!-- ENDIF -->
-<!-- IF S_GALLERY_AVATAR or S_IN_AVATAR_GALLERY or S_LINK_AVATAR or S_UPLOAD_AVATAR_URL or S_UPLOAD_AVATAR_FILE or AVATAR -->
+<!-- IF S_DISPLAY_GALLERY or S_IN_AVATAR_GALLERY or S_LINK_AVATAR or S_UPLOAD_AVATAR_URL or S_UPLOAD_AVATAR_FILE or AVATAR -->
<tr>
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<!-- IF S_IN_AVATAR_GALLERY --><input class="btnlite" type="submit" name="cancel" value="{L_CANCEL}" /><!-- ELSE --><input class="btnlite" type="reset" value="{L_RESET}" name="reset" /><!-- ENDIF --></td>
</tr>