1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-20 11:05:27 +00:00

rework pref-feeds dialog; update other pref panes

This commit is contained in:
Andrew Dolgov
2010-11-17 21:13:41 +03:00
parent 556e5b46d8
commit 1985a5e0d7
7 changed files with 637 additions and 77 deletions

View File

@@ -115,7 +115,7 @@
if (label_create($link, $caption)) {
if (!$output) {
print T_sprintf("Created label <b>%s</b>", htmlspecialchars($caption));
//print T_sprintf("Created label <b>%s</b>", htmlspecialchars($caption));
}
}
@@ -156,20 +156,21 @@
print "<div style='float : right; padding-right : 4px'>
<input id=\"label_search\" size=\"20\" type=\"search\"
dojoType=\"dijit.form.TextBox\"
onfocus=\"javascript:disableHotkeys();\"
onblur=\"javascript:enableHotkeys();\"
onchange=\"javascript:updateLabelList()\" value=\"$label_search\">
<button onclick=\"javascript:updateLabelList()\">".__('Search')."</button>
<button dojoType=\"dijit.form.Button\" onclick=\"javascript:updateLabelList()\">".__('Search')."</button>
</div>";
print"<button onclick=\"return addLabel()\">".
__('Create label')."</button> ";
print"<button dojoType=\"dijit.form.Button\" onclick=\"return addLabel()\">".
__('Create label')."</button dojoType=\"dijit.form.Button\"> ";
print "<button onclick=\"removeSelectedLabels()\">".
__('Remove')."</button> ";
print "<button dojoType=\"dijit.form.Button\" onclick=\"removeSelectedLabels()\">".
__('Remove')."</button dojoType=\"dijit.form.Button\"> ";
print "<button onclick=\"labelColorReset()\">".
__('Clear colors')."</button>";
print "<button dojoType=\"dijit.form.Button\" onclick=\"labelColorReset()\">".
__('Clear colors')."</button dojoType=\"dijit.form.Button\">";
print "</div>"; #toolbar