From 06edfd868603bb622ec17d609214f4b680f8e011 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Thu, 29 Nov 2012 09:04:14 -0500 Subject: [PATCH] - Added options to disable combobox and load indicator in Interface Config (default is on). - Bugfix: sys.ini and server.ini: if checkbox is not checked, write default value from tform file into database. --- interface/web/admin/lib/lang/en_system_config.lng | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/en_system_config.lng b/interface/web/admin/lib/lang/en_system_config.lng index 6957bc5..dd2dc3c 100644 --- a/interface/web/admin/lib/lang/en_system_config.lng +++ b/interface/web/admin/lib/lang/en_system_config.lng @@ -42,4 +42,5 @@ $wb['smtp_pass_txt'] = 'SMTP password'; $wb['smtp_crypt_txt'] = 'Use SSL/TLS encrypted connection for SMTP'; $wb['phpmyadmin_url_error_regex'] = 'Invalid phpmyadmin URL'; +$wb['use_combobox_txt'] = 'Use jQuery UI Combobox'; ?> -- Gitblit v1.9.1