Get Z39.50 source names to be linked as expected
authorDan Scott <dan@coffeecode.net>
Wed, 11 Jul 2012 22:41:55 +0000 (18:41 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 11 Jul 2012 22:41:55 +0000 (18:41 -0400)
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

index 271dca8..1ec8c6a 100644 (file)
@@ -69,7 +69,7 @@
             fmClass='czs'
             editOnEnter='true'>
         <thead>
-            <th field='name' formatter='formatSourceName'/>
+            <tr><th field='name' formatter='formatSourceName'/></tr>
         </thead>
     </table>