[Rt-commit] rt branch, 4.0/remove-extraneous-parens, updated. rt-4.0.0rc7-150-g218af85

Thomas Sibley trs at bestpractical.com
Mon Apr 11 18:10:01 EDT 2011


The branch, 4.0/remove-extraneous-parens has been updated
       via  218af85973970fc08fd5601244126dc3bb5c54c7 (commit)
      from  adeef86f25f0d6f6dac4d14954a3859ae1103940 (commit)

Summary of changes:
 share/html/Prefs/Quicksearch.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 218af85973970fc08fd5601244126dc3bb5c54c7
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Apr 11 18:07:55 2011 -0400

    Don't show a trailing colon unless we have a queue
    
    Now the branch is misnamed, but that's ok.

diff --git a/share/html/Prefs/Quicksearch.html b/share/html/Prefs/Quicksearch.html
index 1b57aee..3343afd 100644
--- a/share/html/Prefs/Quicksearch.html
+++ b/share/html/Prefs/Quicksearch.html
@@ -57,7 +57,7 @@
 % unless ($unwanted->{$queue->Name}) {
 checked="checked"
 % }
-/><%$queue->Name%>: <%$queue->Description%></li>
+/><%$queue->Name%><% $queue->Description ? ': '.$queue->Description : '' %></li>
 % }
 </ul>
 <& /Elements/Submit, Caption => loc("Save Changes"), Label => loc('Save'), Name => 'Save'&>

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


More information about the Rt-commit mailing list