From 1e1a0a1a7945cae26175e3afe25e61ec6114c48e Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 31 Oct 2011 19:20:29 +0000 Subject: export NAS table to sqlradius, #14697 --- httemplate/elements/checkboxes-table.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/checkboxes-table.html b/httemplate/elements/checkboxes-table.html index a31bdb919..671cd1f9b 100644 --- a/httemplate/elements/checkboxes-table.html +++ b/httemplate/elements/checkboxes-table.html @@ -81,6 +81,10 @@ % ? 'CHECKED' % : ''; % +% } elsif ( !$sourcenum ) { # newly created object, has no links yet +% +% $checked = $opt{'default'} ? 'CHECKED' : '' +% % } else { % % $checked = qsearchs( $opt{'link_table'}, { -- cgit v1.2.1