From: Dan Scott <dan@coffeecode.net> Date: Wed, 11 Jul 2012 22:41:55 +0000 (-0400) Subject: Get Z39.50 source names to be linked as expected X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa2cbcf1dd8d073838edddb58d3a0b2832a8ea4d;p=evergreen%2Fmasslnc.git 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> --- 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>