admin_forums.tpl - thanks Basilevs git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@293 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
torrent.rus.ec@gmail.com 2011-09-20 18:37:02 +00:00
commit bd2f5bb979
2 changed files with 3 additions and 5 deletions

View file

@ -53,8 +53,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
// Increase number of revision after update // Increase number of revision after update
$bb_cfg['tp_version'] = '2.1 Stable'; $bb_cfg['tp_version'] = '2.1 Stable';
$bb_cfg['tp_release_state'] = 'R292'; $bb_cfg['tp_release_state'] = 'R293';
$bb_cfg['tp_release_date'] = '16-09-2011'; $bb_cfg['tp_release_date'] = '20-09-2011';
// Database // Database
$charset = 'utf8'; $charset = 'utf8';

View file

@ -204,7 +204,7 @@ function hl (id, on)
<!-- BEGIN forumrow --> <!-- BEGIN forumrow -->
<tr class="row1" onmouseover="hl('fname_{catrow.forumrow.FORUM_ID}', 1);" onmouseout="hl('fname_{catrow.forumrow.FORUM_ID}', 0);"> <tr class="row1" onmouseover="hl('fname_{catrow.forumrow.FORUM_ID}', 1);" onmouseout="hl('fname_{catrow.forumrow.FORUM_ID}', 0);">
<td class="gen" align="center"><a class="gen" title="{L_MOVE_UP}" href="{catrow.forumrow.U_FORUM_MOVE_UP}"><b>&nbsp;&#8593;&nbsp;</b></a><a class="gen" title="{L_MOVE_DOWN}" href="{catrow.forumrow.U_FORUM_MOVE_DOWN}"><b>&nbsp;&#8595;&nbsp;</b></a></td> <td class="gen" align="center"><a class="gen" title="{L_MOVE_UP}" href="{catrow.forumrow.U_FORUM_MOVE_UP}"><b>&nbsp;&#8593;&nbsp;</b></a><a class="gen" title="{L_MOVE_DOWN}" href="{catrow.forumrow.U_FORUM_MOVE_DOWN}"><b>&nbsp;&#8595;&nbsp;</b></a></td>
<td width="100%" {catrow.forumrow.SF_PAD}><a title="{catrow.forumrow.NUM_TOPICS}/{catrow.forumrow.NUM_POSTS} {catrow.forumrow.FORUM_DESC}" class="{catrow.forumrow.FORUM_NAME_CLASS}" href="{catrow.forumrow.U_VIEWFORUM}" target="_new"><!-- IF catrow.forumrow.SHOW_ON_INDEX --><b><!-- ENDIF --><span id="fname_{catrow.forumrow.FORUM_ID}">{catrow.forumrow.FORUM_NAME}</span><!-- IF catrow.forumrow.SHOW_ON_INDEX --></b><!-- ENDIF --></a></td> <td width="100%" {catrow.forumrow.SF_PAD}><a {catrow.forumrow.FORUM_DESC} class="{catrow.forumrow.FORUM_NAME_CLASS}" href="{catrow.forumrow.U_VIEWFORUM}" target="_new"><!-- IF catrow.forumrow.SHOW_ON_INDEX --><b><!-- ENDIF --><span id="fname_{catrow.forumrow.FORUM_ID}">{catrow.forumrow.FORUM_NAME}</span><!-- IF catrow.forumrow.SHOW_ON_INDEX --></b><!-- ENDIF --></a>&nbsp;&nbsp;<em class="med" style="color: grey">{L_TOPICS_SHORT}:</em> <span class="med">{catrow.forumrow.NUM_TOPICS}</span> <em class="med" style="color: grey">{L_POSTS_SHORT}:</em> <span class="med">{catrow.forumrow.NUM_POSTS}</span></td>
<td class="med" align="center"><a class="med" href="{catrow.forumrow.U_FORUM_EDIT}">&nbsp;{L_EDIT}&nbsp;</a></td> <td class="med" align="center"><a class="med" href="{catrow.forumrow.U_FORUM_EDIT}">&nbsp;{L_EDIT}&nbsp;</a></td>
<td class="small" align="center" nowrap="nowrap"><a class="small" href="{catrow.forumrow.ADD_SUB_HREF}" title="Add subforum">&nbsp;+sub&nbsp;</a><!-- <span title="Order index">{catrow.forumrow.ORDER} [{catrow.forumrow.FORUM_ID}-{catrow.forumrow.FORUM_PARENT}]</span> --></td> <td class="small" align="center" nowrap="nowrap"><a class="small" href="{catrow.forumrow.ADD_SUB_HREF}" title="Add subforum">&nbsp;+sub&nbsp;</a><!-- <span title="Order index">{catrow.forumrow.ORDER} [{catrow.forumrow.FORUM_ID}-{catrow.forumrow.FORUM_PARENT}]</span> --></td>
<td class="med" align="center"><a class="med" href="{catrow.forumrow.U_FORUM_RESYNC}">&nbsp;{L_RESYNC}&nbsp;</a></td> <td class="med" align="center"><a class="med" href="{catrow.forumrow.U_FORUM_RESYNC}">&nbsp;{L_RESYNC}&nbsp;</a></td>
@ -230,5 +230,3 @@ function hl (id, on)
<!--========================================================================--> <!--========================================================================-->
<!-- ENDIF / TPL_FORUMS_LIST --> <!-- ENDIF / TPL_FORUMS_LIST -->