diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-05-13 10:16:32 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-05-13 11:48:42 -0400 |
| commit | 5a6553d48b3e006ec928f910199b8f0a1dd85476 (patch) | |
| tree | ecaaa1c72f19b47e2c000c83f923d760a17304de /httemplate/elements | |
| parent | a1bc794c10bdbc87341c3f43065d74e9f49016a7 (diff) | |
RT# 83251 - added option to update tower/sector
Conflicts:
httemplate/edit/tower.html
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/tr-tower_sectors.html | 5 |
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" |
