summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 23:33:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 23:33:52 +0300
commita918f5f9cafcb886d7cab89a4b9ffb24ae3c9b78 (patch)
tree27beae4b200d0cae728649c322c20cb394e97a9e /modules
parent799e1b390e1a3730d422340ce43a2c4a0feb2aae (diff)
replace some inputs with proper buttons
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php20
-rw-r--r--modules/pref-filters.php5
2 files changed, 10 insertions, 15 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 364dfe7b0..cf2d46cea 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -176,9 +176,8 @@
print "<button onclick=\"return opmlRegenKey()\">".
__('Generate new URL')."</button> ";
- print "<input class=\"button\"
- type=\"submit\" onclick=\"return closeInfoBox()\"
- value=\"".__('Close this window')."\">";
+ print "<button onclick=\"return closeInfoBox()\">".
+ __('Close this window')."</button>";
print "</div></div>";
@@ -225,9 +224,8 @@
print "<div align='center'>";
- print "<input class=\"button\"
- type=\"submit\" onclick=\"return closeInfoBox()\"
- value=\"".__('Close this window')."\">";
+ print "<button onclick=\"return closeInfoBox()\"".
+ __('Close this window')."</button>";
print "</div></div>";
@@ -481,9 +479,8 @@
name=\"reg_exp\" size=\"30\" value=\"$reg_exp\">";
print "<span id=\"filter_dlg_date_chk_box\" style=\"display : none\">";
- print "&nbsp;<input class=\"button\"
- type=\"submit\" onclick=\"return filterDlgCheckDate()\"
- value=\"".__('Check it')."\">";
+ print "&nbsp;<button onclick=\"return filterDlgCheckDate()\">".
+ __('Check it')."</button>";
print "</span>";
print "<br/> " . __("on field") . " ";
@@ -784,9 +781,8 @@
print "<button onclick=\"return genUrlChangeKey('$feed_id', '$is_cat')\">".
__('Generate new URL')."</button> ";
- print "<input class=\"button\"
- type=\"submit\" onclick=\"return closeInfoBox()\"
- value=\"".__('Close this window')."\">";
+ print "<button onclick=\"return closeInfoBox()\">".
+ __('Close this window')."</button>";
print "</div></div>";
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index 1d4f0f98b..0d3026374 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -63,9 +63,8 @@
name=\"reg_exp\" size=\"30\" value=\"$reg_exp\">";
print "<span id=\"filter_dlg_date_chk_box\" $date_ops_invisible>";
- print "&nbsp;<input class=\"button\"
- type=\"submit\" onclick=\"return filterDlgCheckDate()\"
- value=\"".__('Check it')."\">";
+ print "&nbsp;<button onclick=\"return filterDlgCheckDate()\">".
+ __('Check it')."</button>";
print "</span>";
print "<br/> " . __("on field") . " ";