Bug 33349: Patron Attributes don't have identifying information in intranet
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / preview_letter.tt
index 787cce9..fb7b0f5 100644 (file)
@@ -1,21 +1,22 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Tools &rsaquo; Preview notice template</title>
+<title>Preview notice template &rsaquo; Tools &rsaquo; Koha</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     </head>
     <body id="preview_letter" class="catalog">
-        <div id="main">
+        <div class="main container-fluid">
+            <h1>Preview notice template</h1>
             [% FOR m IN messages %]
                 [%# FIXME The message block does not appear at the top of the modal! %]
                 <div class="dialog [% m.type | html %]">
                     [% SWITCH m.code %]
-                    [% CASE 'no_data_for_preview' %]You did not specify data for preview.
-                    [% CASE 'preview_not_available' %]Preview is not available for letters '[% m.letter_code | html %]'.
-                    [% CASE 'not_checked_in_yet' %]Do not forget that the issue has not been checked in yet.
-                    [% CASE 'not_checked_out_yet' %]Do not forget that the issue has not been checked out yet.
-                    [% CASE 'no_checkout' %]This item is not checked out.
-                    [% CASE 'no_item_or_no_patron' %]The item or the patron does not exist.
-                    [% CASE 'no_hold' %]No hold is placed by this patron on this bibliographic record.
-                    [% CASE %][% m.code | html %]
+                    [% CASE 'no_data_for_preview' %]<span>You did not specify data for preview.</span>
+                    [% CASE 'preview_not_available' %]<span>Preview is not available for letters '[% m.letter_code | html %]'.</span>
+                    [% CASE 'not_checked_in_yet' %]<span>Do not forget that the item has not been checked in yet.</span>
+                    [% CASE 'not_checked_out_yet' %]<span>Do not forget that the item has not been checked out yet.</span>
+                    [% CASE 'no_checkout' %]<span>This item is not checked out.</span>
+                    [% CASE 'no_item_or_no_patron' %]<span>The item or the patron does not exist.</span>
+                    [% CASE 'no_hold' %]<span>No hold is placed by this patron on this bibliographic record.</span>
+                    [% CASE %]<span>[% m.code | html %]</span>
                     [% END %]
                 </div>
             [% END %]
@@ -29,8 +30,8 @@
             [% END %]
 
             [% IF rendered_message %]
-                <div class="yui-g">
-                    <div class="yui-u first">
+                <div class="row">
+                    <div class="col-xs-6">
                         <h3>Original version</h3>
                         <span style="font-family:monospace">
                             [% FILTER html_line_break %]
@@ -38,7 +39,7 @@
                             [% END %]
                         </span>
                     </div>
-                    <div class="yui-u">
+                    <div class="col-xs-6">
                         <h3>Original message, rendered:</h3>
                         <span style="font-family:monospace">
                             [% FILTER html_line_break %]
@@ -52,8 +53,8 @@
 
             [% IF rendered_tt_message %]
             <hr />
-                <div class="yui-g">
-                    <div class="yui-u first">
+                <div class="row">
+                    <div class="col-xs-6">
                         <h3>Converted version</h3>
                         <span style="font-family:monospace">
                             [% FILTER html_line_break %]
@@ -61,7 +62,7 @@
                             [% END %]
                         </span>
                     </div>
-                    <div class="yui-u">
+                    <div class="col-xs-6">
                         <h3>Converted message, rendered:</h3>
                         <span style="font-family:monospace">
                             [% FILTER html_line_break %]
@@ -71,7 +72,7 @@
                     </div>
                 </div>
             [% END %]
-        </div>
+        </div> <!-- /.main -->
 
     </body>
 </html>