summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-17 12:36:51 -0700
committerMark Wells <mark@freeside.biz>2016-10-17 12:36:51 -0700
commit508f9f825f2d0a4b41b9e3c83f4e4a616f8eb5bf (patch)
tree94387ce6d6137b18676baae5b2060deca85d6801 /httemplate/config
parente322fbb08d0f837be3f3f8e7c92a4a5bc75030ad (diff)
fix config label display after popup changes
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config-view.cgi5
1 files changed, 3 insertions, 2 deletions
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,
)
%>: