From 577a5bd3c4c9116f112c02e5318e4e614773f760 Mon Sep 17 00:00:00 2001
From: Kyle M Hall <kyle@bywatersolutions.com>
Date: Tue, 11 Oct 2016 08:15:37 +0000
Subject: [PATCH] [PASSED QA] Bug 14610 [QA Followup] - Add classes to table
 headers

Signed-off-by: Katrin Fischer  <katrin.fischer@bsz-bw.de>
---
 .../prog/en/includes/patron-article-requests.inc   | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc
index 0bcf8b0..b2856ea 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-article-requests.inc
@@ -3,18 +3,18 @@
     <table id="article-requests-table" class="table table-bordered table-striped">
         <thead>
             <tr>
-                <th class="anti-the">Record title</th>
-                <th class="psort">Placed on</th>
-                <th class="anti-the">Title</th>
-                <th>Author</th>
-                <th>Volume</th>
-                <th>Issue</th>
-                <th>Date</th>
-                <th>Pages</th>
-                <th>Chapters</th>
-                <th>Notes</th>
-                <th>Status</th>
-                <th>Pickup library</th>
+                <th class="article-request-title anti-the">Record title</th>
+                <th class="article-request-created_on psort">Placed on</th>
+                <th class="article-request-title anti-the">Title</th>
+                <th class="article-request-author">Author</th>
+                <th class="article-request-volume">Volume</th>
+                <th class="article-request-issue">Issue</th>
+                <th class="article-request-date">Date</th>
+                <th class="article-request-pages">Pages</th>
+                <th class="article-request-chapters">Chapters</th>
+                <th class="article-request-notes">Notes</th>
+                <th class="article-request-status">Status</th>
+                <th class="article-request-branchcode">Pickup library</th>
             </tr>
         </thead>
 
-- 
2.7.4