[Rt-commit] [rtir] 01/01: Only show hr above Lookup Tools if there's content above Lookup Tools

Shawn Moore shawn at bestpractical.com
Tue Feb 9 17:00:10 EST 2016


This is an automated email from the git hooks/post-receive script.

shawn pushed a commit to branch 3.4/lookup-improvements
in repository rtir.

commit 51a1a3aca66db4af65c8d0961d83f7a15ef682a0
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Feb 9 21:59:31 2016 +0000

    Only show hr above Lookup Tools if there's content above Lookup Tools
---
 html/RTIR/Tools/Lookup.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/html/RTIR/Tools/Lookup.html b/html/RTIR/Tools/Lookup.html
index 1786134..9ab3f8a 100644
--- a/html/RTIR/Tools/Lookup.html
+++ b/html/RTIR/Tools/Lookup.html
@@ -65,7 +65,10 @@
 
 % $m->callback(CallbackName => 'BeforeTools', %ARGS, ARGSRef => \%ARGS, Ticket => $TicketObj, LookupType => $type, q => $q);
 
+% if ($TicketObj || $q) {
 <hr>
+% }
+
 <h2><&|/l&>Look Up Information</&></h2>
 <& Elements/Tools,
     %ARGS,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list