diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-07 10:14:33 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-07 10:14:33 +0000 |
commit | e56d53fe20bef7b8b2a05b30ad15ab3fb38db6dc (patch) | |
tree | 272ca8dccfdca6ca8f577f5c895ddf01e99c2c07 /template/default/admin/cat_modify.vtp | |
parent | 377042a27d9d2de8bcadf77ffcfd1e7d48b64add (diff) |
Virtual categories management
git-svn-id: http://piwigo.org/svn/trunk@68 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/cat_modify.vtp')
-rw-r--r-- | template/default/admin/cat_modify.vtp | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/template/default/admin/cat_modify.vtp b/template/default/admin/cat_modify.vtp index 392919bf6..6293871a0 100644 --- a/template/default/admin/cat_modify.vtp +++ b/template/default/admin/cat_modify.vtp @@ -5,7 +5,15 @@ <form action="{#form_action}" method="post"> <table style="width:100%;"> <tr> - <th colspan="2">{#editcat_title1} "{#cat:name}" [ {#cat:dir} ]</th> + <th colspan="2">{#editcat_title1} "{#cat:name}" [ + <!--VTP_storage--> + dir : {#dir} + <!--/VTP_storage--> + <!--VTP_virtual--> + <span style="color:blue;">{#cat_virtual}</span> + <!--/VTP_virtual--> + ] + </th> </tr> <!--VTP_server--> <tr> @@ -52,6 +60,18 @@ </td> </tr> <!--/VTP_uploadable--> + <!--VTP_parent--> + <tr> + <td>{#cat_parent}</td> + <td class="row2"> + <select name="associate"> + <!--VTP_associate_cat--> + <option value="{#value}"{#selected}>{#content}</option> + <!--/VTP_associate_cat--> + </select> + </td> + </tr> + <!--/VTP_parent--> <tr> <td colspan="2"> </td> </tr> |