Changeset 2405

Show
Ignore:
Timestamp:
07/07/07 10:32:15 (2 years ago)
Author:
coling
Message:

WorkLogPlugin:

Clarify some text on the admin page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • worklogplugin/0.10/worklog/templates/webadminui.cs

    r2404 r2405  
    55    <legend>Options:</legend> 
    66    <p style="font-weight: bold"> 
    7       NONE of these options currently work as intended and they should all be disabled.<br> 
    8       If they are enabled they will change how things operate in which will break several logical things and leave you 
    9       with a potentially very confused database.<br> 
     7      The options below that have a line through them do not currently work!<br> 
    108      Implementations will come in time, please be patient! 
    119    </p> 
    1210    <div class="field"> 
    1311      <input type="checkbox" id="timingandestimation" name="timingandestimation" value="1" <?cs var:settings.timingandestimation ?>> 
    14       <label for="timingandestimation">Record time via <a href="http://www.trac-hacks.org/wiki/TimingAndEstimationPlugin">Timing and Estimation Plugin</a>?</label> 
     12      <label for="timingandestimation" style="text-decoration: line-through">Record time via <a href="http://www.trac-hacks.org/wiki/TimingAndEstimationPlugin">Timing and Estimation Plugin</a>?</label> 
    1513    </div> 
    1614    <div class="field"> 
    1715      <input type="checkbox" id="comment" name="comment" value="1" <?cs var:settings.comment ?>> 
    18       <label for="comment">Automatically add a comment when you stop work on a ticket?</label> 
     16      <label for="comment" style="text-decoration: line-through">Automatically add a comment when you stop work on a ticket?</label> 
    1917    </div> 
    2018    <div class="field"> 
    2119      <input type="checkbox" id="autostop" name="autostop" value="1" <?cs var:settings.autostop ?>> 
    22       <label for="autostop">Stop work automatically if ticket is closed?</label> 
     20      <label for="autostop" style="text-decoration: line-through">Stop work automatically if ticket is closed?</label> 
    2321    </div> 
    2422    <div class="field">