fix config label display after popup changes
authorMark Wells <mark@freeside.biz>
Mon, 17 Oct 2016 19:36:51 +0000 (12:36 -0700)
committerMark Wells <mark@freeside.biz>
Mon, 17 Oct 2016 19:36:51 +0000 (12:36 -0700)
httemplate/config/config-view.cgi

index 248af37..e63dfe3 100644 (file)
@@ -133,12 +133,13 @@ invoice language options:
 
     <tr>
 %     unless ( $cgi->param('showagent') ) {
 
     <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',
                          'action'      => $action,
                          'width'       => $width,
                          'height'      => $height,
                          'actionlabel' => 'Enter configuration value',
-                         'label'       => "<b>$label</b>",
+                         'html_label'  => "<b>$label</b>",
                          'aname'       => $i->key,
                     )
           %>: 
                          'aname'       => $i->key,
                     )
           %>: