From: erickson Date: Mon, 21 Dec 2009 21:28:16 +0000 (+0000) Subject: when un-hiding tbody, use table-row-group as the display type to prevent formatting... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7883588a13218ae9f8d8895376e1a25e417857f2;p=evergreen%2Ftadl.git when un-hiding tbody, use table-row-group as the display type to prevent formatting problems git-svn-id: svn://svn.open-ils.org/ILS/trunk@15216 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js index 5ed3baf461..d07c613feb 100644 --- a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js +++ b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js @@ -354,7 +354,7 @@ SelfCheckManager.prototype.updateScanBox = function(args) { */ SelfCheckManager.prototype.drawCircPage = function() { - openils.Util.show('oils-selfck-circ-tbody'); + openils.Util.show('oils-selfck-circ-tbody', 'table-row-group'); this.goToTab('checkout'); while(this.itemsOutTbody.childNodes[0]) diff --git a/Open-ILS/web/templates/default/circ/selfcheck/circ_page.tt2 b/Open-ILS/web/templates/default/circ/selfcheck/circ_page.tt2 index 36830b8c96..868f5f9e35 100644 --- a/Open-ILS/web/templates/default/circ/selfcheck/circ_page.tt2 +++ b/Open-ILS/web/templates/default/circ/selfcheck/circ_page.tt2 @@ -18,7 +18,7 @@ - +