summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authormark <mark>2012-01-25 20:36:20 +0000
committermark <mark>2012-01-25 20:36:20 +0000
commitb903b1b4874c103f1c532b1f326a7659630dd1b5 (patch)
treef266cf50b101dd5e42c8947c4604f4fc9af10d78 /httemplate
parent89b5540310ed5687fcadc85e37338e2263f86a06 (diff)
clarify "no sector" option, #15950
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/select-tower_sector.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/select-tower_sector.html b/httemplate/elements/select-tower_sector.html
index 456ef410c..c783c4b57 100644
--- a/httemplate/elements/select-tower_sector.html
+++ b/httemplate/elements/select-tower_sector.html
@@ -34,7 +34,7 @@ function change_towernum(towernum) {
change_towernum('');
</SCRIPT>
<BR>
-<INPUT TYPE="checkbox" VALUE="none" NAME="sectornum" CHECKED> No sector
+<INPUT TYPE="checkbox" VALUE="none" NAME="sectornum" CHECKED> <% $empty_label %>
% }
<%init>
my %opt = @_;
@@ -47,4 +47,5 @@ if ( $opt{'multiple'} ) {
$sectors_of{''}->{$sector->sectornum} = $sector->description;
}
}
+my $empty_label = $opt{'empty_label'} || 'Include services with no tower/sector';
</%init>