|
From: Markus P. <mar...@us...> - 2005-03-20 23:19:31
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9892 Modified Files: admin_mx_portal.tpl Log Message: Modified template layout for the Portal Management ACP. This is the first step to upcomming modifications to add more useful information. Index: admin_mx_portal.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/admin_mx_portal.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_mx_portal.tpl 6 Mar 2005 01:10:15 -0000 1.4 --- admin_mx_portal.tpl 20 Mar 2005 23:19:18 -0000 1.5 *************** *** 4,22 **** <form action="{S_CONFIG_ACTION}" method="post"> ! <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> ! <th class="thHead" colspan="3">{L_GENERAL_SETTINGS}</th> </tr> <tr> ! <td class="row1">{L_PORTAL_NAME}</td> ! <td class="row2"><input type="text" maxlength="150" size="30" name="portal_name" value="{PORTAL_NAME}" /></td> </tr> <tr> <td class="row1">{L_PORTAL_URL}</td> ! <td class="row2"><input type="text" maxlength="150" size="30" name="portal_url" value="{PORTAL_URL}" /></td> </tr> <tr> <td class="row1">{L_PORTAL_PHPBB_URL}</td> ! <td class="row2"><input type="text" maxlength="150" size="30" name="portal_phpbb_url" value="{PORTAL_PHPBB_URL}" /></td> </tr> <tr> --- 4,22 ---- <form action="{S_CONFIG_ACTION}" method="post"> ! <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> ! <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> </tr> <tr> ! <td class="row1" width="50%">{L_PORTAL_NAME}</td> ! <td class="row2" width="50%"><input type="text" maxlength="150" size="50" name="portal_name" value="{PORTAL_NAME}" /></td> </tr> <tr> <td class="row1">{L_PORTAL_URL}</td> ! <td class="row2"><input type="text" maxlength="150" size="50" name="portal_url" value="{PORTAL_URL}" /></td> </tr> <tr> <td class="row1">{L_PORTAL_PHPBB_URL}</td> ! <td class="row2"><input type="text" maxlength="150" size="50" name="portal_phpbb_url" value="{PORTAL_PHPBB_URL}" /></td> </tr> <tr> *************** *** 28,40 **** <td class="row2"><input type="radio" name="mx_use_cache" value="1" {S_MX_USE_CACHE_YES} /> {L_YES} <input type="radio" name="mx_use_cache" value="0" {S_MX_USE_CACHE_NO} /> {L_NO}</td> </tr> - <tr> - <td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> - </tr> - <tr> ! <th class="thHead" colspan="3">{L_GENERAL_CONFIG_INFO}</th> </tr> <tr> ! <td class="row1">{L_PHPBB_RELATIVE_PATH}<br />{L_PHPBB_RELATIVE_PATH_EXPLAIN}</td> <td class="row2">{PHPBB_RELATIVE_PATH}</td> </tr> --- 28,39 ---- <td class="row2"><input type="radio" name="mx_use_cache" value="1" {S_MX_USE_CACHE_YES} /> {L_YES} <input type="radio" name="mx_use_cache" value="0" {S_MX_USE_CACHE_NO} /> {L_NO}</td> </tr> <tr> ! <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </tr> <tr> ! <th class="thHead" colspan="2">{L_GENERAL_CONFIG_INFO}</th> ! </tr> ! <tr> ! <td class="row1">{L_PHPBB_RELATIVE_PATH}</td> <td class="row2">{PHPBB_RELATIVE_PATH}</td> </tr> *************** *** 43,49 **** <td class="row2">{PORTAL_VERSION}</td> </tr> - <tr> ! <th class="thHead" colspan="3">{L_PHPBB_INFO}</th> </tr> <tr> --- 42,47 ---- <td class="row2">{PORTAL_VERSION}</td> </tr> <tr> ! <th class="thHead" colspan="2">{L_PHPBB_INFO}</th> </tr> <tr> *************** *** 59,65 **** <td class="row2">{PHPBB_SCRIPT_PATH}</td> </tr> ! ! ! </table></form> ! ! <br clear="all" /> --- 57,61 ---- <td class="row2">{PHPBB_SCRIPT_PATH}</td> </tr> ! </table> ! </form> ! <br clear="all" /> \ No newline at end of file |