Bug 31028: Only show pending concerns if there are some
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / marc-overlay-rules.tt
index 0fa2001..7814576 100644 (file)
@@ -3,6 +3,7 @@
 [% SET footerjs = 1 %]
 [% USE Koha %]
 [% USE KohaSpan %]
+[% PROCESS 'i18n.inc' %]
 [% INCLUDE 'doc-head-open.inc' %]
 <title>MARC overlay rules &rsaquo; Koha &rsaquo; Administration</title>
 [% INCLUDE 'doc-head-close.inc' %]
@@ -23,7 +24,7 @@
     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
         <ol>
             <li>
-                <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
+                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
             </li>
             <li>
                 <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
                 </div>
                 [% END %]
 
+                <div class="page-section">
                 <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="POST" id="marc-overlay-rules-form">
                     <table id="marc-overlay-rules">
                         <thead><tr>
                             <th>Rule</th>
                             <th>Module</th>
-                            <th>Filter</th>
+                            <th>[% tp('noun', 'Filter') | html %]</th>
                             <th>Tag</th>
                             <th>Preset</th>
                             <th>Added <i id="info_added" data-toggle="tooltip" title="If a field matching the rule tag only exists in the incoming record" data-placement="right" class="fa fa-info-circle"></i></th>
                         </tbody>
                     </table>
                 </form>
+                </div> <!-- /.page-section -->
 
                 <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post">
                     <input type="hidden" name="op" value="redo-matching" />