Asthetic bug???
Jon Starling
jons@uk.uu.net
Thu, 7 Feb 2002 18:33:00 +0000 (GMT)
In the 'Message Composition' Option window the currently configured folder
is echoed to the screen directly after the 'Drafts folder:' prompt as well
as in the drop-down box? I assume this is not the desired bahaviour as
the other folderselect routines do not do this and IMHO it looks messy?
Changed...
[hordepath]/imp/templates/prefs/folderselect.inc
line: 25
from:
<td><?= _("Drafts folder:") . $prefs->getValue('drafts_folder') ?><br />
to:
<td><?= _("Drafts folder:") ?><br />
-Jon