summaryrefslogtreecommitdiff
path: root/httemplate/elements/checkboxes.html
diff options
context:
space:
mode:
authorivan <ivan>2011-02-27 00:52:29 +0000
committerivan <ivan>2011-02-27 00:52:29 +0000
commitf4f7bb4086cdaf2699c6d028b76e99b3e9be1e90 (patch)
treeea1d3ad4c176a286f71758b524aee18b4aa722c1 /httemplate/elements/checkboxes.html
parent8cec20dd7f69a3fb7b6a5e6a853747833e8a7784 (diff)
torrus virtual ports, RT#10574
Diffstat (limited to 'httemplate/elements/checkboxes.html')
-rw-r--r--httemplate/elements/checkboxes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/checkboxes.html b/httemplate/elements/checkboxes.html
index b120adab7..69ef18fb9 100644
--- a/httemplate/elements/checkboxes.html
+++ b/httemplate/elements/checkboxes.html
@@ -29,6 +29,8 @@ Example:
<TABLE CELLSPACING=0 CELLPADDING=0>
+% unless ( $opt{'disable_links'} ) {
+
<TR>
<TD COLSPAN=2 ALIGN="center"><FONT SIZE="-1">(
<A HREF="javascript:setAll<%$prefix%>(true)">select all</A> |
@@ -37,6 +39,8 @@ Example:
)</FONT></TD>
</TR>
+% }
+
% my $num=0;
% foreach my $item ( @{ $opt{'names_list'} } ) {
%