[Rt-commit] [rtir] 09/22: Add a couple css classes for easier testing

Jesse Vincent jesse at bestpractical.com
Sun Mar 29 02:50:58 EDT 2015


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

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit ebcf26f920c09776a18e14ffbca0d35fe08852d8
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sat Mar 28 20:15:19 2015 -0700

    Add a couple css classes for easier testing
---
 html/RTIR/Elements/ShowIncidents | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/RTIR/Elements/ShowIncidents b/html/RTIR/Elements/ShowIncidents
index 957ad53..c556dfc 100644
--- a/html/RTIR/Elements/ShowIncidents
+++ b/html/RTIR/Elements/ShowIncidents
@@ -57,8 +57,8 @@
 &>
 <div class="actions">
 % unless ( $action ) {
-<a class="button" href="<% RT::IR->HREFTo('Link/ToIncident/?id='. $id ) %>">Link</a>
-<a class="button" href="<% RT::IR->HREFTo('Incident/Create.html?Child='. $id ) %>">New</a>
+<a class="button" id="link-incident" href="<% RT::IR->HREFTo('Link/ToIncident/?id='. $id ) %>">Link</a>
+<a class="button" id="create-incident" href="<% RT::IR->HREFTo('Incident/Create.html?Child='. $id ) %>">New</a>
 % } elsif ( $action ne 'No' ) {
 <a class="button" href="<% RT::IR->HREFTo('Display.html?Action='. $action.'&id='. $id) %>"><% loc( $action ) %></a>
 % }

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


More information about the rt-commit mailing list