Changeset 1877 for trunk/template/yoga


Ignore:
Timestamp:
Mar 7, 2007, 11:21:35 PM (17 years ago)
Author:
rub
Message:

Undo revision 1865 in order to add tabsheet for categories.

(Not really undo help)

Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin.tpl

    r1866 r1877  
    1616      <ul>
    1717        <li><a href="{U_CONFIG_GENERAL}">{lang:general}</a></li>
     18        <li><a href="{U_CONFIG_COMMENTS}">{lang:comments}</a></li>
    1819        <li><a href="{U_CONFIG_DISPLAY}">{lang:conf_default}</a></li>
    19         <li><a href="{U_CONFIG_COMMENTS}">{lang:comments}</a></li>
    2020      </ul>
    2121    </dd>
     
    3030        <li><a href="{U_MOVE}">{lang:Move}</a></li>
    3131        <li><a href="{U_CAT_UPLOAD}">{lang:upload}</a></li>
     32        <li><a href="{U_CAT_COMMENTS}">{lang:comments}</a></li>
    3233        <li><a href="{U_CAT_VISIBLE}">{lang:lock}</a></li>
    3334        <li><a href="{U_CAT_STATUS}">{lang:cat_security}</a></li>
  • trunk/template/yoga/admin/configuration.tpl

    r1865 r1877  
    222222  </p>
    223223</form>
    224 
    225 
    226 <!-- BEGIN comments -->
    227 <form method="post" action="{F_ACTION}" class="properties">
    228 <fieldset>
    229   <legend>{lang:cat_comments_title}</legend>
    230   <table class="doubleSelect">
    231     <tr>
    232       <td>
    233         <h3>{lang:authorized}</h3>
    234         <select class="categoryList" name="cat_true[]" multiple="multiple" size="30">
    235           <!-- BEGIN category_option_true -->
    236           <option {comments.category_option_true.SELECTED} value="{comments.category_option_true.VALUE}">{comments.category_option_true.OPTION}</option>
    237           <!-- END category_option_true -->
    238         </select>
    239         <p><input class="submit" type="submit" value="&raquo;" name="falsify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p>
    240       </td>
    241 
    242       <td>
    243         <h3>{lang:forbidden}</h3>
    244         <select class="categoryList" name="cat_false[]" multiple="multiple" size="30">
    245           <!-- BEGIN category_option_false -->
    246           <option {comments.category_option_false.SELECTED} value="{comments.category_option_false.VALUE}">{comments.category_option_false.OPTION}</option>
    247           <!-- END category_option_false -->
    248         </select>
    249         <p><input class="submit" type="submit" value="&laquo;" name="trueify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p>
    250       </td>
    251     </tr>
    252   </table>
    253 </fieldset>
    254 </form>
    255 <!-- END comments -->
Note: See TracChangeset for help on using the changeset viewer.