[Phpbb-php5mod-cvs-checkins] phpbb-php5/templates/subSilver/admin board_config_body.tpl,1.2,1.3 foru
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2005-10-31 03:18:49
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30886/templates/subSilver/admin Modified Files: board_config_body.tpl forum_admin_body.tpl index_frameset.tpl page_header.tpl styles_addnew_body.tpl styles_edit_body.tpl styles_list_body.tpl user_edit_body.tpl Log Message: 2.0.18 Index: styles_addnew_body.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/styles_addnew_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** styles_addnew_body.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- styles_addnew_body.tpl 31 Oct 2005 03:18:41 -0000 1.2 *************** *** 2,6 **** <h1>{L_STYLES_TITLE}</h1> ! <P>{L_STYLES_ADD_TEXT}</p> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> --- 2,6 ---- <h1>{L_STYLES_TITLE}</h1> ! <p>{L_STYLES_ADD_TEXT}</p> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> *************** *** 17,19 **** </tr> <!-- END styles --> ! </table></form> --- 17,19 ---- </tr> <!-- END styles --> ! </table> Index: styles_list_body.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/styles_list_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** styles_list_body.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- styles_list_body.tpl 31 Oct 2005 03:18:41 -0000 1.2 *************** *** 2,6 **** <h1>{L_STYLES_TITLE}</h1> ! <P>{L_STYLES_TEXT}</p> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> --- 2,6 ---- <h1>{L_STYLES_TITLE}</h1> ! <p>{L_STYLES_TEXT}</p> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> *************** *** 19,21 **** </tr> <!-- END styles --> ! </table></form> --- 19,21 ---- </tr> <!-- END styles --> ! </table> Index: user_edit_body.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/user_edit_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** user_edit_body.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- user_edit_body.tpl 31 Oct 2005 03:18:41 -0000 1.2 *************** *** 237,241 **** <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}</span></td> <td class="row2"> ! <input class="post" type="text" name="avatarurl" size="40" class="post" style="width: 200px" /> </td> </tr> --- 237,241 ---- <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}</span></td> <td class="row2"> ! <input class="post" type="text" name="avatarurl" size="40" style="width: 200px" /> </td> </tr> *************** *** 245,249 **** <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}</span></td> <td class="row2"> ! <input class="post" type="text" name="avatarremoteurl" size="40" class="post" style="width: 200px" /> </td> </tr> --- 245,249 ---- <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}</span></td> <td class="row2"> ! <input class="post" type="text" name="avatarremoteurl" size="40" style="width: 200px" /> </td> </tr> Index: forum_admin_body.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/forum_admin_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** forum_admin_body.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- forum_admin_body.tpl 31 Oct 2005 03:18:41 -0000 1.2 *************** *** 14,18 **** <td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_DELETE}">{L_DELETE}</a></span></td> <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{catrow.U_CAT_MOVE_UP}">{L_MOVE_UP}</a> <a href="{catrow.U_CAT_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> ! <td class="catRight" align="center" valign="middle"><span class="gen"> </span></td> </tr> <!-- BEGIN forumrow --> --- 14,18 ---- <td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_DELETE}">{L_DELETE}</a></span></td> <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{catrow.U_CAT_MOVE_UP}">{L_MOVE_UP}</a> <a href="{catrow.U_CAT_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> ! <td class="catRight" align="center" valign="middle"><span class="gen"> </span></td> </tr> <!-- BEGIN forumrow --> Index: styles_edit_body.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/styles_edit_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** styles_edit_body.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- styles_edit_body.tpl 31 Oct 2005 03:18:41 -0000 1.2 *************** *** 22,26 **** </tr> <tr> ! <td class="row1">{L_STYLESHEET}:<br /><span class="gensmall">Filename for CSS stylesheet to use for this theme.</span></td> <td class="row2"><input class="post" type="text" size="25" maxlength="100" name="head_stylesheet" value="{HEAD_STYLESHEET}"></td> <td class="row2"> </td> --- 22,26 ---- </tr> <tr> ! <td class="row1">{L_STYLESHEET}:<br /><span class="gensmall">{L_STYLESHEET_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" size="25" maxlength="100" name="head_stylesheet" value="{HEAD_STYLESHEET}"></td> <td class="row2"> </td> Index: index_frameset.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/index_frameset.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_frameset.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- index_frameset.tpl 31 Oct 2005 03:18:41 -0000 1.2 *************** *** 1,3 **** ! <html> <head> <title>phpBB Administration</title> --- 1,3 ---- ! <html dir="{S_CONTENT_DIRECTION}"> <head> <title>phpBB Administration</title> Index: page_header.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/page_header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** page_header.tpl 29 Jul 2004 22:36:22 -0000 1.1 --- page_header.tpl 31 Oct 2005 03:18:41 -0000 1.2 *************** *** 1,4 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> <head> {META} --- 1,4 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html dir="{S_CONTENT_DIRECTION}"> <head> {META} Index: board_config_body.tpl =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/templates/subSilver/admin/board_config_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** board_config_body.tpl 20 Nov 2004 01:01:12 -0000 1.2 --- board_config_body.tpl 31 Oct 2005 03:18:41 -0000 1.3 *************** *** 41,44 **** --- 41,52 ---- </tr> <tr> + <td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES} <input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td> + </tr> + <tr> + <td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td> + </tr> + <tr> <td class="row1">{L_BOARD_EMAIL_FORM}<br /><span class="gensmall">{L_BOARD_EMAIL_FORM_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="board_email_form" value="1" {BOARD_EMAIL_FORM_ENABLE} /> {L_ENABLED} <input type="radio" name="board_email_form" value="0" {BOARD_EMAIL_FORM_DISABLE} /> {L_DISABLED}</td> |