phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] qmailldap/templates/default smtprouting.tpl, 1.1.4.1


From: ceb
Subject: [Phpgroupware-cvs] qmailldap/templates/default smtprouting.tpl, 1.1.4.1
Date: Wed, 2 Mar 2005 17:38:00 +0100

Update of qmailldap/templates/default

Modified Files:
     Branch: Version-0_9_16-branch
            smtprouting.tpl lines: +5 -5

Log Message:
update

====================================================
Index: qmailldap/templates/default/smtprouting.tpl
diff -u qmailldap/templates/default/smtprouting.tpl:1.1 
qmailldap/templates/default/smtprouting.tpl:1.1.4.1
--- qmailldap/templates/default/smtprouting.tpl:1.1     Fri Oct 26 14:28:56 2001
+++ qmailldap/templates/default/smtprouting.tpl Wed Mar  2 16:38:21 2005
@@ -41,13 +41,13 @@
                                        {smtproute_rows}
                                        <tr bgcolor="{last_row_color}">
                                                <td align="center">
-                                                       <input type="text" 
size="30" name="domain_name">
+                                                       <input type="text" 
size="30" name="values[domain_name]">
                                                </td>
                                                <td align="center">
-                                                       <input type="text" 
size="30" name="remote_server">
+                                                       <input type="text" 
size="30" name="values[remote_server]">
                                                </td>
                                                <td align="center">
-                                                       <input type="text" 
size="4" value="25" name="remote_port">
+                                                       <input type="text" 
size="4" value="25" name="values[remote_port]">
                                                </td>
                                                <td align="center">
                                                        <input type="submit" 
name="add_smtp_route" value="{lang_add}">
@@ -95,7 +95,7 @@
 <!-- END activation_row -->

 <!-- BEGIN smtproute_row -->
-<tr bgcolor="{row_color}">
+<tr bgcolor="{tr_color}">
        <td align="center">
                {domain_name}
        </td>
@@ -106,7 +106,7 @@
                {remote_port}
        </td>
        <td align="center">
-               <a href={delete_route_link}>{lang_delete}</a>
+               <a href="{delete_route_link}">{lang_delete}</a>
        </td>
 </tr>
 <!-- END smtproute_row -->






reply via email to

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