[freeside-commits] freeside/httemplate/elements select-tower_sector.html, 1.3, 1.4

Mark Wells mark at wavetail.420.am
Wed Jan 25 12:36:23 PST 2012


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv14495/httemplate/elements

Modified Files:
	select-tower_sector.html 
Log Message:
clarify "no sector" option, #15950

Index: select-tower_sector.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-tower_sector.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- select-tower_sector.html	23 Jan 2012 21:00:39 -0000	1.3
+++ select-tower_sector.html	25 Jan 2012 20:36:20 -0000	1.4
@@ -34,7 +34,7 @@
 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 @@
     $sectors_of{''}->{$sector->sectornum} = $sector->description;
   }
 }
+my $empty_label = $opt{'empty_label'} || 'Include services with no tower/sector';
 </%init>



More information about the freeside-commits mailing list