diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html index 36f193b..9fb05bd 100644 --- a/share/html/Admin/CustomFields/Modify.html +++ b/share/html/Admin/CustomFields/Modify.html @@ -109,7 +109,7 @@   - /> + /> <&|/l&>Enabled (Unchecking this box disables this custom field) @@ -203,7 +203,7 @@ if ( $ARGS{'Update'} && $id ne 'new' ) { $id = $CustomFieldObj->id if $CustomFieldObj->id; -my $EnabledChecked = "checked"; +my $EnabledChecked = qq[checked="checked"]; $EnabledChecked = '' if $CustomFieldObj->Disabled; my @CFvalidations = ( diff --git a/share/html/Admin/Elements/SelectGroups b/share/html/Admin/Elements/SelectGroups index e35ce40..c1fa4c7 100755 --- a/share/html/Admin/Elements/SelectGroups +++ b/share/html/Admin/Elements/SelectGroups @@ -45,7 +45,7 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} - %while (my $group = $groups->Next) { @@ -58,7 +58,7 @@ % if ( $Show ne 'Users' ) { <&|/l&>Groups - % while ( my $group = $groups->Next ) { % next if $SkipGroups->{ $group->id }; diff --git a/share/html/Admin/Elements/SelectRights b/share/html/Admin/Elements/SelectRights index 207812d..2df04ba 100755 --- a/share/html/Admin/Elements/SelectRights +++ b/share/html/Admin/Elements/SelectRights @@ -65,7 +65,7 @@

<&|/l&>New rights

- % foreach $right (sort keys %Rights) { % next if $current_rights{$right}; % } diff --git a/share/html/Search/Elements/EditQuery b/share/html/Search/Elements/EditQuery index aadec6a..b8c7b0d 100644 --- a/share/html/Search/Elements/EditQuery +++ b/share/html/Search/Elements/EditQuery @@ -48,7 +48,7 @@ <& NewListActions, actions => $actions &> <&|/Widgets/TitleBox, title => join(': ', grep defined, loc("Current search"), $Description) &> - % $m->out($optionlist);