From: Mark Wells Date: Thu, 6 Oct 2016 19:59:16 +0000 (-0700) Subject: fix config label display after popup changes X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ca06d3471ad5ae4e22150c6f63fe94a8c834b887;p=freeside.git fix config label display after popup changes --- 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, ) %>: