Ignore:
Timestamp:
Feb 10, 2012, 2:03:28 PM (12 years ago)
Author:
plg
Message:

slight redesign on pending comments screen

File:
1 edited

Legend:

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

    r13078 r13079  
    4545
    4646<div class="titrePage">
    47   <h2>{'Waiting'|@translate} {$TABSHEET_TITLE}</h2>
     47  <h2>{'Pending Comments'|@translate} {$TABSHEET_TITLE}</h2>
    4848</div>
    4949
    50 <h3>{'User comments validation'|@translate}</h3>
    51 
    5250{if !empty($comments) }
    53 <form method="post" action="{$F_ACTION}">
     51<form method="post" action="{$F_ACTION}" id="pendingComments">
    5452 
    55 <table width="99%">
     53<table>
    5654  {foreach from=$comments item=comment name=comment}
    5755  <tr valign="top" class="{if $smarty.foreach.comment.index is odd}row2{else}row1{/if}">
Note: See TracChangeset for help on using the changeset viewer.