diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-19 21:40:52 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-19 21:40:52 +0000 |
commit | 26452aed650f879803d9211968457696970d44d0 (patch) | |
tree | 55a210cc1f6ac25f9ca79bb5ed9e290bdfd62e2d /template/default | |
parent | b7a5a44944fcf0f20a8e4ab26143962ec8d0a86e (diff) |
A category can have its representative picture
git-svn-id: http://piwigo.org/svn/trunk@133 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r-- | template/default/admin/picture_modify.vtp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/picture_modify.vtp b/template/default/admin/picture_modify.vtp index 8af2074dd..d20272fee 100644 --- a/template/default/admin/picture_modify.vtp +++ b/template/default/admin/picture_modify.vtp @@ -65,7 +65,7 @@ <table> <!--VTP_linked_category--> <tr> - <td><!--VTP_checkbox--><input type="checkbox" name="dissociate-{#id}" value="1" /><!--/VTP_checkbox--><a href="{#url}">{#name}</a> [ <a href="{#infos_images_link}">{#cat_image_info}</a> ] {#private} {#invisible} + <td><!--VTP_checkbox--><input type="checkbox" name="dissociate-{#id}" value="1" /><!--/VTP_checkbox--><a href="{#url}">{#name}</a> [ <a href="{#infos_images_link}">{#cat_image_info}</a> ] {#private} {#invisible} [ <input type="checkbox" name="representative-{#id}" value="1"{#representative_checked} /> {#category_representative} ] </tr> <!--/VTP_linked_category--> <!--VTP_dissociate--> |