File postfixadmin-2.3.5-r1402-r1404-template-fixes.diff of Package postfixadmin
This patch contains the changes from SVN r1402 and r1404
--- CHANGELOG.TXT 2012-06-28 22:13:11.000000000 +0200
+++ CHANGELOG.TXT 2012-06-28 22:13:15.000000000 +0200
@@ -8,12 +8,14 @@
# http://www.postfixadmin.com or http://postfixadmin.sf.net
#
# Last update:
-# $Id: CHANGELOG.TXT 1342 2012-02-02 19:49:30Z christian_boltz $
+# $Id: CHANGELOG.TXT 1404 2012-06-26 18:57:11Z christian_boltz $
changes since the 2.3.5 release (postfixadmin-2.3 branch)
----------------------------------------------------------------
- display domain and mailbox description with correct encoding
+ - fix footer link
+ - focus username input field in login form
Version 2.3.5 - 2012/01/16 - SVN r1335 (postfixadmin-2.3 branch)
----------------------------------------------------------------
--- templates/footer.php 2012-06-28 22:13:11.000000000 +0200
+++ templates/footer.php 2012-06-28 22:13:15.000000000 +0200
@@ -1,6 +1,6 @@
<?php if( !defined('POSTFIXADMIN') ) die( "This file cannot be used standalone." ); ?>
<div id="footer">
-<a target="_blank" href="http://postfixadmin.com/">Postfix Admin <?php print $version; ?></a>
+<a target="_blank" href="http://postfixadmin.sf.net/">Postfix Admin <?php print $version; ?></a>
|
<?php
if(isset($_SESSION['sessid']['username'])) {
--- templates/login.php 2012-06-28 22:13:11.000000000 +0200
+++ templates/login.php 2012-06-28 22:13:15.000000000 +0200
@@ -30,7 +30,7 @@
</table>
</form>
-<script tyle="text/javascript"><!--
+<script type="text/javascript"><!--
document.login.fUsername.focus();
// -->
</script>
--- templates/users_login.php 2012-06-28 22:13:11.000000000 +0200
+++ templates/users_login.php 2012-06-28 22:13:15.000000000 +0200
@@ -26,4 +26,9 @@
</tr>
</table>
</form>
+<script type="text/javascript"><!--
+ document.login.fUsername.focus();
+// -->
+</script>
+
</div>