From aa2cbcf1dd8d073838edddb58d3a0b2832a8ea4d Mon Sep 17 00:00:00 2001
From: Dan Scott <dan@coffeecode.net>
Date: Wed, 11 Jul 2012 18:41:55 -0400
Subject: [PATCH] Get Z39.50 source names to be linked as expected

The direct thead/th approach appeared to be interfering with the JS
event that was supposed to link the Z39.50 source names; adding the
expected tr layer resolved that.

Signed-off-by: Dan Scott <dan@coffeecode.net>
---
 Open-ILS/src/templates/conify/global/config/z3950_source.tt2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/templates/conify/global/config/z3950_source.tt2 b/Open-ILS/src/templates/conify/global/config/z3950_source.tt2
index 271dca818b..1ec8c6aa58 100644
--- a/Open-ILS/src/templates/conify/global/config/z3950_source.tt2
+++ b/Open-ILS/src/templates/conify/global/config/z3950_source.tt2
@@ -69,7 +69,7 @@
             fmClass='czs'
             editOnEnter='true'>
         <thead>
-            <th field='name' formatter='formatSourceName'/>
+            <tr><th field='name' formatter='formatSourceName'/></tr>
         </thead>
     </table>
 
-- 
2.11.0