diff options
Diffstat (limited to 'template/default/admin/cat_list.vtp')
-rw-r--r-- | template/default/admin/cat_list.vtp | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/template/default/admin/cat_list.vtp b/template/default/admin/cat_list.vtp deleted file mode 100644 index 997f3d1f1..000000000 --- a/template/default/admin/cat_list.vtp +++ /dev/null @@ -1,110 +0,0 @@ -<!--VTP_errors--> -<div class="errors"> - <div class="errors_title">{#errors_title}</div> - <ul> - <!--VTP_li--> - <li>{#content}</li> - <!--/VTP_li--> - </ul> -</div> -<!--/VTP_errors--> -<div style="text-align:center;padding-top:10px;padding-bottom:5px;"> - <form action="" method="post"> - {#cat_add} <input type="text" name="virtual_name" /> - {#cat_parent} - <!--VTP_associate_LOV--> - <select name="associate"> - <!--VTP_associate_cat--> - <option value="{#value}">{#content}</option> - <!--/VTP_associate_cat--> - </select> - <!--/VTP_associate_LOV--> - <!--VTP_associate_text--> - <input type="text" name="associate" /> - <!--/VTP_associate_text--> - <input type="submit" value="{#submit}" name="submit" /> - </form> -</div> -<table style="width:100%;"> -<!--VTP_cat--> -<tr> - <{#td} style="width:50%;text-align:left;"> - <a name="{#id}"></a> - {#indent} - <!--VTP_bullet_collapsed--><a href="{#link}"><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" alt=">" /></a><!--/VTP_bullet_collapsed--> - <!--VTP_bullet_expanded--><a href="{#link}"><img src="../template/{#user_template}/admin/images/expanded.gif" style="border:none;" alt=">" /></a><!--/VTP_bullet_expanded--> - <!--VTP_bullet_wo_link--><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" alt=">" /><!--/VTP_bullet_wo_link--> - {#name} [ - <!--VTP_storage--> - dir : {#dir} - <!--/VTP_storage--> - <!--VTP_virtual--> - <span style="color:blue;">{#cat_virtual}</span> - <!--/VTP_virtual--> - ] - <span style="color:red;font-weight:normal;"> {#invisible} <span style="font-weight:bold;">{#private}</span></span> - </{#td}> - <{#td} class="{#class}" - style="width:1px;white-space:nowrap;text-align:center;"> - <!--VTP_up--> - <a href="{#up_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a> - <!--/VTP_up--> - <!--VTP_no_up--> - <a href="{#last_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a> - <!--/VTP_no_up--> - </{#td}> - <{#td} class="{#class}" - style="width:1px;white-space:nowrap;text-align:center;"> - <!--VTP_down--> - <a href="{#down_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a> - <!--/VTP_down--> - <!--VTP_no_down--> - <a href="{#first_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a> - <!--/VTP_no_down--> - </{#td}> - <{#td} class="{#class}" style="width:1px;text-align:center;"> - <div style="margin-left:3px;margin-right:3px;">{#nb_picture}</div> - </{#td}> - <{#td} class="{#class}" - style="width:10%;white-space:nowrap;text-align:center;"> - <a href="{#edit_url}">{#cat_edit}</a> - </{#td}> - <{#td} class="{#class}" - style="width:10%;white-space:nowrap;text-align:center;"> - <!--VTP_image_info--> - <a href="{#image_info_url}">{#cat_image_info}</a> - <!--/VTP_image_info--> - <!--VTP_no_image_info--> - <span style="color:darkgray;">{#cat_image_info}</span> - <!--/VTP_no_image_info--> - </{#td}> - <{#td} class="{#class}" - style="width:10%;white-space:nowrap;text-align:center;"> - <!--VTP_permission--> - <a href="{#url}">{#cat_permission}</a> - <!--/VTP_permission--> - <!--VTP_no_permission--> - <span style="color:darkgray;">{#cat_permission}</span> - <!--/VTP_no_permission--> - </{#td}> - <{#td} class="{#class}" - style="width:10%;white-space:nowrap;text-align:center;"> - <!--VTP_update--> - <a href="{#update_url}">{#cat_update}</a> - <!--/VTP_update--> - <!--VTP_no_update--> - <span style="color:darkgray;">{#cat_update}</span> - <!--/VTP_no_update--> - </{#td}> - <{#td} class="{#class}" - style="width:10%;white-space:nowrap;text-align:center;"> - <!--VTP_delete--> - <a href="{#delete_url}">{#delete}</a> - <!--/VTP_delete--> - <!--VTP_no_delete--> - <span style="color:darkgray;">{#delete}</span> - <!--/VTP_no_delete--> - </{#td}> -<tr> -<!--/VTP_cat--> -</table>
\ No newline at end of file |