|
From: Jon O. <jon...@us...> - 2007-07-22 21:01:53
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30076 Modified Files: overall_header_navigation.tpl Log Message: Added a few portal main settings for disable site Added blockCP for navigation block Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header_navigation.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** overall_header_navigation.tpl 19 Jun 2007 18:31:58 -0000 1.6 --- overall_header_navigation.tpl 22 Jul 2007 21:01:47 -0000 1.7 *************** *** 84,87 **** --- 84,106 ---- </td> </tr> + <!-- BEGIN editcp --> + <tr> + <td class="row2" align="center" valign="middle" colspan="3"> + <div class="editCP_switch" style="display: {editcp.EDITCP_SHOW};"> + <form action="{editcp.EDIT_ACTION}" method="post" class="mx_editform"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="right"> + {editcp.EDIT_IMG} + {editcp.S_HIDDEN_FORM_FIELDS} + </td> + </tr> + </table> + </form> + </div> + </td> + </tr> + <!-- END editcp --> + <!-- BEGIN switch_view --> |