diff options
author | rub <rub@piwigo.org> | 2007-03-07 22:21:35 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-07 22:21:35 +0000 |
commit | bacf165624681b6457a196a055e41e179e072ea4 (patch) | |
tree | 3dbb58cfd1b109f54f0a83a62e5040369a5b06a8 /template/yoga | |
parent | 1415354b9c13b0dca0b8933206589f3e3fec972d (diff) |
Undo revision 1865 in order to add tabsheet for categories.
(Not really undo help)
git-svn-id: http://piwigo.org/svn/trunk@1877 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin.tpl | 3 | ||||
-rw-r--r-- | template/yoga/admin/configuration.tpl | 32 |
2 files changed, 2 insertions, 33 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index 5920f4e95..e3f34c2d2 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -15,8 +15,8 @@ <dd> <ul> <li><a href="{U_CONFIG_GENERAL}">{lang:general}</a></li> - <li><a href="{U_CONFIG_DISPLAY}">{lang:conf_default}</a></li> <li><a href="{U_CONFIG_COMMENTS}">{lang:comments}</a></li> + <li><a href="{U_CONFIG_DISPLAY}">{lang:conf_default}</a></li> </ul> </dd> </dl> @@ -29,6 +29,7 @@ <li><a href="{U_CATEGORIES}">{lang:manage}</a></li> <li><a href="{U_MOVE}">{lang:Move}</a></li> <li><a href="{U_CAT_UPLOAD}">{lang:upload}</a></li> + <li><a href="{U_CAT_COMMENTS}">{lang:comments}</a></li> <li><a href="{U_CAT_VISIBLE}">{lang:lock}</a></li> <li><a href="{U_CAT_STATUS}">{lang:cat_security}</a></li> <!-- BEGIN representative --> diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 7622564d4..a6b14e1e5 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -221,35 +221,3 @@ <input class="submit" type="reset" name="reset" value="{lang:Reset}"> </p> </form> - - -<!-- BEGIN comments --> -<form method="post" action="{F_ACTION}" class="properties"> -<fieldset> - <legend>{lang:cat_comments_title}</legend> - <table class="doubleSelect"> - <tr> - <td> - <h3>{lang:authorized}</h3> - <select class="categoryList" name="cat_true[]" multiple="multiple" size="30"> - <!-- BEGIN category_option_true --> - <option {comments.category_option_true.SELECTED} value="{comments.category_option_true.VALUE}">{comments.category_option_true.OPTION}</option> - <!-- END category_option_true --> - </select> - <p><input class="submit" type="submit" value="»" name="falsify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p> - </td> - - <td> - <h3>{lang:forbidden}</h3> - <select class="categoryList" name="cat_false[]" multiple="multiple" size="30"> - <!-- BEGIN category_option_false --> - <option {comments.category_option_false.SELECTED} value="{comments.category_option_false.VALUE}">{comments.category_option_false.OPTION}</option> - <!-- END category_option_false --> - </select> - <p><input class="submit" type="submit" value="«" name="trueify" style="font-size:15px;" {TAG_INPUT_ENABLED}/></p> - </td> - </tr> - </table> -</fieldset> -</form> -<!-- END comments --> |