mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 13:51:33 +00:00
misc code cleanup, allow ctrl-key selection in prefs
This commit is contained in:
@@ -208,8 +208,8 @@
|
||||
|
||||
print "<tr><td class=\"selectPrompt\" colspan=\"8\">
|
||||
".__('Select:')."
|
||||
<a href=\"javascript:selectPrefRows('label', true)\">".__('All')."</a>,
|
||||
<a href=\"javascript:selectPrefRows('label', false)\">".__('None')."</a>
|
||||
<a href=\"#\" onclick=\"selectPrefRows('label', true)\">".__('All')."</a>,
|
||||
<a href=\"#\" onclick=\"selectPrefRows('label', false)\">".__('None')."</a>
|
||||
</td</tr>";
|
||||
|
||||
/* print "<tr class=\"title\">
|
||||
@@ -238,7 +238,7 @@
|
||||
if (!$bg_color) $bg_color = "";
|
||||
|
||||
print "<td width='5%' align='center'><input
|
||||
onclick='toggleSelectPrefRow(this, \"label\");'
|
||||
onclick='toggleSelectRow(this);'
|
||||
type=\"checkbox\" id=\"LICHK-".$line["id"]."\"></td>";
|
||||
|
||||
$id = $line['id'];
|
||||
|
||||
Reference in New Issue
Block a user