Changeset 2514

Show
Ignore:
Timestamp:
07/23/07 11:33:38 (1 year ago)
Author:
eclip5e
Message:

ManualTestingPlugin:

ManualTestingPlugin:

  • Added markup links.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • manualtestingplugin/manualtesting/htdocs/templates/testing.cs

    r2502 r2514  
    2424                columns = ('id','title','description','component','deleted','user') 
    2525                --> 
    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> 
    2929            </tr> 
    3030        </thead> 
     
    3939                        <tr class="odd"> 
    4040                    <?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> 
    4345                            </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> 
    4650                            </td> 
    47                             <td
     51                            <td class="description"
    4852                                <?cs var:row.description ?> 
    4953                            </td>