Summary | Hint for users in folder creation |
Queue | IMP |
Queue Version | 4.0.1 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | dustin (at) ywlcs (dot) org |
Created | 01/06/2005 (7503 days ago) |
Due | |
Updated | 10/21/2005 (7215 days ago) |
Assigned | 01/07/2005 (7502 days ago) |
Resolved | 10/21/2005 (7215 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
sub-folder here", and present an error if the user tries to create a
folder without specifying a parent folder?
without specifying a parent folder.
item which could be checked to create new top-level folders?
4.1 even on systems that have this structure.
Rejected, because I don't think there is a nice solution that is less
confusing than the current.
Could the menu text be changed from "Create folder" to "Create
sub-folder here", and present an error if the user tries to create a
folder without specifying a parent folder?
Is it possible to have the Folders view (optionally) display a "root"
item which could be checked to create new top-level folders?
I'm trying to think laterally here, since the current interface is
somewhat unintuitive. Other ideas?
State ⇒ Assigned
like a warning but the user is yet asked for a folder name.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Hint for users in folder creation
Queue ⇒ IMP
concept of "top-level" only makes sense to those of us who see the
whole hierarchy (user.xxx, etc.). I added an extra sentence to try to
give users some idea of what they should do. If someone has a better
way to phrase this, I'm all eyes.
*** templates/folders/javascript.inc.original 2005-01-06
13:30:21.000000000 -0600
--- templates/folders/javascript.inc 2005-01-06 13:28:35.000000000 -0600
***************
*** 100,106 ****
if (count == 1) {
mbox = window.prompt('<?php echo addslashes(_("You are
creating a sub-folder to ")) ?>' + getSelectedFolders() + '.\n<?php
echo addslashes(_("Please enter the name of the new folder:")) ?>\n',
'');
} else {
! mbox = window.prompt('<?php echo addslashes(_("You are
creating a top-level folder.")) . '\n' . addslashes(_("Please enter
the name of the new folder:")) ?>\n', '');
}
if (mbox != null && mbox != '') {
--- 100,106 ----
if (count == 1) {
mbox = window.prompt('<?php echo addslashes(_("You are
creating a sub-folder to ")) ?>' + getSelectedFolders() + '.\n<?php
echo addslashes(_("Please enter the name of the new folder:")) ?>\n',
'');
} else {
! mbox = window.prompt('<?php echo addslashes(_("You are
creating a top-level folder. To create a sub-folder, first select
the mailbox that should contain it.")) . '\n' . addslashes(_("Please
enter the name of the new folder:"))?>\n', '');
}
if (mbox != null && mbox != '') {