[freeside-commits] branch FREESIDE_3_BRANCH updated. cf9e2c1748c2790e3ed5bfb27ea892a402fcb9a9

Mark Wells mark at 420.am
Fri Dec 30 13:23:15 PST 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  cf9e2c1748c2790e3ed5bfb27ea892a402fcb9a9 (commit)
      from  65ea9da86b63c56dd577bb0688e8ba01b735bedf (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 cf9e2c1748c2790e3ed5bfb27ea892a402fcb9a9
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