Changeset 2405
- Timestamp:
- 07/07/07 10:32:15 (2 years ago)
- Files:
-
- worklogplugin/0.10/worklog/templates/webadminui.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
worklogplugin/0.10/worklog/templates/webadminui.cs
r2404 r2405 5 5 <legend>Options:</legend> 6 6 <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> 10 8 Implementations will come in time, please be patient! 11 9 </p> 12 10 <div class="field"> 13 11 <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> 15 13 </div> 16 14 <div class="field"> 17 15 <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> 19 17 </div> 20 18 <div class="field"> 21 19 <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> 23 21 </div> 24 22 <div class="field">
