From: ivan Date: Sun, 6 Jun 2010 06:21:48 +0000 (+0000) Subject: UI X-Git-Tag: root_of_svc_elec_features~191 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=17384401dcbb0aa11a1e35a42f183d37fe93dff2;p=freeside.git UI --- diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index 31dce4292..876c54c0c 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -80,7 +80,7 @@ if ( $conf->exists('disable_settings_changes') ) { my @changers = split(/\s*,\s*/, $conf->config('disable_settings_changes')); my %changers = map { $_=>1 } @changers; unless ( $changers{$curuser->username} ) { - include('/elements/errorpage-popup.html', "Disabled in web demo"); + errorpage_popup("Disabled in web demo"); die "shouldn't be reached"; } }