[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. 128d0bc68b8c00524e21b492cb56fa19aaf779c8

Thomas Sibley trs at bestpractical.com
Wed Apr 3 15:32:08 EDT 2013


The branch, rt4 has been updated
       via  128d0bc68b8c00524e21b492cb56fa19aaf779c8 (commit)
      from  28a2bd5ad888707ed426f025ab46318015866ef3 (commit)

Summary of changes:
 patches/4.0.11-quicksearch-check-clear-all.patch | 36 ++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 patches/4.0.11-quicksearch-check-clear-all.patch

- Log -----------------------------------------------------------------
commit 128d0bc68b8c00524e21b492cb56fa19aaf779c8
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Apr 3 12:29:02 2013 -0700

    Patch from 4.0/check-uncheck-all-quicksearch-prefs

diff --git a/patches/4.0.11-quicksearch-check-clear-all.patch b/patches/4.0.11-quicksearch-check-clear-all.patch
new file mode 100644
index 0000000..15e058e
--- /dev/null
+++ b/patches/4.0.11-quicksearch-check-clear-all.patch
@@ -0,0 +1,36 @@
+From c2120ccbecf734475fc3a142554a6636fdcd6e5f Mon Sep 17 00:00:00 2001
+From: Thomas Sibley <trs at bestpractical.com>
+Date: Wed, 3 Apr 2013 12:05:10 -0700
+Subject: [PATCH] Add Check/Clear All and Reset buttons for the Quick Search
+ (queue list) preferences
+
+Very helpful when the list of queues is long.
+---
+ share/html/Prefs/Quicksearch.html | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/share/html/Prefs/Quicksearch.html b/share/html/Prefs/Quicksearch.html
+index 93b026f..cb4292a 100644
+--- a/share/html/Prefs/Quicksearch.html
++++ b/share/html/Prefs/Quicksearch.html
+@@ -60,7 +60,16 @@ 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',
++    Reset               => 1,
++    CheckAll            => 1,
++    ClearAll            => 1,
++    CheckboxNameRegex   => '/^Want-/',
++    &>
+ 
+ </form>
+ 
+-- 
+1.7.11.3
+

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list