|
From: Paul S. O. <ps...@us...> - 2002-02-15 13:49:14
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv7987/templates/subSilver/admin
Modified Files:
board_config_body.tpl
Log Message:
Can I finally commit this or will sourceforge screw this up too ... hhmmmm
Index: board_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/board_config_body.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** board_config_body.tpl 15 Feb 2002 12:13:03 -0000 1.13
--- board_config_body.tpl 15 Feb 2002 13:49:10 -0000 1.14
***************
*** 91,94 ****
--- 91,98 ----
</tr>
<tr>
+ <td class="row1">{L_COOKIE_DOMAIN}</td>
+ <td class="row2"><input type="text" maxlength="255" name="cookie_domain" value="{COOKIE_DOMAIN}" /></td>
+ </tr>
+ <tr>
<td class="row1">{L_COOKIE_NAME}</td>
<td class="row2"><input type="text" maxlength="16" name="cookie_name" value="{COOKIE_NAME}" /></td>
|