6.0.0-beta1
7/23/25

[#1094] Hint for users in folder creation
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

History
10/21/2005 08:48:27 PM Jan Schneider Comment #4
State ⇒ Rejected
Reply to this comment
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?
No, because both is not necessarily correct. You can create folders 
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?
No, we actually managed to get away from needing a root node in IMP 
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.
01/07/2005 01:29:44 AM dustin (at) ywlcs (dot) org Comment #3 Reply to this comment
I was afraid fo that!



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?
01/07/2005 12:50:28 AM Jan Schneider Comment #2
State ⇒ Assigned
Reply to this comment
To be honest I find the new message even more confusing. It sounds 
like a warning but the user is yet asked for a folder name.
01/06/2005 07:41:00 PM dustin (at) ywlcs (dot) org Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Hint for users in folder creation
Queue ⇒ IMP
Reply to this comment
Our users get confused when they try to add a new folder -- the 
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 != '') {


Saved Queries