mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
add scheduled revision to skip list
This commit is contained in:
parent
3502ce5de7
commit
3dda280ef8
|
@ -255,6 +255,7 @@ div.timeline-event-selected {
|
|||
<label class="control-label" for="skip"><?php printMLText('exclude_items') ?></label>
|
||||
<div class="controls">
|
||||
<input type="checkbox" name="skip[]" value="add_file" <?php echo ($skip && in_array('add_file', $skip)) ? 'checked' : '' ?>> <?php printMLText('timeline_skip_add_file') ?><br />
|
||||
<input type="checkbox" name="skip[]" value="scheduled_revision" <?php echo ($skip && in_array('scheduled_revision', $skip)) ? 'checked' : '' ?>> <?php printMLText('timeline_skip_scheduled_revision') ?><br />
|
||||
<input type="checkbox" name="skip[]" value="status_change_0" <?php echo ($skip && in_array('status_change_0', $skip)) ? 'checked' : '' ?>> <?php printMLText('timeline_skip_status_change_0') ?><br />
|
||||
<input type="checkbox" name="skip[]" value="status_change_1" <?php echo ($skip && in_array('status_change_1', $skip)) ? 'checked' : '' ?>> <?php printMLText('timeline_skip_status_change_1') ?><br />
|
||||
<input type="checkbox" name="skip[]" value="status_change_2" <?php echo ($skip && in_array('status_change_2', $skip)) ? 'checked' : '' ?>> <?php printMLText('timeline_skip_status_change_2') ?><br />
|
||||
|
|
Loading…
Reference in New Issue
Block a user