compat theme compatibility tweaks

This commit is contained in:
Andrew Dolgov 2008-02-20 10:30:06 +01:00
parent 33aeea946a
commit 8a8f7c5565
2 changed files with 3 additions and 3 deletions

View file

@ -1094,7 +1094,7 @@
print "<p class=\"small\"><a id=\"pubGenAddress\" target=\"_new\" href=\"$url_path\">$url_path</a></p>";
print "<p><input type=\"submit\" onclick=\"return pubRegenKey()\"
print "<p><input type=\"submit\" onclick=\"return pubRegenKey()\" class=\"button\"
value=\"".__('Generate another address')."\"></p>";
}

View file

@ -159,11 +159,11 @@ window.onload = init;
<form id="main_toolbar_form" onsubmit='return false'>
<input type="submit" value="&lt;&lt;"
id="collapse_feeds_btn" onclick="collapse_feedlist()"
id="collapse_feeds_btn" onclick="collapse_feedlist()" class="button"
title="<?php echo __('Collapse feedlist') ?>" style="display : none">
<input type="submit" value="<?php echo __("Toggle Feedlist") ?>"
id="toggle_feeds_btn"
id="toggle_feeds_btn" class="button"
onclick="toggle_feedlist()" style="display : none">
&nbsp;