Bug 10195: (follow-up) add blocked record template for Bootstrap
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 15:46:48 +0000 (15:46 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 15:46:48 +0000 (15:46 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt [new file with mode: 0644]

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt
new file mode 100644 (file)
index 0000000..6c31e4e
--- /dev/null
@@ -0,0 +1,31 @@
+[% INCLUDE 'doc-head-open.inc' %]
+[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
+[% INCLUDE 'doc-head-close.inc' %]
+[% BLOCK cssinclude %][% END %]
+</head>
+<body id="opac-blocked">
+[% INCLUDE 'masthead.inc' %]
+<div class="main">
+    <ul class="breadcrumb">
+        <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
+        <li>Blocked record</li>
+    </ul>
+
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span9">
+                <div id="opac-blocked-message">
+                    <h3>Blocked</h3>
+                    <p>You are not authorized to view this record.</p>
+                    [% IF ( OpacSuppressionMessage ) %]
+                        <div id="opacsuppressionmessage">
+                            [% OpacSuppressionMessage %]
+                        </div>
+                    [% END %]
+                </div>
+            </div>
+        </div>
+    </div>
+
+[% INCLUDE 'opac-bottom.inc' %]
+[% BLOCK jsinclude %][% END %]