From: Lebbeous Fogle-Weekley Date: Fri, 7 Sep 2012 23:59:50 +0000 (-0400) Subject: TODO: deal with update_attempt_display() missing its target nodes now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e3e346fe6beac4fa5e9397997c62a24a91d3799;p=evergreen%2Fequinox.git TODO: deal with update_attempt_display() missing its target nodes now scrolling is perfect vertically, but where's my horiz scrollbar? grr Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/templates/base.tt2 b/Open-ILS/src/templates/base.tt2 index 0bd3e5e0b6..efdee63755 100644 --- a/Open-ILS/src/templates/base.tt2 +++ b/Open-ILS/src/templates/base.tt2 @@ -26,9 +26,13 @@
+ [% IF no_content_pane %] + [% content %] + [% ELSE %]
[% content %]
+ [% END %]
diff --git a/Open-ILS/src/templates/url_verify/select_urls.tt2 b/Open-ILS/src/templates/url_verify/select_urls.tt2 index a44d563c1d..95c91a1e04 100644 --- a/Open-ILS/src/templates/url_verify/select_urls.tt2 +++ b/Open-ILS/src/templates/url_verify/select_urls.tt2 @@ -1,4 +1,4 @@ -[% WRAPPER base.tt2 %] +[% WRAPPER base.tt2 no_content_pane=1 %] [% ctx.page_title = "Link Checker - Select URLs" %]