source: branches/release-1_3/template/default/admin/cat_modify.vtp @ 542

Last change on this file since 542 was 542, checked in by z0rglub, 20 years ago

bug 28 : invisibility feature disabled

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1<!--VTP_confirmation-->
2<div style="color:red;text-align:center;">
3  {#editcat_confirm} [ <a href="{#back_url}">{#editcat_back}</a> ]</div>
4<!--/VTP_confirmation-->
5<form action="{#form_action}" method="post">
6  <table style="width:100%;">
7    <tr>
8      <th colspan="2">{#editcat_title1} "{#cat:name}" [
9        <!--VTP_storage-->
10        dir : {#dir}
11        <!--/VTP_storage-->
12        <!--VTP_virtual-->
13        <span style="color:blue;">{#cat_virtual}</span>
14        <!--/VTP_virtual-->
15        ]
16      </th>
17    </tr>
18    <!--VTP_server-->
19    <tr>
20      <td style="width:20%;">{#remote_site}</td>
21      <td class="row2">{#url}</td>
22    </tr>
23    <!--/VTP_server-->
24    <tr>
25      <td style="width:20%;">{#editcat_name}</td>
26      <td class="row2">
27        <input type="text" name="name" value="{#name}" maxlength="255"/>
28      </td>
29    </tr>
30    <tr>
31      <td>{#editcat_comment}</td>
32      <td class="row2">
33        <textarea name="comment" rows="5" cols="50" style="overflow:auto">{#comment}</textarea>
34      </td>
35    </tr>
36    <tr>
37      <td>{#editcat_status}</td>
38      <td class="row2">
39        <!--VTP_status_option-->
40        <input type="radio" name="status" value="{#value}"{#checked} />{#option}
41        <!--/VTP_status_option-->
42      </td>
43    </tr>
44<!--
45    <tr>
46      <td>{#editcat_visible}</td>
47      <td class="row2">
48        <!--VTP_visible_option-->
49        <input type="radio" name="visible" value="{#value}"{#checked} />{#option}
50        <!--/VTP_visible_option-->
51        {#editcat_visible_info}
52      </td>
53    </tr>
54-->
55    <input type="hidden" name="visible" value="true"/>
56    <!--VTP_uploadable-->
57    <tr>
58      <td>{#editcat_uploadable}</td>
59      <td class="row2">
60        <!--VTP_uploadable_option-->
61        <input type="radio" name="uploadable" value="{#value}"{#checked} />{#option}
62        <!--/VTP_uploadable_option-->
63      </td>
64    </tr>
65    <!--/VTP_uploadable-->
66    <!--VTP_parent-->
67    <tr>
68      <td>{#cat_parent}</td>
69      <td class="row2">
70        <!--VTP_associate_LOV-->
71        <select name="associate">
72          <!--VTP_associate_cat-->
73          <option value="{#value}" {#selected}>{#content}</option>
74          <!--/VTP_associate_cat-->
75        </select>
76        <!--/VTP_associate_LOV-->
77        <!--VTP_associate_text-->
78        <input type="text" name="associate" value="{#value}" />
79        <!--/VTP_associate_text-->
80      </td>
81    </tr>
82    <!--/VTP_parent-->
83    <tr>
84      <td colspan="2">&nbsp;</td>
85    </tr>
86    <tr>
87      <td colspan="2" align="center">
88        <input type="submit" name="submit" value="{#submit}" />
89      </td>
90    </tr>
91  </table>
92</form>
Note: See TracBrowser for help on using the repository browser.