aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/picture_modify.vtp
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-01-03 20:48:25 +0000
committerz0rglub <z0rglub@piwigo.org>2004-01-03 20:48:25 +0000
commit067660bc68349dbb16c1c3bd529feb2800423cd3 (patch)
tree79b2367fcabe23accae7a85320fd6871e3648b6e /template/default/admin/picture_modify.vtp
parent7a5f16da112429f79cfc82e73fcdf115b74fcb9e (diff)
- possibility to display only a text field for a parent category
git-svn-id: http://piwigo.org/svn/branches/release-1_3@249 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/picture_modify.vtp')
-rw-r--r--template/default/admin/picture_modify.vtp6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/default/admin/picture_modify.vtp b/template/default/admin/picture_modify.vtp
index d20272fee..5b807983c 100644
--- a/template/default/admin/picture_modify.vtp
+++ b/template/default/admin/picture_modify.vtp
@@ -76,11 +76,17 @@
<tr><td colspan="2">&nbsp;</td></tr>
<tr>
<td>{#infoimage_associate}
+ <!--VTP_associate_LOV-->
<select name="associate">
<!--VTP_associate_cat-->
<option value="{#value}">{#content}</option>
<!--/VTP_associate_cat-->
</select>
+ <!--/VTP_associate_LOV-->
+ <!--VTP_associate_text-->
+ <input type="text" name="associate" />
+ <!--/VTP_associate_text-->
+ </select>
</td>
</tr>
</table>