ispman/ispman-web/cgi-bin/tmpl/vhosts edit_aliases.tmpl,1.6,1.7

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

Modified Files:
	edit_aliases.tmpl 
Log Message:
fixed wrong variable
added tooltips

Index: edit_aliases.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/vhosts/edit_aliases.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- edit_aliases.tmpl	6 Jun 2004 16:22:47 -0000	1.6
+++ edit_aliases.tmpl	12 Jun 2004 00:00:53 -0000	1.7
@@ -73,17 +73,17 @@
 <tr>
 <form name="local$i" onSubmit="return checkAlias(this)">
 <input type=hidden name="mode" value="updateAlias">
-<input type=hidden name="ispmanDomain" value="$ispmanDomain">
-<input type=hidden name="ispmanVhostName" value="$ispmanVhostName">
+<input type=hidden name="ispmanDomain" value="@{[$r->param('ispmanDomain')]}">
+<input type=hidden name="ispmanVhostName" value="@{[$r->param('ispmanVhostName')]}">
 <input type=hidden name="modifyAlias" value="$_">
 <td nowrap>
   <input type=text name="ispmanVhostServerAlias" value=\"$_\">
 </td>
         
 <td>
-<a href="javascript: modifyAlias(document.local$i)">
-<img src="/gfx/modify.gif" border="0"></a>
-<a href="javascript: deleteAlias(document.local$i)">
+<a href="javascript: modifyAlias(document.local$i)" alt="@{[_("Apply")]}" title="@{[_("Apply")]}">
+<img src="/gfx/apply.gif" border="0"></a>
+<a href="javascript: deleteAlias(document.local$i)" alt="@{[_("Delete")]}" title="@{[_("Delete")]}">
 <img src="/gfx/delete.gif" border="0"></a>
 </td>
 </form>
@@ -111,17 +111,17 @@
 <tr>
 <form name="other$i" onSubmit="return checkAlias(this)">
 <input type=hidden name="mode" value="updateAlias">
-<input type=hidden name="ispmanDomain" value="$ispmanDomain">
-<input type=hidden name="ispmanVhostName" value="$ispmanVhostName">
+<input type=hidden name="ispmanDomain" value="@{[$r->param('ispmanDomain')]}">
+<input type=hidden name="ispmanVhostName" value="@{[$r->param('ispmanVhostName')]}">
 <input type=hidden name="modifyAlias" value="$_">
 <td nowrap>
   <input type=text name="ispmanVhostServerAlias" value=\"$_\">
 </td>
         
 <td>
-<a href="javascript: modifyAlias(document.other$i)">
-<img src="/gfx/modify.gif" border="0"></a>
-<a href="javascript: deleteAlias(document.other$i)">
+<a href="javascript: modifyAlias(document.other$i)" alt="@{[_("Apply")]}" title="@{[_("Apply")]}">
+<img src="/gfx/apply.gif" border="0"></a>
+<a href="javascript: deleteAlias(document.other$i)" alt="@{[_("Delete")]}" title="@{[_("Delete")]}">
 <img src="/gfx/delete.gif" border="0"></a>
 </td>
 </form>



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
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.