aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-02-15 15:27:09 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-02-15 15:27:09 +0000
commit1d42ad5083a22aea88a2fde806c2e1a27c090507 (patch)
tree6631af1833f42e29dd5e4106f852095f3b7f2e0a /phpBB/templates
parent3a87c855dc56695c6b161a852d804d062845e9b8 (diff)
downloadforums-1d42ad5083a22aea88a2fde806c2e1a27c090507.tar
forums-1d42ad5083a22aea88a2fde806c2e1a27c090507.tar.gz
forums-1d42ad5083a22aea88a2fde806c2e1a27c090507.tar.bz2
forums-1d42ad5083a22aea88a2fde806c2e1a27c090507.tar.xz
forums-1d42ad5083a22aea88a2fde806c2e1a27c090507.zip
Fix for bug #517442... Disabled HTML in Site_Name and documented in admin.. Also changed so that in both site_name and site_desc "'s are changed to &quot;
git-svn-id: file:///svn/phpbb/trunk@2157 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/Euclid/admin/admin_config_body.tpl2
-rw-r--r--phpBB/templates/subSilver/admin/board_config_body.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/Euclid/admin/admin_config_body.tpl b/phpBB/templates/Euclid/admin/admin_config_body.tpl
index a0978180b3..c91f7a9240 100644
--- a/phpBB/templates/Euclid/admin/admin_config_body.tpl
+++ b/phpBB/templates/Euclid/admin/admin_config_body.tpl
@@ -9,7 +9,7 @@
<td class="cat" colspan="2"><span class="cattitle">{L_GENERAL_SETTINGS}</span></td>
</tr>
<tr>
- <td class="row1"><span class="gen">{L_SITE_NAME}:</span></td>
+ <td class="row1"><span class="gen">{L_SITE_NAME}:</span><br /><span class="gensmall">{L_SITE_NAME_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl
index 03dc556e31..3bc3d0df6f 100644
--- a/phpBB/templates/subSilver/admin/board_config_body.tpl
+++ b/phpBB/templates/subSilver/admin/board_config_body.tpl
@@ -20,7 +20,7 @@
<td class="row2"><input type="text" maxlength="255" name="script_path" value="{SCRIPT_PATH}" /></td>
</tr>
<tr>
- <td class="row1">{L_SITE_NAME}</td>
+ <td class="row1">{L_SITE_NAME}<br /><span class="gensmall">{L_SITE_NAME_EXPLAIN}</span></td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}" /></td>
</tr>
<tr>