[freeside-commits] branch FREESIDE_4_BRANCH updated. ed832a11546a4bad4961165291b025790b76b68e
Mark Wells
mark at 420.am
Fri Dec 30 13:23:16 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via ed832a11546a4bad4961165291b025790b76b68e (commit)
from b393200c6678a0c245e6b1918d0c1b3fe6ea850f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ed832a11546a4bad4961165291b025790b76b68e
Author: Mark Wells <mark at freeside.biz>
Date: Fri Dec 30 13:22:43 2016 -0800
fix "Create map" form submission, #73266
diff --git a/httemplate/search/sector.html b/httemplate/search/sector.html
index 037df10..f932649 100644
--- a/httemplate/search/sector.html
+++ b/httemplate/search/sector.html
@@ -59,19 +59,20 @@
% $text = 'Reprocess';
% }
<form name="create_<% $sectornum |h %>">
- <input type="hidden" name="sectornum" value="<% $sectornum |h %>">
- <& /elements/progress-init.html,
- 'create_'.$sectornum,
- [ 'sectornum' ],
- $fsurl.'misc/sector-create_map.html',
- { 'message' => 'Map generated',
- 'url' => $cgi->self_url },
- "sector$sectornum"
- &>
- <a class="createmap" href="#" onclick="sector<% $sectornum %>process()">
- <% $text %>
- </a>
-% }
+ <input type="hidden" name="sectornum" value="<% $sectornum |h %>">
+ <& /elements/progress-init.html,
+ 'create_'.$sectornum,
+ [ 'sectornum' ],
+ $fsurl.'misc/sector-create_map.html',
+ { 'message' => 'Map generated',
+ 'url' => $cgi->self_url },
+ "sector$sectornum"
+ &>
+ <a class="createmap" href="#" onclick="sector<% $sectornum %>process()">
+ <% $text %>
+ </a>
+ </form>
+% } # if @need_fields
</td>
<td>
% if ( length($sector->image) > 0 ) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/sector.html | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
More information about the freeside-commits
mailing list