Code

Centered logout button
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Apr 2010 08:20:05 +0000 (08:20 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Apr 2010 08:20:05 +0000 (08:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17767 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/logout.tpl

index b22779ef2c94c03346c768aed8244245fad9910b..724ac0546197672c1958f6dcd671241c49618293 100644 (file)
@@ -3,7 +3,7 @@
 <form action='index.php' method='post' name='mainform'>
 
 <div class='logout-box'>
- <h3>{t}Your GOsa session has expired!{/t}</h3>
+ <h2>{t}Your GOsa session has expired!{/t}</h2>
 
  <p>
  {t}The last interaction with the GOsa web interface has been some time ago in the past. For security reasons, the session has been closed. To continue with administrative tasks, please sign in again.{/t}
@@ -12,7 +12,9 @@
  <hr>
 
  <div class='plugin-actions'>
-  <button type="submit" name="dummy">{t}Sign in again{/t}</button>
+  <center>
+   <button type="submit" name="dummy">{t}Sign in again{/t}</button>
+  </center>
  </div>
 </div>