|
From: Jon O. <jon...@us...> - 2005-08-20 18:23:24
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22774/modules/mx_kb/templates/subSilver/admin Added Files: mx_module_parameters.tpl Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_parameters.tpl --- <script type="text/javascript" src="{SCRIPT_PATH}/templates/rollout.js"></script> <tr> <td width="100%" colspan="2"> <!-- BEGIN switch_forums_phpbb --> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr name="{PARAMETER_TYPE} :: {PARAMETER_TYPE_EXPLAIN}"> <td class="row2" colspan="2" align="left"> <span class="cattitle"> {PARAMETER_TITLE}<hr> </span> </td> </tr> <!-- END switch_forums_phpbb --> <!-- BEGIN catrow --> <tr> <td class="cat" colspan="2"><span class="cattitle">{catrow.CAT_NAME}</span></td> </tr> <!-- BEGIN forumrow_phpbb --> <tr> <td class="row1" align="center" valign="top"><input type="checkbox" name="forum_news[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.CHECKED} /></td> <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_phpbb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_phpbb.FORUM_DESC}</span></td> </tr> <!-- END forumrow_phpbb --> <!-- END catrow --> <!-- BEGIN switch_forums_phpbb --> </table> <!-- END switch_forums_phpbb --> </td> </tr> |