X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fadministrator%2Fdefines.php;h=84857aa9509035a449cced97932de28c4d476b64;hp=4d5f015c68147846d7069f91f3c682d32ba3d41b;hb=fb579f0b1b63d52620b2af745de7864513004b4b;hpb=d41e14ed8dbe57fe62e88b429e06ee2590de88ef diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 4d5f015c..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 ), @@ -348,4 +345,4 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), ); -?> +?> \ No newline at end of file