diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-03 20:48:02 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-03 20:48:02 +0000 |
commit | 7a5f16da112429f79cfc82e73fcdf115b74fcb9e (patch) | |
tree | c613f303b700babe85375d0e36d05f68a2cce86a /template/default | |
parent | a5092987e1a393bf9aafc407aeb9ca39f8aee8a9 (diff) |
- errors list
- possibility to display only a text field for a parent category
git-svn-id: http://piwigo.org/svn/branches/release-1_3@248 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r-- | template/default/admin/infos_image.vtp | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/template/default/admin/infos_image.vtp b/template/default/admin/infos_image.vtp index ca8d3085d..2ae25db69 100644 --- a/template/default/admin/infos_image.vtp +++ b/template/default/admin/infos_image.vtp @@ -1,3 +1,13 @@ +<!--VTP_errors--> +<div class="errors"> + <div class="errors_title">{#errors_title}</div> + <ul> + <!--VTP_li--> + <li>{#content}</li> + <!--/VTP_li--> + </ul> +</div> +<!--/VTP_errors--> <form method="post" action="{#form_action}"> <table width="100%"> <tr> @@ -75,13 +85,18 @@ <td colspan="6"> <img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#infoimage_associate} + <!--VTP_associate_LOV--> <select name="associate"> <!--VTP_associate_cat--> <option value="{#value}">{#content}</option> <!--/VTP_associate_cat--> </select> - </td> - </tr> + <!--/VTP_associate_LOV--> + <!--VTP_associate_text--> + <input type="text" name="associate" /> + <!--/VTP_associate_text--> + </td> + </tr> <tr> <td colspan="6" style="text-align:center;"> <input type="submit" value="{#submit}" name="submit" /> |