Changeset 336 for branches/release-1_3


Ignore:
Timestamp:
Jan 30, 2004, 11:51:03 PM (20 years ago)
Author:
z0rglub
Message:

many categories management : display a simple text field for uppercat id
instead of a selection box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/template/default/admin/cat_modify.vtp

    r68 r336  
    6565      <td>{#cat_parent}</td>
    6666      <td class="row2">
     67        <!--VTP_associate_LOV-->
    6768        <select name="associate">
    6869          <!--VTP_associate_cat-->
    69           <option value="{#value}"{#selected}>{#content}</option>
     70          <option value="{#value}">{#content}</option>
    7071          <!--/VTP_associate_cat-->
    7172        </select>
     73        <!--/VTP_associate_LOV-->
     74        <!--VTP_associate_text-->
     75        <input type="text" name="associate" value="{#value}" />
     76        <!--/VTP_associate_text-->
    7277      </td>
    7378    </tr>
Note: See TracChangeset for help on using the changeset viewer.