aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 18:13:35 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-03 18:13:35 +0000
commit501d1508731284bbc1e225e8223c5047dcf51c2e (patch)
tree20df85bd5ed58eb3beb54caea51e5c19fe04f167 /phpBB/templates
parent187f55122e77a3e148a289fae04307b2d4f66f33 (diff)
downloadforums-501d1508731284bbc1e225e8223c5047dcf51c2e.tar
forums-501d1508731284bbc1e225e8223c5047dcf51c2e.tar.gz
forums-501d1508731284bbc1e225e8223c5047dcf51c2e.tar.bz2
forums-501d1508731284bbc1e225e8223c5047dcf51c2e.tar.xz
forums-501d1508731284bbc1e225e8223c5047dcf51c2e.zip
Additions for site description
git-svn-id: file:///svn/phpbb/trunk@1266 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/admin/board_config_body.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl
index b0565e88ae..1663d27a08 100644
--- a/phpBB/templates/subSilver/admin/board_config_body.tpl
+++ b/phpBB/templates/subSilver/admin/board_config_body.tpl
@@ -12,6 +12,10 @@
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
+ <td class="row1">{L_SITE_DESCRIPTION}:</td>
+ <td class="row2"><input type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}"></td>
+ </tr>
+ <tr>
<td class="row1">{L_ACCT_ACTIVATION}:</td>
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne&nbsp; &nbsp;<input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User&nbsp; &nbsp;<input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
</tr>