Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
In directory 
james.mmbase.org:/tmp/cvs-serv12707/edit-webapp/src/webapp/editors/editwizards_new/xsl

Modified Files:
      Tag: b1_5
        wizard.xsl 
Log Message:
CMSC-798,Possible to create two or more sites with the same Staging domain, 
Live domain. Removal of 1 site will make all other (same) sites result in a 
404. Add my-validate to modify validator


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl
See also: http://www.mmbase.org/jira/browse/CMSC-798


Index: wizard.xsl
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/editwizards_new/xsl/wizard.xsl,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -b -r1.13 -r1.13.2.1
--- wizard.xsl  3 Jun 2008 14:18:30 -0000       1.13
+++ wizard.xsl  27 Sep 2008 02:50:44 -0000      1.13.2.1
@@ -97,7 +97,9 @@
   </xsl:template>
 
   <xsl:template name="extrajavascript">
+     <script type="text/javascript" 
src="{$ew_context}/js/prototype.js"><xsl:comment>help IE</xsl:comment></script>
     <script type="text/javascript" 
src="{$ew_context}{$templatedir}javascript/override.js"><xsl:comment>help 
IE</xsl:comment></script>
+    <script type="text/javascript" 
src="{$ew_context}{$templatedir}javascript/my-validator.js"><xsl:comment>help 
IE</xsl:comment></script>
     <script type="text/javascript">
       var isWebmaster = "<xsl:value-of select="$WEBMASTER"/>";
     </script>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to