X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-reason.html;h=8174420a7a365c0cd86e02b8a074668e83b2ae42;hp=a4e0c033ed6e906607183fc9d2e4d7499036448d;hb=4d4171d7ad39732b07839d90e1d74b9f84772d45;hpb=679da2cb45e49797636f722abc52d41ee273ba00 diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index a4e0c033e..8174420a7 100755 --- a/httemplate/elements/tr-select-reason.html +++ b/httemplate/elements/tr-select-reason.html @@ -16,7 +16,7 @@ Example: 'control_button' => 'element_name', #button to be enabled when a reason is #selected 'id' => 'element_id', - 'hide_add' => '1', # setting this will hide the add new reason link, + 'hide_addnew' => '1', # setting this will hide the add new reason link, # even if the user has access to add a new reason. 'hide_onload' => '1', # setting this will hide reason select box on page load, # allowing for it do be displayed later. @@ -43,6 +43,7 @@ Example: <& /elements/xmlhttp.html, url => $p . 'misc/xmlhttp-reason-hint.html', subs => [ 'get_hint' ], + skip_empty => 1, &>