Ignore:
Timestamp:
12/05/08 00:21:04 (3 years ago)
Author:
ArthurClemens
Message:

Item113: more css classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ControlsPlugin/data/TWiki/ControlsPlugin.txt

    r899 r1178  
    3737<table border="0"><tr><td> *Output* </td><td> *Expected* </td></tr> 
    3838<tr><td>%CONTROL{"firstInput" type="checkbox" size="1"}%</td><td><table  cellspacing="0" cellpadding="0"><tr> 
    39 <td><input class="twikiEditFormCheckboxField" type="checkbox" name="firstInputNoDisclosure" />NoDisclosure &nbsp;&nbsp;</td> 
     39<td><input class="foswikiCheckBox" type="checkbox" name="firstInputNoDisclosure" />NoDisclosure &nbsp;&nbsp;</td> 
    4040</tr><tr> 
    41 <td><input class="twikiEditFormCheckboxField" type="checkbox" name="firstInputPublicSupported" />PublicSupported &nbsp;&nbsp;</td> 
     41<td><input class="foswikiCheckBox" type="checkbox" name="firstInputPublicSupported" />PublicSupported &nbsp;&nbsp;</td> 
    4242</tr><tr> 
    43 <td><input class="twikiEditFormCheckboxField" type="checkbox" name="firstInputPublicFAQ" />PublicFAQ &nbsp;&nbsp;</td> 
     43<td><input class="foswikiCheckBox" type="checkbox" name="firstInputPublicFAQ" />PublicFAQ &nbsp;&nbsp;</td> 
    4444</tr></table></td></tr> 
    4545</table> 
Note: See TracChangeset for help on using the changeset viewer.