diff options
Diffstat (limited to 'template/default/admin/picture_modify.vtp')
-rw-r--r-- | template/default/admin/picture_modify.vtp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/default/admin/picture_modify.vtp b/template/default/admin/picture_modify.vtp index 9cf36b4eb..c68021091 100644 --- a/template/default/admin/picture_modify.vtp +++ b/template/default/admin/picture_modify.vtp @@ -76,11 +76,17 @@ <tr><td colspan="2"> </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> |