mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r293
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:
parent
a7fc272f17
commit
bd2f5bb979
2 changed files with 3 additions and 5 deletions
|
@ -53,8 +53,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.1 Stable';
|
||||
$bb_cfg['tp_release_state'] = 'R292';
|
||||
$bb_cfg['tp_release_date'] = '16-09-2011';
|
||||
$bb_cfg['tp_release_state'] = 'R293';
|
||||
$bb_cfg['tp_release_date'] = '20-09-2011';
|
||||
|
||||
// Database
|
||||
$charset = 'utf8';
|
||||
|
|
|
@ -204,7 +204,7 @@ function hl (id, on)
|
|||
<!-- BEGIN forumrow -->
|
||||
<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> ↑ </b></a><a class="gen" title="{L_MOVE_DOWN}" href="{catrow.forumrow.U_FORUM_MOVE_DOWN}"><b> ↓ </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> <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}"> {L_EDIT} </a></td>
|
||||
<td class="small" align="center" nowrap="nowrap"><a class="small" href="{catrow.forumrow.ADD_SUB_HREF}" title="Add subforum"> +sub </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}"> {L_RESYNC} </a></td>
|
||||
|
@ -230,5 +230,3 @@ function hl (id, on)
|
|||
|
||||
<!--========================================================================-->
|
||||
<!-- ENDIF / TPL_FORUMS_LIST -->
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue