Ignore:
Timestamp:
Nov 28, 2013, 2:06:31 PM (10 years ago)
Author:
plg
Message:

feature 2920: add a navigation bar for long list of comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/comments.tpl

    r25084 r25744  
    4646<h2>{'User comments'|@translate} {$TABSHEET_TITLE}</h2>
    4747
    48 <p style="text-align:left;margin-left:1em;">
     48<div class="commentFilter">
    4949  <a href="{$F_ACTION}&amp;filter=all" class="{if $filter == 'all'}commentFilterSelected{/if}">{'All'|@translate}</a> ({$nb_total})
    5050  | <a href="{$F_ACTION}&amp;filter=pending" class="{if $filter == 'pending'}commentFilterSelected{/if}">{'Waiting'|@translate}</a> ({$nb_pending})
    51 </p>
     51{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
     52</div>
     53
     54
    5255
    5356{if !empty($comments) }
Note: See TracChangeset for help on using the changeset viewer.