summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 14:44:41 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 14:44:41 +0300
commitf88c78147edb6449f291f47273b2e78ed528a1ab (patch)
tree03444885a654f3b8b17f92f59c9ddd28c096565f /prefs.php
parent27179741c1d91427700270effceb96bd6c1852d9 (diff)
code cleanup; initial button usage
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/prefs.php b/prefs.php
index d8118c4c1..129e1cf86 100644
--- a/prefs.php
+++ b/prefs.php
@@ -139,9 +139,10 @@
<div id="errorBoxShadow" style="display : none">
<div id="errorBox">
- <div id="xebTitle">Fatal Exception</div><div id="xebContent">&nbsp;</div>
- <div id="xebBtn" align='center'><input type="submit"
- onclick="closeErrorBox()" value="Close this window"/></div>
+ <div id="xebTitle"><?php echo __('Fatal Exception') ?></div><div id="xebContent">&nbsp;</div>
+ <div id="xebBtn" align='center'>
+ <button onclick="closeErrorBox()"><?php echo __('Close this window') ?></button>
+ </div>
</div>
</div>