show formatted dates on change history, per-user pref for full cust_pkg timestamps...
[freeside.git] / httemplate / pref / pref-process.html
index 378164e..897be25 100644 (file)
@@ -7,6 +7,11 @@
 % }
 <%init>
 
+if ( FS::Conf->new->exists('disable_acl_changes') ) {
+  errorpage("Preference changes disabled in public demo");
+  die "shouldn't be reached";
+}
+
 my $error = '';
 my $access_user = '';
 
@@ -44,9 +49,13 @@ unless ( $error ) { # if ($access_user) {
 
   #XXX autogen
   my @paramlist = qw( menu_position default_customer_view
+                      disable_html_editor
                       email_address
+                      snom-ip snom-username snom-password
                       vonage-fromnumber vonage-username vonage-password
-                      show_pkgnum show_db_profile save_db_profile
+                      cust_pkg-display_times
+                      show_pkgnum show_confitem_counts export_getsettings
+                      show_db_profile save_db_profile
                       height width availHeight availWidth colorDepth
                     );