summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25f86a8)
raw | patch | inline | side by side (parent: 25f86a8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 11:22:16 +0000 (11:22 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 11:22:16 +0000 (11:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6802 594d385d-05f5-0310-b6e9-bd551577e9d8
html/themes/default/password-style.css | patch | blob | history | |
ihtml/themes/default/password.tpl | patch | blob | history |
index c6c576bdad4a1b92de1ef625b5083259c9e2dac5..90e33f2890c2028b5487adf25647ef51d674997a 100644 (file)
margin-bottom:0.5em;
}
+table.iesucks {
+ width:60%;
+}
index 0a70080ed8a5c3cb8e311b823c830f66bd8b8edf..1553ead412c8d272e734d7e7315df6adbcd91cc2 100644 (file)
<script language="javascript"src="include/warning.js" type="text/javascript"></script>
</head>
-<body style='height: 100%;width:100%;'>
+<body style='height:100%; width:100%;'>
{* GOsa login - smarty template *}
{$php_errors}
-{$errors}
{if $changed}
<div class='success'">
</h1>
<!-- Display SSL warning message on demand -->
- <p class='gosaLoginWarning'> {$ssl} </p>
+ <p class='warning'> {$ssl} </p>
<input type='hidden' name='javascript' value='false'/>
<!-- Display error message on demand -->
- <p class='gosaLoginWarning'> {$message} </p>
+ <p class='warning'> {$message} </p>
<p class="infotext">
title='{t}Click here to change your password{/t}'>
</div>
<!-- check, if cookies are enabled -->
- <p class='gosaLoginWarning'>
+ <p class='warning'>
<script language="JavaScript" type="text/javascript">
<!--
document.cookie = "gosatest=empty;path=/";
{/if}
+<table class='iesucks'><tr><td>{$errors}</td></tr></table>
+
<!-- Place cursor in username field -->
<script language="JavaScript" type="text/javascript">
<!-- // First input field on page
-->
</script>
-<!-- Spacer for some browsers -->
-<div class='gosaLoginSpacer'></div>
</body>
+</html>