summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-11 07:52:19 +0100
committerAndrew Dolgov <[email protected]>2008-09-11 07:52:19 +0100
commitcd935c422f3b9a2709a2afd3dcb62cc2ac24e962 (patch)
tree128e747ff6e9ae1fe046d5bab48dd24dce0fe459 /modules
parent5d538f4f180e4ffb6dfe00e999373f9e089a1cb4 (diff)
batch feed editor: UI cleanup
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-feeds.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 24996eea9..f4094241e 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1,7 +1,7 @@
<?php
function batch_edit_cbox($elem, $label = false) {
- print "<input type=\"checkbox\"
+ print "<input type=\"checkbox\" title=\"".__("Check to enable field")."\"
onchange=\"batchFeedsToggleField(this, '$elem', '$label')\">";
}
@@ -676,7 +676,8 @@
if ($qpart) {
print(
"UPDATE ttrss_feeds SET $qpart WHERE id IN ($feed_ids)
- AND owner_uid = " . $_SESSION["uid"]);
+ AND owner_uid = " . $_SESSION["uid"]);
+ print "<br/>";
}
}
@@ -1352,7 +1353,6 @@
<option disabled>--------</option>
<option style=\"color : #5050aa\" disabled>".__('Selection:')."</option>
<option value=\"facEdit\">&nbsp;&nbsp;".__('Edit')."</option>
- <option value=\"facBatchEdit\">&nbsp;&nbsp;".__('Edit multiple feeds')."</option>
<option value=\"facPurge\">&nbsp;&nbsp;".__('Manual purge')."</option>
<option value=\"facClear\">&nbsp;&nbsp;".__('Clear feed data')."</option>
<option value=\"facRescore\">&nbsp;&nbsp;".__('Rescore articles')."</option>