Ignore:
Timestamp:
11/30/08 18:41:52 (3 years ago)
Author:
ArthurClemens
Message:

Item113: the first 16 css classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ClassificationPlugin/data/Applications/ClassificationApp/ClassifiedTopic.txt

    r482 r1090  
    2121%STARTSECTION{"factory"}%<!-- factory --> 
    2222<style type="text/css"> 
    23 .twikiPageForm .twikiFirstCol { 
     23.twikiPageForm .foswikiFirstCol { 
    2424  width:8em; 
    2525} 
     
    4141<table> 
    4242<tr> 
    43   <th class="twikiFirstCol">%IFDEFINED{"%LABEL%" then="$test" else="Name"}%:</th> 
     43  <th class="foswikiFirstCol">%IFDEFINED{"%LABEL%" then="$test" else="Name"}%:</th> 
    4444  <td><input class="twikiInputField" type="text" name="topic" size="40" /> 
    4545  &nbsp;%TOGGLE{target=".toggleMe" text="Advanced Options"}% 
     
    4747</tr> 
    4848<tr class="toggleMe" style="display:none"> 
    49   <th class="twikiFirstCol"> 
     49  <th class="foswikiFirstCol"> 
    5050    <div>Category:</div> 
    5151  </th> 
     
    6969</tr> 
    7070<tr class="toggleMe" style="display:none"> 
    71   <th class="twikiFirstCol"> 
     71  <th class="foswikiFirstCol"> 
    7272    <div>Template:</div> 
    7373  </th> 
     
    8989</tr> 
    9090<tr> 
    91   <th class="twikiFirstCol">&nbsp;</th> 
     91  <th class="foswikiFirstCol">&nbsp;</th> 
    9292  <td> 
    9393    <input type="submit" class="twikiSubmit natOkButton" value="Submit" /> 
Note: See TracChangeset for help on using the changeset viewer.