From 508f9f825f2d0a4b41b9e3c83f4e4a616f8eb5bf Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 17 Oct 2016 12:36:51 -0700 Subject: [PATCH] fix config label display after popup changes --- httemplate/config/config-view.cgi | 5 +++-- 1 file 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: % unless ( $cgi->param('showagent') ) { - <% include('/elements/popup_link.html', + + <% include('/elements/popup_link.html', 'action' => $action, 'width' => $width, 'height' => $height, 'actionlabel' => 'Enter configuration value', - 'label' => "$label", + 'html_label' => "$label", 'aname' => $i->key, ) %>: -- 2.11.0