- Timestamp:
- Jan 3, 2004, 9:48:02 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/template/default/admin/infos_image.vtp
r132 r248 1 <!--VTP_errors--> 2 <div class="errors"> 3 <div class="errors_title">{#errors_title}</div> 4 <ul> 5 <!--VTP_li--> 6 <li>{#content}</li> 7 <!--/VTP_li--> 8 </ul> 9 </div> 10 <!--/VTP_errors--> 1 11 <form method="post" action="{#form_action}"> 2 12 <table width="100%"> … … 76 86 <img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> 77 87 {#infoimage_associate} 88 <!--VTP_associate_LOV--> 78 89 <select name="associate"> 79 90 <!--VTP_associate_cat--> … … 81 92 <!--/VTP_associate_cat--> 82 93 </select> 83 </td> 84 </tr> 94 <!--/VTP_associate_LOV--> 95 <!--VTP_associate_text--> 96 <input type="text" name="associate" /> 97 <!--/VTP_associate_text--> 98 </td> 99 </tr> 85 100 <tr> 86 101 <td colspan="6" style="text-align:center;">
Note: See TracChangeset
for help on using the changeset viewer.