summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 12:17:43 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 12:17:43 +0300
commit27179741c1d91427700270effceb96bd6c1852d9 (patch)
tree4ecd8fcf73437487b064ad361416db6b4df50266 /modules
parent43f0968ef14cca603a03e6d04dab96be1787852a (diff)
prefs: code cleanup
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-feeds.php2
-rw-r--r--modules/pref-filters.php1
-rw-r--r--modules/pref-labels.php1
-rw-r--r--modules/pref-users.php1
4 files changed, 1 insertions, 4 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index df764af62..190d89055 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1132,7 +1132,7 @@
</div>";
print "<input onclick=\"javascript:displayDlg('quickAddFeed')\"
- type=\"submit\" id=\"subscribe_to_feed_btn\"
+ type=\"submit\"
class=\"button\" value=\"".__('Subscribe to feed')."\"> ";
print "<input onclick=\"javascript:editSelectedFeed()\"
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index afa8eb312..a506ff1fa 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -314,7 +314,6 @@
print "<input type=\"submit\"
class=\"button\"
onclick=\"return displayDlg('quickAddFilter', false)\"
- id=\"create_filter_btn\"
value=\"".__('Create filter')."\"> ";
print "<input type=\"submit\" class=\"button\"
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index a6324c7a2..af343cacd 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -135,7 +135,6 @@
print "<div class=\"prefGenericAddBox\">";
print"<input type=\"submit\" class=\"button\"
- id=\"label_create_btn\"
onclick=\"return addLabel()\"
value=\"".__('Create label')."\"> ";
diff --git a/modules/pref-users.php b/modules/pref-users.php
index 7c47a3dbf..a19a594c1 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -370,7 +370,6 @@
}
print "<input type=\"submit\" class=\"button\"
- id=\"user_add_btn\"
onclick=\"javascript:addUser()\" value=\"".__('Create user')."\">";
print "