diff options
author | Mark Wells <mark@freeside.biz> | 2016-10-17 12:36:51 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-10-17 12:36:51 -0700 |
commit | 508f9f825f2d0a4b41b9e3c83f4e4a616f8eb5bf (patch) | |
tree | 94387ce6d6137b18676baae5b2060deca85d6801 /httemplate/config | |
parent | e322fbb08d0f837be3f3f8e7c92a4a5bc75030ad (diff) |
fix config label display after popup changes
Diffstat (limited to 'httemplate/config')
-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, ) %>: |