summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>