summaryrefslogtreecommitdiff
path: root/translator/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'translator/index.php')
-rw-r--r--translator/index.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/translator/index.php b/translator/index.php
index 1f09734fb..5caaf5363 100644
--- a/translator/index.php
+++ b/translator/index.php
@@ -8,10 +8,16 @@
</head>
<body>
-<h2 id="pageheader">RoundCube (Live) Translator</h2>
+<div id="banner">
+ <div class="banner-logo"><a href="http://roundcube.net"><img src="images/banner_logo.gif" width="200" height="56" border="0" alt="RoundCube Webmal Project" /></a></div>
+ <div class="banner-right"><img src="images/banner_right.gif" width="10" height="56" alt="" /></div>
+ <h2 id="pageheader">RoundCube (Live) Translator</h2>
+</div>
<?php include('func.php'); ?>
+<div id="bodycontent">
+
<form method="post" action="<?=$_SERVER['PHP_SELF']?>">
<fieldset>
<legend>What to translate</legend>
@@ -130,5 +136,7 @@ if (isset($_POST["save"]) && $file && $lang)
}
?>
+</div>
+
</body>
</html>