summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-02-03 16:06:24 +0300
committerAndrew Dolgov <[email protected]>2010-02-03 16:06:24 +0300
commitd002edc715469b98d94150035d488ce5f1a79285 (patch)
treef583bb6815d9d84fc7f890b4b11d9238f4766d52 /modules
parentd1277c7be5a48d5f2443a5ea01b5f518ed2a6061 (diff)
code cleanup
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index e61329820..81a795a01 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -226,10 +226,6 @@
print "<div align='center'>";
print "<input class=\"button\"
- type=\"submit\" onclick=\"return visitOfficialSite()\"
- value=\"".__('Visit official site')."\"> ";
-
- print "<input class=\"button\"
type=\"submit\" onclick=\"return closeInfoBox()\"
value=\"".__('Close this window')."\">";
@@ -291,7 +287,7 @@
print "<div class=\"dlgButtons\">
<button class=\"button\" id=\"fadd_submit_btn\"
onclick=\"return subscribeToFeed()\">".__('Subscribe')."</button>
- <button onclick=\"return browseFeeds()\">".__('More feeds')."</button>
+ <button onclick=\"return displayDlg('feedBrowser')\">".__('More feeds')."</button>
<button onclick=\"return closeInfoBox()\">".__('Cancel')."</button></div>";
return;