phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/templates/default/login_stage_header.tpl, 1.3


From: nomail
Subject: [Phpgroupware-cvs] setup/templates/default/login_stage_header.tpl, 1.3
Date: Thu, 30 Dec 2004 09:43:15 +0100

Update of /setup/templates/default
Modified Files:
        Branch: 
          login_stage_header.tpl

date: 2004/12/30 08:43:15;  author: skwashd;  state: Exp;  lines: +12 -9

Log Message:
adding missing files to new HEAD
=====================================================================
Index: setup/templates/default/login_stage_header.tpl
diff -u setup/templates/default/login_stage_header.tpl:1.2 
setup/templates/default/login_stage_header.tpl:1.3
--- setup/templates/default/login_stage_header.tpl:1.2  Tue Sep 18 12:38:26 2001
+++ setup/templates/default/login_stage_header.tpl      Thu Dec 30 08:43:15 2004
@@ -1,16 +1,14 @@
 <!-- begin login_stage_header.tpl -->
-<tr bgcolor="#486591">
+<tr class="th">
        <td colspan="2">
-               <font color="#fefefe">&nbsp;<b>Setup/Config Admin 
Login</b></font>
+               &nbsp;<b>Setup/Config Admin Login</b>
        </td>
 </tr>
-<tr bgcolor="#e6e6e6">
-       <td colspan="2">
-               <font color="#ff0000">{ConfigLoginMSG}</font>
-       </td>
+<tr class="row_on">
+       <td colspan="2" class="msg" align="center">{ConfigLoginMSG}</td>
 </tr>
-<tr bgcolor="#e6e6e6">
-       <td>
+<tr class="row_on">
+       <td colspan="2">
                <form action="index.php" method="POST" name="config">
                <!-- BEGIN B_multi_domain -->
                <table>
@@ -19,7 +17,7 @@
                                Domain: 
                        </td>
                        <td>
-                               <input type="text" name="FormDomain" value="">
+                               <select name="FormDomain">{domains}</select>
                        </td>
                </tr>
                <tr>
@@ -45,4 +43,9 @@
                </form>
        </td>
 </tr>
+<tr class="row_on">
+       <td colspan="2">&nbsp;</td>
+</tr>
+
 <!-- end login_stage_header.tpl -->
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]