ispman/ispman-web/cgi-bin/tmpl/modules editModule.tmpl, 1.9, 1.10
Joerg Delker <[email protected]> Tue, 03 Oct 2006 17:17:14 +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-serv6933/ispman-web/cgi-bin/tmpl/modules
Modified Files:
editModule.tmpl
Log Message:
added tooltips for mouseover display of internal variable names
Index: editModule.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/modules/editModule.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- editModule.tmpl 19 Jun 2004 21:20:27 -0000 1.9
+++ editModule.tmpl 3 Oct 2006 17:17:12 -0000 1.10
@@ -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