|
From: <mxb...@li...> - 2005-03-18 12:38:20
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12086/templates/subSilver/admin Modified Files: mx_menu_admin_body.tpl Log Message: Bug #44 - Main Menu column in Navigation Menu also, removed REPLACE INTO in mx_admincp.php (still 1 instance left though) Index: mx_menu_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_menu_admin_body.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_menu_admin_body.tpl 11 Feb 2005 22:06:37 -0000 1.7 --- mx_menu_admin_body.tpl 18 Mar 2005 12:38:10 -0000 1.8 *************** *** 6,51 **** <form method="post" action="{S_MENU_ACTION}"><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> ! <th class="thHead" colspan="7">{L_MENU_PAR_TITLE}</th> </tr> <tr> ! <td class="row1" colspan="4" width="22%"><span class="gen"><b>{L_BLOCK_TITLE}</b></span></td> ! <td class="row2" colspan="3" ><input type="text" size="65" name="block_title" value="{E_BLOCK_TITLE}" class="post" /></td> </tr> - <tr> ! <td class="row1" colspan="4" ><span class="gen">{L_BLOCK_DESC}</span></td> ! <td class="row2" colspan="3" ><input type="text" size="65" name="block_desc" value="{E_BLOCK_DESC}" class="post" /></td> </tr> - <tr> ! <td class="row1" colspan="4" width="50%"><span class="gen">{L_SHOW_TITLE}</span><br /><span class="gensmall">{L_SHOW_TITLE_EXPLAIN}</span></td> <td class="row2" colspan="3" width="50%"><input type="radio" name="show_title" value="1" {S_SHOW_TITLE_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="show_title" value="0" {S_SHOW_TITLE_NO} /> <span class="gen">{L_NO}</span></td> </tr> <tr> ! <td class="row1" colspan="4" width="22%"><span class="gen">{L_SHOW_STATS}</span></td> ! <td class="row2" colspan="3" width="78%"><input type="radio" name="show_stats" value="1" {S_SHOW_STATS_YES} /> <span class="gen">{L_YES} </span><input type="radio" name="show_stats" value="0" {S_SHOW_STATS_NO} /> <span class="gen">{L_NO}</span></td> </tr> - <tr> ! <td class="row1" colspan="4" width="22%"><span class="gen">{L_SHOW_BLOCK}</span></td> ! <td class="row2" colspan="3" width="78%"><input type="radio" name="show_block" value="1" {S_SHOW_BLOCK_YES} /> <span class="gen">{L_YES} </span><input type="radio" name="show_block" value="0" {S_SHOW_BLOCK_NO} /> <span class="gen">{L_NO}</span></td> </tr> <tr> ! <td class="row1" colspan="4" width="50%"><span class="gen">{L_MENU_DISPLAY_MODE}</span></td> <td class="row2" colspan="3" width="50%">{MENU_DISPLAY_MODE} </td> </tr> <tr> ! <td class="row1" colspan="4" width="50%"><span class="gen">{L_MENU_PAGE_SYNC}</span></td> <td class="row2" colspan="3" width="50%">{MENU_PAGE_SYNC} </td> </tr> <tr> ! <td class="catBottom" colspan="7" align="center">{S_HIDDEN_FIELDS}<input type="hidden" name="mode" value="update" /><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> <!-- BEGIN block_mode --> <tr> ! <td colspan="7" class="cat" align="center" valign="middle"><span class="gen"><a href="{block_mode.U_RETURN}">{L_RETURN}</a></span></td> </tr> <!-- END block_mode --> - <tr> <th class="thHead" colspan="7">{L_MENU_TITLE}</th> --- 6,47 ---- <form method="post" action="{S_MENU_ACTION}"><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> ! <th class="thHead" colspan="5">{L_MENU_PAR_TITLE}</th> </tr> <tr> ! <td class="row1" colspan="2" width="50%"><span class="gen"><b>{L_BLOCK_TITLE}</b></span></td> ! <td class="row2" colspan="3" width="50%"><input type="text" size="65" name="block_title" value="{E_BLOCK_TITLE}" class="post" /></td> </tr> <tr> ! <td class="row1" colspan="2" width="50%"><span class="gen">{L_BLOCK_DESC}</span></td> ! <td class="row2" colspan="3" width="50%"><input type="text" size="65" name="block_desc" value="{E_BLOCK_DESC}" class="post" /></td> </tr> <tr> ! <td class="row1" colspan="2" width="50%"><span class="gen">{L_SHOW_TITLE}</span><br /><span class="gensmall">{L_SHOW_TITLE_EXPLAIN}</span></td> <td class="row2" colspan="3" width="50%"><input type="radio" name="show_title" value="1" {S_SHOW_TITLE_YES} /> <span class="gen">{L_YES}</span> <input type="radio" name="show_title" value="0" {S_SHOW_TITLE_NO} /> <span class="gen">{L_NO}</span></td> </tr> <tr> ! <td class="row1" colspan="2" width="50%"><span class="gen">{L_SHOW_STATS}</span></td> ! <td class="row2" colspan="3" width="50%"><input type="radio" name="show_stats" value="1" {S_SHOW_STATS_YES} /> <span class="gen">{L_YES} </span><input type="radio" name="show_stats" value="0" {S_SHOW_STATS_NO} /> <span class="gen">{L_NO}</span></td> </tr> <tr> ! <td class="row1" colspan="2" width="50%"><span class="gen">{L_SHOW_BLOCK}</span></td> ! <td class="row2" colspan="3" width="50%"><input type="radio" name="show_block" value="1" {S_SHOW_BLOCK_YES} /> <span class="gen">{L_YES} </span><input type="radio" name="show_block" value="0" {S_SHOW_BLOCK_NO} /> <span class="gen">{L_NO}</span></td> </tr> <tr> ! <td class="row1" colspan="2" width="50%"><span class="gen">{L_MENU_DISPLAY_MODE}</span></td> <td class="row2" colspan="3" width="50%">{MENU_DISPLAY_MODE} </td> </tr> <tr> ! <td class="row1" colspan="2" width="50%"><span class="gen">{L_MENU_PAGE_SYNC}</span></td> <td class="row2" colspan="3" width="50%">{MENU_PAGE_SYNC} </td> </tr> <tr> ! <td class="catBottom" colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="hidden" name="mode" value="update" /><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> <!-- BEGIN block_mode --> <tr> ! <td colspan="5" class="cat" align="center" valign="middle"><span class="gen"><a href="{block_mode.U_RETURN}">{L_RETURN}</a></span></td> </tr> <!-- END block_mode --> <tr> <th class="thHead" colspan="7">{L_MENU_TITLE}</th> *************** *** 69,81 **** <!-- END menurow --> <tr> ! <td colspan="7" class="row2"><input type="text" name="{catrow.S_ADD_MENU_NAME}" /> <input type="submit" class="liteoption" name="{catrow.S_ADD_MENU_SUBMIT}" value="{L_CREATE_MENU}" /></td> </tr> <tr> ! <td colspan="7" height="1" class="spaceRow"><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}spacer.gif" alt="" width="1" height="1" /></td> </tr> <!-- END catrow --> <tr> ! <td colspan="7" class="catBottom">{L_SHOW_CAT}<input type="text" name="categoryname" /> {S_SHOW_CAT} <input type="submit" class="liteoption" name="addcategory" value="{L_CREATE_CATEGORY}" /></td> </tr> - </table></form> --- 65,76 ---- <!-- END menurow --> <tr> ! <td colspan="5" class="row2"><input type="text" name="{catrow.S_ADD_MENU_NAME}" /> <input type="submit" class="liteoption" name="{catrow.S_ADD_MENU_SUBMIT}" value="{L_CREATE_MENU}" /></td> </tr> <tr> ! <td colspan="5" height="1" class="spaceRow"><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}spacer.gif" alt="" width="1" height="1" /></td> </tr> <!-- END catrow --> <tr> ! <td colspan="5" class="catBottom">{L_SHOW_CAT}<input type="text" name="categoryname" /> {S_SHOW_CAT} <input type="submit" class="liteoption" name="addcategory" value="{L_CREATE_CATEGORY}" /></td> </tr> </table></form> |