diff --git a/share/html/Admin/CustomFields/index.html b/share/html/Admin/CustomFields/index.html index 002b295..d326234 100644 --- a/share/html/Admin/CustomFields/index.html +++ b/share/html/Admin/CustomFields/index.html @@ -82,7 +82,7 @@ % }
- /> + /> <&|/l&>Include disabled custom fields in listing.
diff --git a/share/html/Admin/Queues/Modify.html b/share/html/Admin/Queues/Modify.html index 237ff64..ba88c2d 100755 --- a/share/html/Admin/Queues/Modify.html +++ b/share/html/Admin/Queues/Modify.html @@ -102,14 +102,14 @@ % } % if ( RT->Config->Get('GnuPG')->{'Enable'} ) { -Sign? 'checked="checked"': '' %> /> +Sign? 'checked="checked"': '' |n%> /> <&|/l&>Sign by default -Encrypt? 'checked="checked"': '' %> /> +Encrypt? 'checked="checked"': '' |n%> /> <&|/l&>Encrypt by default % } - /> + /> <&|/l&>Enabled (Unchecking this box disables this queue)
% $m->callback( %ARGS, QueueObj => $QueueObj, results => \@results ); diff --git a/share/html/Admin/Queues/index.html b/share/html/Admin/Queues/index.html index 8cf8678..7eab165 100755 --- a/share/html/Admin/Queues/index.html +++ b/share/html/Admin/Queues/index.html @@ -68,7 +68,7 @@ &> % }
- /> + /> <&|/l&>Include disabled queues in listing.
diff --git a/share/html/Elements/SelectBoolean b/share/html/Elements/SelectBoolean index fec7cbc..fc2bf36 100755 --- a/share/html/Elements/SelectBoolean +++ b/share/html/Elements/SelectBoolean @@ -46,8 +46,8 @@ %# %# END BPS TAGGED BLOCK }}} <%ARGS> diff --git a/share/html/Elements/SelectMatch b/share/html/Elements/SelectMatch index 4569e48..77532d3 100755 --- a/share/html/Elements/SelectMatch +++ b/share/html/Elements/SelectMatch @@ -46,10 +46,10 @@ %# %# END BPS TAGGED BLOCK }}} <%ARGS> diff --git a/share/html/Elements/SelectResultsPerPage b/share/html/Elements/SelectResultsPerPage index 4d49023..bbf746a 100755 --- a/share/html/Elements/SelectResultsPerPage +++ b/share/html/Elements/SelectResultsPerPage @@ -49,7 +49,7 @@ % while (@options) { % my ($text, $value) = (shift @options, shift @options); - + % } <%init>