compat theme compatibility tweaks
This commit is contained in:
parent
33aeea946a
commit
8a8f7c5565
2 changed files with 3 additions and 3 deletions
|
@ -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>";
|
||||
|
||||
}
|
||||
|
|
|
@ -159,11 +159,11 @@ window.onload = init;
|
|||
<form id="main_toolbar_form" onsubmit='return false'>
|
||||
|
||||
<input type="submit" value="<<"
|
||||
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">
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue