mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 09:51:32 +00:00
mail plugin: use dijit.form.ComboBox to allow random email input instead of only predefined ones
This commit is contained in:
@@ -145,7 +145,7 @@ class Mail extends Plugin {
|
||||
style=\"width : 30em;\"
|
||||
name=\"destination\" id=\"emailArticleDlg_destination\">"; */
|
||||
|
||||
print_select("destination", "", $addresslist, 'style="width: 30em" dojoType="dijit.form.FilteringSelect"');
|
||||
print_select("destination", "", $addresslist, 'style="width: 30em" dojoType="dijit.form.ComboBox"');
|
||||
|
||||
/* print "<div class=\"autocomplete\" id=\"emailArticleDlg_dst_choices\"
|
||||
style=\"z-index: 30; display : none\"></div>"; */
|
||||
|
||||
Reference in New Issue
Block a user