projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01bd22e
)
Fix deleting message flags
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 11 Aug 2010 02:33:22 +0000
(20:33 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 11 Aug 2010 02:33:22 +0000
(20:33 -0600)
imp/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Ui.php
b/imp/lib/Prefs/Ui.php
index
8c97411
..
90bc985
100644
(file)
--- a/
imp/lib/Prefs/Ui.php
+++ b/
imp/lib/Prefs/Ui.php
@@
-935,13
+935,13
@@
class IMP_Prefs_Ui
$tmp['colorid'] = $bgid;
$tmp['color'] = $color;
+ $tmp['flag_del'] = !empty($val['d']);
+
$out[] = $tmp;
}
$t->set('flags', $out);
$t->set('picker_img', Horde::img('colorpicker.png', _("Color Picker")));
- $t->set('flag_del', !empty($val['d']));
-
$t->set('userflags_notlocked', !$userflags_locked);
return $t->fetch(IMP_TEMPLATES . '/prefs/flags.html');