From 5f59c44a3e1ff5542bb2cf0ec1a0f030dc24d899 Mon Sep 17 00:00:00 2001
From: Will <hortonw@mir.wustl.edu>
Date: Sun, 5 Jun 2016 16:54:17 -0500
Subject: [PATCH] XNAT-???: Admin Pipeline page is ugly as sin. This makes it a
 little bit less so.

---
 .../screens/XDATScreen_manage_pipeline.vm              | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/xdat-templates/screens/XDATScreen_manage_pipeline.vm b/src/main/webapp/xdat-templates/screens/XDATScreen_manage_pipeline.vm
index 22dd83ab..328518c2 100644
--- a/src/main/webapp/xdat-templates/screens/XDATScreen_manage_pipeline.vm
+++ b/src/main/webapp/xdat-templates/screens/XDATScreen_manage_pipeline.vm
@@ -17,14 +17,14 @@ $!template.setLayoutTemplate("DefaultExptList.vm")
 
 
 #if ($pipelines.size() > 0)
-<table>
+<table class="xnat-table">
 
-<tr> <td> </td>  <tH> Applies To </tH> <tH> Generates </tH> <tH> Description </tH> <tH> Path </tH> </tr>
+<tr> <th> </th>  <tH> Applies To </tH> <tH> Generates </tH> <tH> Description </tH> <tH> Path </tH> </tr>
 
 #foreach ($pipeline in $pipelines)
-<tr> 
-	<td> #set ( $url = $link.setPage("XDATScreen_delete_pipeline.vm").addQueryData("popup","true").addQueryData("path","$pipeline.getPath()" )  ) 
-				<a href="#" ONCLICK="return popupWSize('$url',400,800);"> 
+<tr>
+	<td> #set ( $url = $link.setPage("XDATScreen_delete_pipeline.vm").addQueryData("popup","true").addQueryData("path","$pipeline.getPath()" )  )
+				<a href="#" ONCLICK="return popupWSize('$url',400,800);">
 				Delete
 				</a></td>
 	<td> $repository.getDisplayName($pipeline.getAppliesto()) </td>
-- 
GitLab