Skip to content
Snippets Groups Projects
Commit 5f59c44a authored by Will's avatar Will
Browse files

XNAT-???: Admin Pipeline page is ugly as sin. This makes it a little bit less so.

parent 290b789d
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment