diff options
author | Mark Wells <mark@freeside.biz> | 2016-10-06 12:59:16 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-10-06 12:59:16 -0700 |
commit | ca06d3471ad5ae4e22150c6f63fe94a8c834b887 (patch) | |
tree | 26f2e5d5e22393acc05ff0c8f533862c93c92e69 | |
parent | 29f8492a70b3472f1625243070bf58dca2e966b2 (diff) |
fix config label display after popup changes
-rw-r--r-- | httemplate/config/config-view.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 248af37cb..e63dfe3fb 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, ) %>: |