From b903b1b4874c103f1c532b1f326a7659630dd1b5 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 25 Jan 2012 20:36:20 +0000 Subject: [PATCH] clarify "no sector" option, #15950 --- httemplate/elements/select-tower_sector.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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('');
- No sector + <% $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'; -- 2.11.0