ispman/ispman-web/cgi-bin/tmpl/users edit.tmpl,1.10,1.11

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/users
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3729/ispman-web/cgi-bin/tmpl/users

Modified Files:
	edit.tmpl 
Log Message:
beauty change

Index: edit.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/users/edit.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- edit.tmpl	6 Feb 2004 22:17:46 -0000	1.10
+++ edit.tmpl	7 Feb 2004 14:58:22 -0000	1.11
@@ -85,18 +85,18 @@
 
 
 <tr>
-	<td>Mail Box Server</td>
-	<td>
-		<b><perl>
-			$ispman->{'user'}->{"mailHost"}
-		</perl></b>
-
-	</td>
-
-</tr>
-<tr>
-    <td>Primary Mail Address</td>
-    <td><input  size=35 type=text name=mailLocalAddress value="<perl> $ispman->{'user'}->{"mailLocalAddress"}</perl>"></td>
+    <td>Mail Box Server</td>
+    <td>
+	<b><perl>
+            $text="";
+	    if ($ispman->{'user'}->{"mailHost"}){
+	         $text=$ispman->{'user'}->{"mailHost"};
+            } else {
+                 $text="(forwarding only)"
+            }
+	    $text;
+	</perl></b>
+    </td>
 </tr>
 
 <tr>
@@ -106,6 +106,11 @@
 <perl> $ispman->{'user'}->{"mailRoutingAddress"}</perl>
 </td>
 </tr>
+<tr>
+    <td>Primary Mail Address</td>
+    <td><input  size=35 type=text name=mailLocalAddress value="<perl> $ispman->{'user'}->{"mailLocalAddress"}</perl>"></td>
+</tr>
+
 
 
 <tr>



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.