X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fadministrator%2Fdefines.php;h=84857aa9509035a449cced97932de28c4d476b64;hb=fb579f0b1b63d52620b2af745de7864513004b4b;hp=4e81a0e57584768667c729dfc9a266688304b97b;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 4e81a0e5..84857aa9 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -1,14 +1,11 @@ - array( 'name' => _("Config File Version"), 'size' => 40, 'default' => '../images/sm_logo.png'), '$org_logo_width' => array( 'name' => _("Organization Logo Width"), - 'type' => SMOPT_TYPE_INTEGER, + 'type' => SMOPT_TYPE_STRING, 'size' => 5, 'default' => 0), '$org_logo_height' => array( 'name' => _("Organization Logo Height"), - 'type' => SMOPT_TYPE_INTEGER, + 'type' => SMOPT_TYPE_STRING, 'size' => 5, 'default' => 0), '$org_title' => array( 'name' => _("Organization Title"), @@ -148,10 +145,10 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), '$pop_before_smtp' => array( 'name' => _("POP3 Before SMTP?"), 'type' => SMOPT_TYPE_BOOLEAN, 'default' => false ), + '$skip_SM_header' => array( 'name' => _("Hide SquirrelMail Header"), + 'type' => SMOPT_TYPE_BOOLEAN ), '$invert_time' => array( 'name' => _("Invert Time"), 'type' => SMOPT_TYPE_BOOLEAN ), - '$default_use_mdn' => array( 'name' => _("Use Confirmation Flags"), - 'type' => SMOPT_TYPE_BOOLEAN ), /* --------------------------------------------------------*/ 'Group3' => array( 'name' => _("Folders Defaults"), 'type' => SMOPT_TYPE_TITLE ), @@ -196,7 +193,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), SMPREF_UNSEEN_TOTAL => _("Unseen and Total") ) ), '$auto_create_special' => array( 'name' => _("Auto Create Special Folders"), 'type' => SMOPT_TYPE_BOOLEAN ), - '$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Adrressbook"), + '$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Addressbook"), 'type' => SMOPT_TYPE_BOOLEAN ), '$delete_folder' => array( 'name' => _("Auto delete folders"), 'type' => SMOPT_TYPE_BOOLEAN ), @@ -228,7 +225,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$hide_sm_attributions' => array( 'name' => _("Hide SM attributions"), 'type' => SMOPT_TYPE_BOOLEAN ), - 'default_use_mdn' => array( 'name' => _("Enable use of delivery receipts"), + '$default_use_mdn' => array( 'name' => _("Enable use of delivery receipts"), 'type' => SMOPT_TYPE_BOOLEAN ), '$edit_identity' => array( 'name' => _("Allow editing of identities"), 'type' => SMOPT_TYPE_BOOLEAN ), @@ -287,7 +284,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_STRING, 'size' => 40, 'default' => 'global_abook' ), - '$addrbook_global_writable' => array( 'name' => _("Allow writing into global address book"), + '$addrbook_global_writeable' => array( 'name' => _("Allow writing into global address book"), 'type' => SMOPT_TYPE_BOOLEAN ), '$addrbook_global_listing' => array( 'name' => _("Allow listing of global address book"), 'type' => SMOPT_TYPE_BOOLEAN ), @@ -323,6 +320,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$oldway' => array( 'name' => _("Use old folder listing functions"), 'type' => SMOPT_TYPE_BOOLEAN ), + '$use_icons' => array( 'name' => _("Use icons"), + 'type' => SMOPT_TYPE_BOOLEAN ), '$use_php_recode' => array( 'name' => _("Use php recode functions"), 'type' => SMOPT_TYPE_BOOLEAN ), '$use_php_iconv' => array( 'name' => _("Use php iconv functions"), @@ -346,4 +345,4 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), ); -?> +?> \ No newline at end of file