Give the content-wrapper a main-content for indentation
authorDan Scott <dscott@laurentian.ca>
Mon, 16 Dec 2013 19:58:49 +0000 (14:58 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 16 Dec 2013 19:58:49 +0000 (14:58 -0500)
Must make things look pretty, my pretty. Or at least consistent with
other pages in the TPAC.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/library.tt2

index b3b6390..7fd8fb4 100644 (file)
@@ -4,7 +4,8 @@
     ctx.page_title = l("Library details: [_1]", ctx.library.name);
 -%]
     [%- INCLUDE "opac/parts/searchbar.tt2" %]
-    <div id="content-wrapper" class="content-wrapper-library-page" vocab="http://schema.org/" typeof="Library">
+<div id="content-wrapper">
+    <div id="main-content" class="content-wrapper-library-page" vocab="http://schema.org/" typeof="Library">
     <h1 property="name">[% ctx.library.name | html %]</h1>
 
     [%-
@@ -80,3 +81,4 @@
 
     </div>
 [%- END %]
+</div>