diff options
Diffstat (limited to 'httemplate/config/config-view.cgi')
-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, ) %>: |