nomenclature improvements for translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / import_borrowers.tmpl
index fbe0730..321f685 100644 (file)
@@ -1,29 +1,28 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Cataloging &rsaquo; MARC Import</title>
+<title>Koha &rsaquo; Cataloging &rsaquo; Patron Import <!-- TMPL_IF NAME="uploadborrowers" -->&rsaquo; Results<!-- /TMPL_IF --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="members-search.inc" -->
+<!-- TMPL_INCLUDE NAME="patron-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> &rsaquo; Patron Import</div>
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Borrower Import</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Patron Import <!-- TMPL_IF name="uploadborrowers" --><a href="/cgi-bin/koha/tools/import_borrowers.pl">Patron Import</a> &rsaquo; Results<!-- TMPL_ELSE -->Patron Import<!-- /TMPL_IF --></div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
-
+<div class="yui-g">
+<div class="yui-u first">
 <h1>Patron import</h1>
-
 <!-- TMPL_IF name="uploadborrowers" -->
 <p>Import results :</p>
 <ul>
        <li><!-- TMPL_VAR name="imported" --> imported records</li>
        <li><!-- TMPL_VAR name="overwritten" --> overwritten</li>
        <li><!-- TMPL_VAR name="alreadyindb" --> not imported because already in borrowers table and overwrite disabled</li>
-       <li><!-- TMPL_VAR name="invalid" --> not imported because they are not in the expected format !</li>
+       <li><!-- TMPL_VAR name="invalid" --> not imported because they are not in the expected format</li>
        <li><!-- TMPL_VAR name="total" -->  records parsed</li>
        <li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li>
 </ul>
 </ul>
 <form method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->" enctype="multipart/form-data">
 <fieldset class="rows">
-<legend>Import into the borrowers table</legend><ol>
+<legend>Import into the borrowers table</legend>
+<ol>
        <li>
                <label for="uploadborrowers">Select the file to import: </label>
-               
-                       <input type="file" id="uploadborrowers" name="uploadborrowers" /><br />
-               
+               <input type="file" id="uploadborrowers" name="uploadborrowers" />
        </li>
-
 </ol></fieldset>
        <fieldset class="rows">
        <legend>If cardnumber is already in the borrowers table:</legend><ol><li class="radio">
                <input type="radio" id="overwrite_cardnumberno" name="overwrite_cardnumber" value="0" checked="checked" /><label for="overwrite_cardnumberno">Ignore this one, keep the existing one</label></li>
 <li class="radio">
                        <input type="radio" id="overwrite_cardnumberyes" name="overwrite_cardnumber" value="1" /><label for="overwrite_cardnumberyes">Overwrite the existing one with this</label>
-       </li></ol></fieldset><input type="submit" value="Import" />
+       </li></ol></fieldset><fieldset class="action"><input type="submit" value="Import" /></fieldset>
 </form>
 <!-- /TMPL_IF -->
-<div>
+</div>
+<div class="yui-u">
 <h2>Notes:</h2>
 <ul>
 <li>Format the file in CSV format with the following fields:</li>
     'sex',           'userid',       'opacnote',         'contactnote',
     'password',      'sort1',        'sort2'
 </li>
-<li>Please make sure the 'branchcode' and 'categorycode' are valid entries in your database</li>
-<li>password should be stored in plaintext, and will be converted to a md5 hash(if your passwords are already crypted, talk to your systems administrator about options)</li>
+<li>Please make sure the 'branchcode' and 'categorycode' are valid entries in your database.</li>
+<li>password should be stored in plaintext, and will be converted to a md5 hash (if your passwords are already encrypted, talk to your systems administrator about options).</li>
 </ul>
 </div>
+</div>
 
 </div>
 </div>