|
Users Developers Wiki help. |
CompleteButtonPurposeAdds an extra Complete Checked Items button to the bar above the listed items. Convenient if you have a long list and don't want to scroll all the way to the bottom. Modification instructions (for V0.7 RC1)1. In 2. Replace the line in step 1 with this: 3. Find this, around line 141: 4. Replace the line in step 3 with this: 5. Find this line, around line 179: 6. Insert the following just after the line in step 5: echo '<div style="padding-top:6px"><input type="hidden" name="type" value="'.$type.'" />'."\n"; echo '<input type="hidden" name="contextId" value="'.$contextId.'" />'."\n"; echo '<input type="hidden" name="timeId" value="'.$timeId.'" />'."\n"; echo '<input type="hidden" name="referrer" value="i" />'."\n"; echo '<input type="submit" class="button" value="Complete checked items" name="submit"></div>'."\n"; 7. Save, refresh your browser, and enjoy! Questions/comments |