|
From: Jonathan H. <the...@us...> - 2002-02-15 15:27:15
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid/admin
In directory usw-pr-cvs1:/tmp/cvs-serv3713/templates/Euclid/admin
Modified Files:
admin_config_body.tpl
Log Message:
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 "
Index: admin_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/admin/admin_config_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** admin_config_body.tpl 10 Dec 2001 01:00:08 -0000 1.1
--- admin_config_body.tpl 15 Feb 2002 15:27:09 -0000 1.2
***************
*** 10,14 ****
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SITE_NAME}:</span></td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
--- 10,14 ----
</tr>
<tr>
! <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>
|