ispman/ispman-web/cgi-bin/tmpl/vhosts edit_header.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-serv14189/ispman-web/cgi-bin/tmpl/vhosts
Modified Files:
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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- edit_header.tmpl 16 Apr 2004 22:09:00 -0000 1.6
+++ edit_header.tmpl 18 Apr 2004 19:17:04 -0000 1.7
@@ -13,12 +13,12 @@
self.location="<perl>$r->url</perl>?mode=unsuspendVhost&ispmanDomain=<perl>$r->param("ispmanDomain")</perl>&ispmanVhostName=<perl>$r->param("ispmanVhostName")</perl>";
}
- function deleteRedirection (domain, vhost, url){
+ function deleteRedirection(domain, vhost, url){
self.location="<perl>$r->url</perl>?mode=deleteRedirect&ispmanDomain="+domain+"&ispmanVhostName="+vhost+"&ispmanVhostRedirectURL="+url;
}
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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click