Changeset 1865 for trunk/template/yoga


Ignore:
Timestamp:
Feb 28, 2007, 1:16:53 AM (17 years ago)
Author:
rvelices
Message:

admin pages: merge Categories/comments page into Configuration/comments page
(they are related and we reduce the # of links in the menu)

Location:
trunk/template/yoga
Files:
2 edited

Legend:

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

    r1853 r1865  
    1616      <ul>
    1717        <li><a href="{U_CONFIG_GENERAL}">{lang:general}</a></li>
     18        <li><a href="{U_CONFIG_DISPLAY}">{lang:conf_default}</a></li>
    1819        <li><a href="{U_CONFIG_COMMENTS}">{lang:comments}</a></li>
    19         <li><a href="{U_CONFIG_DISPLAY}">{lang:conf_default}</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>
    3332        <li><a href="{U_CAT_VISIBLE}">{lang:lock}</a></li>
    3433        <li><a href="{U_CAT_STATUS}">{lang:cat_security}</a></li>
  • trunk/template/yoga/admin/configuration.tpl

    r1780 r1865  
    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.