Changeset 2514
- Timestamp:
- 07/23/07 11:33:38 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
manualtestingplugin/manualtesting/htdocs/templates/testing.cs
r2502 r2514 24 24 columns = ('id','title','description','component','deleted','user') 25 25 --> 26 <th> Report</th>27 <th> Title</th>28 <th> Description</th>26 <th><a href="#" title="">Report</a></th> 27 <th><a href="#" title="">Title</a></th> 28 <th><a href="#" title="">Description</a></th> 29 29 </tr> 30 30 </thead> … … 39 39 <tr class="odd"> 40 40 <?cs /if ?> 41 <td> 42 <?cs var:row.id ?> 41 <td class="report"> 42 <a href="#" title="View Suite"> 43 <?cs var:row.id ?> 44 </a> 43 45 </td> 44 <td> 45 <?cs var:row.title ?> 46 <td class="title"> 47 <a href="#" title="View Suite"> 48 <?cs var:row.title ?> 49 </a> 46 50 </td> 47 <td >51 <td class="description"> 48 52 <?cs var:row.description ?> 49 53 </td>
