From: pdontthink Date: Fri, 14 Mar 2008 20:38:54 +0000 (+0000) Subject: Add notes about the fact that the new custom date option needs a better UI X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=3692c2ed7fdc9c2cd416cd0bf44ab216fcd134fe Add notes about the fact that the new custom date option needs a better UI git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13040 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/include/options/display.php b/include/options/display.php index 85a0c299..3840920f 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -289,6 +289,7 @@ function load_optpage_data_display() { $optvals[SMOPT_GRP_MAILBOX][] = array( 'name' => 'custom_date_format', 'caption' => _("Custom Date Format"), +//FIXME: need better wording here. users should be made aware that this is for advanced use. It might be nice to provide a list of the more common date format characters. It may be helpful to know that it overrides settings such as the one above show_full_date, and only if kept empty will the other date formats apply. For non-English users, it also may be helpful to know that the format is still passed through our own date_intl() function which translates things like the day of the week, month names and abbreviations, etc. 'trailing_text' => ' ' . _("(Uses format of PHP date() function)"), 'type' => SMOPT_TYPE_STRING, 'refresh' => SMOPT_REFRESH_NONE,