Ignore:
Timestamp:
01/29/09 13:35:57 (3 years ago)
Author:
CrawfordCurrie
Message:

Item455: port to foswiki Item5974: correct CSS for search results table Item5938: load CSS for ACTIONSEARCH Item5606: Item5915: respect global settings for time format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/templates/actionform.tmpl

    r1340 r2226  
    77<h1>Action %UID% in %WEB%.%TOPIC%</h1> 
    88%EDITFIELDS% 
    9 <textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="twikiTextarea twikiEditboxStyleProportional">%TEXT%</textarea> 
     9<textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="foswikiTextarea foswikiEditboxStyleProportional">%TEXT%</textarea> 
    1010%HIDDENFIELDS% 
    1111<br /> 
    12 <label for="sig" class="twikiGrayText">Your signature to copy/paste:&nbsp;&nbsp;</label><input name="sig" type="text" readonly="readonly" title="Select, copy and paste your signature text to the bottom of your entry" id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></div> 
     12<label for="sig" class="foswikiGrayText">Your signature to copy/paste:&nbsp;&nbsp;</label><input name="sig" type="text" readonly="readonly" title="Select, copy and paste your signature text to the bottom of your entry" id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></div> 
    1313<br /> 
    1414<input type="submit" value=" &nbsp; %SUBMITCMDNAME% Changes &nbsp; " %SUBMITSCRIPT% /> 
Note: See TracChangeset for help on using the changeset viewer.