aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/edit_cat.vtp
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-01 09:27:20 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-01 09:27:20 +0000
commit0ec91d8b4834d63c65dcbef6ac49ab5a8f68ddd1 (patch)
treeb21ebe1713021f8f783f10b948acdb03878d5223 /template/default/admin/edit_cat.vtp
parent1080c51deb551ec63677adb842025065fa0999ba (diff)
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/edit_cat.vtp')
-rw-r--r--template/default/admin/edit_cat.vtp55
1 files changed, 0 insertions, 55 deletions
diff --git a/template/default/admin/edit_cat.vtp b/template/default/admin/edit_cat.vtp
deleted file mode 100644
index 4bafd765b..000000000
--- a/template/default/admin/edit_cat.vtp
+++ /dev/null
@@ -1,55 +0,0 @@
-<!--VTP_confirmation-->
-<div style="color:red;text-align:center;">
- {#editcat_confirm} [ <a href="{#back_url}">{#editcat_back}</a> ]</div>
-<!--/VTP_confirmation-->
-<form action="{#form_action}" method="post">
- <table style="width:100%;">
- <tr>
- <th colspan="2">{#editcat_title1} "{#cat:name}" [ {#cat:dir} ]</th>
- </tr>
- <!--VTP_server-->
- <tr>
- <td style="width:20%;">{#remote_site}</td>
- <td class="row2">{#url}</td>
- </tr>
- <!--/VTP_server-->
- <tr>
- <td style="width:20%;">{#editcat_name}</td>
- <td class="row2">
- <input type="text" name="name" value="{#name}" maxlength="255"/>
- </td>
- </tr>
- <tr>
- <td style="width:20%;">{#editcat_comment}</td>
- <td class="row2">
- <textarea name="comment" rows="5" cols="50" style="overflow:auto">{#comment}</textarea>
- </td>
- </tr>
- <tr>
- <td style="width:20%;">{#editcat_status}</td>
- <td class="row2">
- <!--VTP_status_option-->
- <input type="radio" name="status" value="{#option}"{#checked} />{#option}
- <!--/VTP_status_option-->
- {#editcat_status_info}
- </td>
- </tr>
- <tr>
- <td style="width:20%;">{#editcat_visible}</td>
- <td class="row2">
- <!--VTP_visible_option-->
- <input type="radio" name="visible" value="{#option}"{#checked} />{#option}
- <!--/VTP_visible_option-->
- {#editcat_status_info}
- </td>
- </tr>
- <tr>
- <td colspan="2">&nbsp;</td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <input type="submit" name="submit" value="{#submit}" />
- </td>
- </tr>
- </table>
-</form> \ No newline at end of file