Merge remote-tracking branch 'origin/new/bug_5347'
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / manage-marc-import.tt
index 3890efe..042b15c 100644 (file)
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Tools &rsaquo; Manage Staged MARC Records
+<title>Koha &rsaquo; Tools &rsaquo; Manage staged MARC records
 [% IF ( import_batch_id ) %]
  &rsaquo; Batch [% import_batch_id %]
 [% END %]
@@ -28,17 +28,17 @@ $(document).ready(function(){
        #jobstatus { margin:.4em; }
        #jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; } span.change-status { font-style:italic; color:#666; display:none; }</style>
 </head>
-<body>
+<body id="tools_manage-marc-import" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> 
 [% IF ( import_batch_id ) %]
  &rsaquo;
- <a href="[% script_name %]">Manage Staged MARC Records</a>
+ <a href="[% script_name %]">Manage staged MARC records</a>
  &rsaquo; Batch [% import_batch_id %]
 [% ELSE %]
- &rsaquo; Manage Staged MARC Records
+ &rsaquo; Manage staged MARC records
 [% END %]
 </div>
 
@@ -48,7 +48,7 @@ $(document).ready(function(){
        <div id="yui-main">
        <div class="yui-b">
 
-<h1>Manage Staged MARC Records
+<h1>Manage staged MARC records
 [% IF ( import_batch_id ) %]
  &rsaquo; Batch [% import_batch_id %]
 [% END %]
@@ -232,7 +232,7 @@ Page
     <td>[% batch_lis.import_status %]</td>
     <td>[% batch_lis.upload_timestamp %]</td>
     <td>[% batch_lis.num_biblios %]</td>
-    <td>[% batch_lis.num_items %][% IF ( batch_lis.num_items ) %] <a href="[% batch_lis.script_name %]?import_batch_id=[% batch_lis.import_batch_id %]&amp;op=create_labels">(Create Label Batch)</a>[% END %]</td>
+    <td>[% batch_lis.num_items %][% IF ( batch_lis.num_items ) %] <a href="[% batch_lis.script_name %]?import_batch_id=[% batch_lis.import_batch_id %]&amp;op=create_labels">(Create label batch)</a>[% END %]</td>
     <td>[% IF ( batch_lis.can_clean ) %]
           <form method="post" action="[% batch_lis.script_name %]" name="clean_batch_[% batch_lis.import_batch_id %]" id="clean_batch_[% batch_lis.import_batch_id %]" >
             <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id %]" />