Changeset 248


Ignore:
Timestamp:
Jan 3, 2004, 9:48:02 PM (20 years ago)
Author:
z0rglub
Message:
  • errors list
  • possibility to display only a text field for a parent category
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-->
    111<form method="post" action="{#form_action}">
    212  <table width="100%">
     
    7686        <img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" />
    7787        {#infoimage_associate}
     88        <!--VTP_associate_LOV-->
    7889        <select name="associate">
    7990          <!--VTP_associate_cat-->
     
    8192          <!--/VTP_associate_cat-->
    8293        </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>
    85100    <tr>
    86101      <td colspan="6" style="text-align:center;">
Note: See TracChangeset for help on using the changeset viewer.