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