diff options
| author | mark <mark> | 2012-01-25 20:36:33 +0000 |
|---|---|---|
| committer | mark <mark> | 2012-01-25 20:36:33 +0000 |
| commit | f149ad40dae3236440a94540e3b534c966bc8e98 (patch) | |
| tree | 1a8bcf05ead12aeb00774a433c0496f57f2f4552 | |
| parent | d4df707d102511ec5d6c382c7cbed0090e5abd46 (diff) | |
clarify "no sector" option, #15950
| -rw-r--r-- | httemplate/elements/select-tower_sector.html | 3 |
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> |
