summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 16:04:59 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 16:04:59 +0300
commitd60009cdd8e75cf6153301e20e0b660fd0dc9a69 (patch)
tree6e32efc04457222f5d808c702d13026350c53491 /modules/popup-dialog.php
parent577399e8294385343fdfc893c1436cf4ea00d49f (diff)
more button styles work; code cleanup
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index affb3e846..7967eb70b 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -181,7 +181,7 @@
print "</form>";
print "<div class=\"dlgButtons\">
- <button disabled='true' onclick=\"javascript:search()\">".__('Search')."</button>
+ <button onclick=\"javascript:search()\">".__('Search')."</button>
<button onclick=\"javascript:searchCancel()\">".__('Cancel')."</button>
</div>";
@@ -405,7 +405,7 @@
}
if ($id == "printTagCloud") {
- print "<div id=\"infoBoxTitle\">".__('Tag cloud')."</div>";
+ print "<div id=\"infoBoxTitle\">".__('Tag Cloud')."</div>";
print "<div class=\"infoBoxContents\">";
print __("Showing most popular tags ")." (<a
@@ -418,9 +418,8 @@
print "</div>";
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>";
print "</div>";