[freeside-commits] branch master updated. 508f9f825f2d0a4b41b9e3c83f4e4a616f8eb5bf

Mark Wells mark at 420.am
Mon Oct 17 12:41:33 PDT 2016


The branch, master has been updated
       via  508f9f825f2d0a4b41b9e3c83f4e4a616f8eb5bf (commit)
      from  e322fbb08d0f837be3f3f8e7c92a4a5bc75030ad (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 508f9f825f2d0a4b41b9e3c83f4e4a616f8eb5bf
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Oct 17 12:36:51 2016 -0700

    fix config label display after popup changes

diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi
index 248af37..e63dfe3 100644
--- a/httemplate/config/config-view.cgi
+++ b/httemplate/config/config-view.cgi
@@ -133,12 +133,13 @@ invoice language options:
 
     <tr>
 %     unless ( $cgi->param('showagent') ) {
-        <td><% include('/elements/popup_link.html',
+        <td>
+          <% include('/elements/popup_link.html',
                          'action'      => $action,
                          'width'       => $width,
                          'height'      => $height,
                          'actionlabel' => 'Enter configuration value',
-                         'label'       => "<b>$label</b>",
+                         'html_label'  => "<b>$label</b>",
                          'aname'       => $i->key,
                     )
           %>: 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/config/config-view.cgi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list