[Tickets #1094] NEW: Hint for users in folder creation
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Jan 6 11:41:01 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1094
-----------------------------------------------------------------------
Ticket | 1094
Created By | dustin at ywlcs.org
Summary | Hint for users in folder creation
Queue | IMP
Version | 4.0.1
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
dustin at ywlcs.org (2005-01-06 11:41) wrote:
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 != '') {
More information about the bugs
mailing list