aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_styles.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-05-22 21:32:26 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-05-22 21:32:26 +0000
commit3899e337e6c089b8399c7d3f8609bc467c64ab74 (patch)
treefc3c17683d1e884199a7bba8793fc91ddf1a9ede /phpBB/adm/style/acp_styles.html
parent648399cff3da5528dd747e7bbf0c57b0e7552da9 (diff)
downloadforums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar.gz
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar.bz2
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar.xz
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.zip
#11255
#11259 #11291 #11335 #11457 #11473 #11475 #11511 #11523 #11527 git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_styles.html')
-rw-r--r--phpBB/adm/style/acp_styles.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index 2b067cb292..26d0a6af4a 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -65,8 +65,8 @@
<legend>{L_SELECT_IMAGE}</legend>
{L_SELECT_IMAGE}: <select name="imgname" onchange="this.form.submit();">
<!-- BEGIN category -->
- <option class="sep" value="">{category.NAME}</option>
- <!-- BEGIN images --><option value="{category.images.VALUE}"<!-- IF category.images.SELECTED--> selected="selected"<!-- ENDIF -->>{category.images.TEXT}</option>
+ <option class="sep" value="" disabled="disabled">{category.NAME}</option>
+ <!-- BEGIN images --><option value="{category.images.VALUE}"<!-- IF category.images.SELECTED--> selected="selected"<!-- ENDIF -->>&nbsp;&nbsp;&nbsp;&nbsp;{category.images.TEXT}</option>
<!-- END images -->
<!-- END category -->
</select>&nbsp; <input class="button1" type="submit" value="{L_SELECT}" tabindex="100" />
@@ -80,7 +80,7 @@
</dl>
<dl>
<dt><label>{L_SELECTED_IMAGE}:</label></dt>
- <dd><img src="images/no_image.png" id="newimg" alt="" /></dd>
+ <dd><img src="{IMG_SRC}" id="newimg" alt="" /></dd>
</dl>
</fieldset>