mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 00:51:32 +00:00
prefs: reorganize toolbar buttons
This commit is contained in:
@@ -137,7 +137,21 @@
|
||||
print"<input type=\"submit\" class=\"button\"
|
||||
id=\"label_create_btn\"
|
||||
onclick=\"return addLabel()\"
|
||||
value=\"".__('Create label')."\"></div>";
|
||||
value=\"".__('Create label')."\"> ";
|
||||
|
||||
print "<input type=\"submit\" class=\"button\"
|
||||
onclick=\"javascript:removeSelectedLabels()\" value=\"".__('Remove')."\">";
|
||||
|
||||
print " ";
|
||||
/* print " <input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||
onclick=\"labelColorSet('fg')\" value=\"".__('Fg')."\"> ";
|
||||
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||
onclick=\"labelColorSet('bg')\" value=\"".__('Bg')."\"> "; */
|
||||
print "<input type=\"submit\" class=\"button\"
|
||||
onclick=\"labelColorReset()\" value=\"".__('Clear colors')."\">";
|
||||
|
||||
|
||||
print "</div>";
|
||||
|
||||
if ($label_search) {
|
||||
|
||||
@@ -233,20 +247,6 @@
|
||||
|
||||
print "</table>";
|
||||
|
||||
print "<p id=\"labelOpToolbar\">";
|
||||
|
||||
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||
onclick=\"javascript:removeSelectedLabels()\" value=\"".__('Remove')."\">";
|
||||
|
||||
print " ";
|
||||
/* print " <input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||
onclick=\"labelColorSet('fg')\" value=\"".__('Fg')."\"> ";
|
||||
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||
onclick=\"labelColorSet('bg')\" value=\"".__('Bg')."\"> "; */
|
||||
print "<input type=\"submit\" class=\"button\" disabled=\"true\"
|
||||
onclick=\"labelColorReset()\" value=\"".__('Clear colors')."\">";
|
||||
|
||||
print "</p>";
|
||||
|
||||
} else {
|
||||
print "<p>";
|
||||
|
||||
Reference in New Issue
Block a user