ispman/ispman-web/cgi-bin/tmpl/modules editModule.tmpl, 1.9, 1.9.8.1

Pedro Algarvio <[email protected]> Tue, 03 Oct 2006 17:33:42 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/modules
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12687/ispman-web/cgi-bin/tmpl/modules

Modified Files:
      Tag: dev_1_3-cyrus_virtdomain2
	editModule.tmpl 
Log Message:
changed getUserDN to replace all ocurrence of '.' and '@' to '_' to the passed uid arg. Updated HEAD changes.


Index: editModule.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/modules/editModule.tmpl,v
retrieving revision 1.9
retrieving revision 1.9.8.1
diff -u -d -r1.9 -r1.9.8.1
--- editModule.tmpl	19 Jun 2004 21:20:27 -0000	1.9
+++ editModule.tmpl	3 Oct 2006 17:33:40 -0000	1.9.8.1
@@ -31,21 +31,21 @@
 				$ispmanQuestion=$ispmanVars->{$_}{'ispmanQuestion'};
 				$ispmanVarAlias=$ispmanVars->{$_}{'ispmanVarAlias'};
 
-				$text.="<TR><TD COLSPAN=2 bgcolor=WHITE><I>$ispmanQuestion</i></td></tr>\n";
+				$text.="<tr class=list><td colspan=2><i>$ispmanQuestion</i></td></tr>\n";
 				$text.=qq|
-				<TR>
-				<TD class=menuheader>@{[($ispmanVarAlias)?$ispmanVarAlias:$ispmanVar]}</td>
-				<TD><INPUT TYPE="TEXT" NAME="$ispmanVar" size=40 value="$ispmanVal"></td>
+				<tr>
+				<td class=menuheader><p title="$ispmanVar">@{[($ispmanVarAlias)?$ispmanVarAlias:$ispmanVar]}</p></td>
+				<td><input type="text" name="$ispmanVar" size=40 value="$ispmanVal"></td>
 				</tr>|;
 
 			}
 		} else {
 			for (keys %$vars){
-				$text.="<TR><TD COLSPAN=2 bgcolor=WHITE><I>$vars->{$_}{'ispmanQuestion'}</i></td></tr>\n";
+				$text.="<tr class=list><td colspan=2><i>$vars->{$_}{'ispmanQuestion'}</i></td></tr>\n";
 				$text.=qq|
-				<TR>
-				<TD class=menuheader>@{[($vars->{$_}{'ispmanVarAlias'})?$vars->{$_}{'ispmanVarAlias'}:$vars->{$_}{'ispmanVar'}]}</td>
-				<TD><INPUT TYPE="TEXT" NAME="$vars->{$_}{'ispmanVar'}" size=40 value="$vars->{$_}{'ispmanVal'}"></td>
+				<tr>
+				<td class=menuheader><p title="$vars->{$_}{'ispmanVar'}">@{[($vars->{$_}{'ispmanVarAlias'})?$vars->{$_}{'ispmanVarAlias'}:$vars->{$_}{'ispmanVar'}]}</p></td>
+				<td><input type="text" name="$vars->{$_}{'ispmanVar'}" size=40 value="$vars->{$_}{'ispmanVal'}"></td>
 				</tr>|;
 			}
 		}


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV