aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-03-12 23:16:35 +0000
committerz0rglub <z0rglub@piwigo.org>2004-03-12 23:16:35 +0000
commit576cdcdb09e556bfd6f19d93998480f0438a37a5 (patch)
treeef25b11b556a774e4ff7d3deaef22edeb7825047
parent44dfda7a10608eb31d83fd92fd214eda320633fc (diff)
bug 21 : can't edit virtual categories (when using a list of values as
parent category) git-svn-id: http://piwigo.org/svn/branches/release-1_3@391 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/admin/cat_modify.vtp2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/cat_modify.vtp b/template/default/admin/cat_modify.vtp
index 5436ff220..99adc2985 100644
--- a/template/default/admin/cat_modify.vtp
+++ b/template/default/admin/cat_modify.vtp
@@ -67,7 +67,7 @@
<!--VTP_associate_LOV-->
<select name="associate">
<!--VTP_associate_cat-->
- <option value="{#value}">{#content}</option>
+ <option value="{#value}" {#selected}>{#content}</option>
<!--/VTP_associate_cat-->
</select>
<!--/VTP_associate_LOV-->