summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-05-13 10:16:32 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-05-13 10:16:32 -0400
commitb7d4aaee22ceda078bbfcca47038eb0bf4230a1c (patch)
tree619511637d0679bb11e675e23e1ff09ea15d020d /httemplate/elements
parent8eb629a5a142756a3fd3b4419f36182457263a9c (diff)
RT# 83251 - added option to update tower/sector
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/tr-tower_sectors.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/elements/tr-tower_sectors.html b/httemplate/elements/tr-tower_sectors.html
index 8acedb84b..b3d453282 100644
--- a/httemplate/elements/tr-tower_sectors.html
+++ b/httemplate/elements/tr-tower_sectors.html
@@ -184,7 +184,10 @@ $(function() {
% my $id = $opt{id}; # sectornumX
<div id="<% $id %>">
% # no id on this one, the panel gets the "sectornumX" id
- <input type="hidden" name="<% $id %>" value="<% $sector->sectornum |h %>">
+ <p>
+ <label><% emt('Sector number') %></label> <% $sector->sectornum |h %>
+ <input type="hidden" name="<% $id %>" value="<% $sector->sectornum |h %>">
+ </p>
<p>
<label><% emt('Sector name') %></label>
<input style="text-align: left"