feed update error dialog: fix button
This commit is contained in:
parent
f3f5494443
commit
81b6e50c7f
|
@ -575,9 +575,8 @@
|
|||
|
||||
print "<div align='center'>";
|
||||
|
||||
print "<input class=\"button\"
|
||||
type=\"submit\" onclick=\"return closeInfoBox()\"
|
||||
value=\"".__('Close')."\">";
|
||||
print "<button onclick=\"return closeInfoBox()\">".
|
||||
__('Close this window')."</button>";
|
||||
|
||||
print "</div>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue