lenya/src/webapp/lenya/xslt/scheduler common.xsl,1.2,1.3

Andreas Hartmann <[email protected]> Fri, 16 May 2003 18:05:52 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /repository/lenya/src/webapp/lenya/xslt/scheduler
In directory erbium:/tmp/cvs-serv30923/src/webapp/lenya/xslt/scheduler

Modified Files:
	common.xsl 
Log Message:
removed "task" column from "add job" table

Index: common.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/xslt/scheduler/common.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** common.xsl	16 May 2003 15:55:34 -0000	1.2
--- common.xsl	16 May 2003 16:05:49 -0000	1.3
***************
*** 28,33 ****
  
        <tr> 
-         <th><strong>Add new job</strong></th>
-         <th>Task</th>
          <th>Day</th>
          <th>Time</th>
--- 28,31 ----
***************
*** 39,48 ****
          
          <!-- hidden input fields for parameters -->
-         
-         <td>
-           &#160;
-         </td>
-         
- 	<td></td>
          
  	<td>
--- 37,40 ----