[freeside-commits] freeside/httemplate/elements select-tower_sector.html, 1.1.2.4, 1.1.2.5
Mark Wells
mark at wavetail.420.am
Wed Jan 25 12:36:35 PST 2012
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv14632/httemplate/elements
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.1.2.4
retrieving revision 1.1.2.5
diff -u -w -d -r1.1.2.4 -r1.1.2.5
--- select-tower_sector.html 23 Jan 2012 21:00:49 -0000 1.1.2.4
+++ select-tower_sector.html 25 Jan 2012 20:36:33 -0000 1.1.2.5
@@ -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