CVS: Products/Zelenium/www - suiteView.zpt:1.6

Tres Seaver <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/Zelenium/www
In directory cvs.zope.org:/tmp/cvs-serv12831/www

Modified Files:
	suiteView.zpt 
Log Message:
 - Selenium 0.4.0 now relies on the control panel form having a name.


=== Products/Zelenium/www/suiteView.zpt 1.5 => 1.6 ===
--- Products/Zelenium/www/suiteView.zpt:1.5	Tue Jun  7 13:17:47 2005
+++ Products/Zelenium/www/suiteView.zpt	Tue Jun  7 13:38:15 2005
@@ -24,10 +24,6 @@
          tal:attributes="src string:${URL}/selenium-executionloop.js"
          ></script>
  <script language="JavaScript" type="text/javascript"
-         src="selenium-executioncontext.js"
-         tal:attributes="src string:${URL}/selenium-executioncontext.js"
-         ></script>
- <script language="JavaScript" type="text/javascript"
          src="selenium-fitrunner.js"
          tal:attributes="src string:${URL}/selenium-fitrunner.js"
          ></script>
@@ -58,7 +54,7 @@
 <body onLoad="start();">
 
  <table class="layout">
- <form action="">
+ <form action="" name="controlPanel">
 
   <!-- Suite, Test, Control Panel -->
 
@@ -86,7 +82,7 @@
   </tr>
 
   <tr class="selenium">
-   <td width="25%" height="30%" id="controlPanel">
+   <td width="15%" height="30%" id="controlPanel">
 
      <table id="controls">
 

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
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.