
slanning at bricolage
Apr 1, 2009, 2:27 AM
Post #1 of 1
(476 views)
Permalink
|
|
[8534] Tweak to r8522 (c.f.
|
|
Revision: 8534 Author: slanning Date: 2009-04-01 02:27:44 -0700 (Wed, 01 Apr 2009) ViewCVS: http://viewsvn.bricolage.cc/?rev=8534&view=rev Log Message: ----------- Tweak to r8522 (c.f. devel list). Modified Paths: -------------- bricolage/trunk/comp/widgets/container_prof/field.mc Modified: bricolage/trunk/comp/widgets/container_prof/field.mc =================================================================== --- bricolage/trunk/comp/widgets/container_prof/field.mc 2009-04-01 09:01:59 UTC (rev 8533) +++ bricolage/trunk/comp/widgets/container_prof/field.mc 2009-04-01 09:27:44 UTC (rev 8534) @@ -35,7 +35,7 @@ </div> % } % # Can't copy an element that's required and only allowed once since it won't be pastable anywhere. -% unless ($element->is_autopopulated or ($at_obj->get_min_occurrence == 1 and $at_obj->get_max_occurrence == 1)) { +% unless ($element->is_autopopulated or ($at_obj->get_min_occurrence >= $at_obj->get_max_occurrence)) { <div class="copy"> <& '/widgets/profile/button.mc', disp => $lang->maketext("Copy"),
|