ispman/ispman-web/cgi-bin/tmpl/vhosts edit_header.tmpl,1.4.8.2,1.4.8.3
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-serv30050/ispman-web/cgi-bin/tmpl/vhosts
Modified Files:
Tag: rel_1_1-bugfixes
edit_header.tmpl
Log Message:
fixed javascript syntax error, causing wierd problems with alternate browsers
Index: edit_header.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/vhosts/edit_header.tmpl,v
retrieving revision 1.4.8.2
retrieving revision 1.4.8.3
diff -u -d -r1.4.8.2 -r1.4.8.3
--- edit_header.tmpl 16 Apr 2004 22:03:38 -0000 1.4.8.2
+++ edit_header.tmpl 26 Apr 2004 19:55:57 -0000 1.4.8.3
@@ -17,7 +17,7 @@
}
function deleteAlias(domain,vhost,alias){
- self.location="<perl>$r->url</perl>?mode=deleteAlias&ispmanDomain="+domain+"&ispmanVhostName="+vhost+"&ispmanVhostServerAlias="+alias";
+ self.location="<perl>$r->url</perl>?mode=deleteAlias&ispmanDomain="+domain+"&ispmanVhostName="+vhost+"&ispmanVhostServerAlias="+alias;
}
function gotoSubSection(section){
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297