[Rt-commit] rt branch, 4.0/check-uncheck-all-quicksearch-prefs, created. rt-4.0.11rc1-23-g2cab743
Thomas Sibley
trs at bestpractical.com
Wed Apr 3 15:12:58 EDT 2013
The branch, 4.0/check-uncheck-all-quicksearch-prefs has been created
at 2cab743feb69789b3391de8e2d99fce34c167633 (commit)
- Log -----------------------------------------------------------------
commit 2cab743feb69789b3391de8e2d99fce34c167633
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Apr 3 12:05:10 2013 -0700
Add Check/Clear All buttons for the Quick Search (queue list) preferences
Very helpful when the list of queues is long.
diff --git a/share/html/Prefs/Quicksearch.html b/share/html/Prefs/Quicksearch.html
index 93b026f..3f55364 100644
--- a/share/html/Prefs/Quicksearch.html
+++ b/share/html/Prefs/Quicksearch.html
@@ -60,7 +60,15 @@ checked="checked"
/><%$queue->Name%><% $queue->Description ? ': '.$queue->Description : '' %></li>
% }
</ul>
-<& /Elements/Submit, Caption => loc("Save Changes"), Label => loc('Save'), Name => 'Save'&>
+
+<& /Elements/Submit,
+ Caption => loc("Save Changes"),
+ Label => loc('Save'),
+ Name => 'Save',
+ CheckAll => 1,
+ ClearAll => 1,
+ CheckboxNameRegex => '/^Want-/',
+ &>
</form>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list