|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:05
|
Update of /cvsroot/mxbb/mx_newssuite/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22901/modules/mx_newssuite/templates/subSilver/admin Added Files: mx_module_defs.tpl Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_defs.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> <th align="center" class="thTop" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_ANNOUNCE}" border="0" alt="{L_ANNOUNCEMENT}" /> {L_ANNOUNCEMENT}</th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_STICKY}" border="0" alt="{L_STICKY}" /> {L_STICKY}</th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_NORMAL}" border="0" alt="{L_NORMAL}" /> </th> </tr> <!-- END switch_forums_phpbb --> <!-- BEGIN switch_forums_kb --> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th align="center" class="thTop" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> <!-- BEGIN types_name --> <th align="center" class="thTop" nowrap="nowrap"> {switch_forums_kb.types_name.TYPES_NAME} </th> <!-- END types_name --> </tr> <!-- END switch_forums_kb --> <!-- BEGIN catrow --> <tr> <td class="cat" align="center"><a href="#" onClick="toggle('cat_{catrow.CAT_ID}', '../templates/subSilver/images/'); return false;"><img src="../templates/subSilver/images/contract.gif" border="0" id="cat_{catrow.CAT_ID}_img" /></a> <td class="cat" colspan="{catrow.COLSPAN}"><span class="cattitle">{catrow.CAT_NAME}</span></td> </tr> <tbody id="cat_{catrow.CAT_ID}"> <!-- 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> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_announce[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.ANNOUNCE_CHECKED} /></td> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_sticky[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.STICKY_CHECKED} /></td> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_post[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.NORMAL_CHECKED} /></td> </tr> <!-- END forumrow_phpbb --> <!-- BEGIN forumrow_kb --> <tr> <td class="row1" align="center" valign="top"><input type="checkbox" name="forum_news[{catrow.forumrow_kb.FORUM_ID}]" value="1" {catrow.forumrow_kb.CHECKED} /></td> <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_kb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_kb.FORUM_DESC}</span></td> <!-- BEGIN types --> <td class="row2" align="center" valign="top"><input type="checkbox" name="{catrow.forumrow_kb.types.TYPE}[{catrow.forumrow_kb.FORUM_ID}]" value="{catrow.forumrow_kb.types.VALUE}" {catrow.forumrow_kb.types.CHECKED} /></td> <!-- END types --> </tr> <!-- END forumrow_kb --> </tbody> <!-- END catrow --> </table> </td> </tr> |