Summary | Attachment size percentile indicator |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | mp (at) xmission (dot) com |
Created | 02/08/2006 (7094 days ago) |
Due | |
Updated | 10/16/2006 (6844 days ago) |
Assigned | |
Resolved | 10/16/2006 (6844 days ago) |
Milestone | |
Patch | Yes |
State ⇒ Resolved
New Attachment: attach_perc4.diff
extra traffic.
New Attachment: attach_perc3.diff
gettext string in compose.php makes more sense because, a) it's easier
for translators to translate with positional parameters, and b) you
can use a single template variable for the if-tag and the content tag.
New Attachment: attach_perc2.diff
State ⇒ Feedback
- Use gettext for the string, either in the template, or by using
sprintf(_("")) in compose.php.
- Don't concat the absolute and relative sizes with a comma, this is
the decimal separator in a lot of languages and looks weird. A slash
is probably better.
New Attachment: attach_perc.diff
Priority ⇒ 1. Low
Priority ⇒ 2. Medium
State ⇒ New
Queue ⇒ IMP
Summary ⇒ Attachment size percentile indicator
Type ⇒ Enhancement
simple indicator to the compose window which tells the user what
percentage of the maximum attachment size limit has been used by
current attachments. This would sit perhaps to the right of 'Total
attachment size' and say something like '80% of maximum message size'.