From fd3b1330d6f655a1fbe97e1d3e6831f319ce03b5 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 16 Dec 2013 14:58:49 -0500 Subject: [PATCH] Give the content-wrapper a main-content for indentation Must make things look pretty, my pretty. Or at least consistent with other pages in the TPAC. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/library.tt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/library.tt2 b/Open-ILS/src/templates/opac/library.tt2 index b3b63909aa..7fd8fb4224 100644 --- a/Open-ILS/src/templates/opac/library.tt2 +++ b/Open-ILS/src/templates/opac/library.tt2 @@ -4,7 +4,8 @@ ctx.page_title = l("Library details: [_1]", ctx.library.name); -%] [%- INCLUDE "opac/parts/searchbar.tt2" %] -
+
+

[% ctx.library.name | html %]

[%- @@ -80,3 +81,4 @@
[%- END %] +
-- 2.11.0