mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 00:01:29 +00:00
more button styles work; code cleanup
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user