|
From: Jon O. <jon...@us...> - 2005-09-06 18:52:06
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4716/templates/subSilver/admin Modified Files: mx_module_admin_body.tpl Log Message: Finalizing core 2.8 ;) Index: mx_module_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_module_admin_body.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_module_admin_body.tpl 20 Aug 2005 18:19:12 -0000 1.5 --- mx_module_admin_body.tpl 6 Sep 2005 18:51:57 -0000 1.6 *************** *** 216,224 **** <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="5">{L_TITLE}</th> </tr> <tr> ! <td class="catBottom" colspan="5" align="center">{S_HIDDEN_FIELDS_MODULE}<input class="mainoption" type="submit" name="import_pack" value="{L_IMPORT_PACK}"></td> </tr> <!-- BEGIN module --> --- 216,231 ---- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" align="center"> + <tr> + <td align="center" colspan="5">{RESULT_MESSAGE}</td> + </tr> <tr> <th class="thHead" colspan="5">{L_TITLE}</th> </tr> <tr> ! <td class="catBottom" colspan="5" align="center"> ! <form action="{S_ACTION}" method="post"> ! {S_MODULE_INSTALL_LIST}{S_HIDDEN_MODULE_INSTALL_FIELDS}<input class="mainoption" type="submit" name="import_pack" value="{L_IMPORT_PACK}"> ! </form> ! </td> </tr> <!-- BEGIN module --> |