mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
many categories management : display a simple text field for uppercat id
instead of a selection box git-svn-id: http://piwigo.org/svn/branches/release-1_3@336 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -64,11 +64,16 @@
|
||||
<tr>
|
||||
<td>{#cat_parent}</td>
|
||||
<td class="row2">
|
||||
<!--VTP_associate_LOV-->
|
||||
<select name="associate">
|
||||
<!--VTP_associate_cat-->
|
||||
<option value="{#value}"{#selected}>{#content}</option>
|
||||
<option value="{#value}">{#content}</option>
|
||||
<!--/VTP_associate_cat-->
|
||||
</select>
|
||||
<!--/VTP_associate_LOV-->
|
||||
<!--VTP_associate_text-->
|
||||
<input type="text" name="associate" value="{#value}" />
|
||||
<!--/VTP_associate_text-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--/VTP_parent-->
|
||||
|
||||
Reference in New Issue
Block a user