adjustments for 2.2.3
authorhellen <hellen>
Sat, 25 Jun 2005 12:55:02 +0000 (12:55 +0000)
committerhellen <hellen>
Sat, 25 Jun 2005 12:55:02 +0000 (12:55 +0000)
29 files changed:
koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl
koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl
koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl
koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl
koha-tmpl/intranet-tmpl/default/de/acqui/basket.tmpl
koha-tmpl/intranet-tmpl/default/de/acqui/newbiblio.tmpl
koha-tmpl/intranet-tmpl/default/de/authorities/authorities.tmpl
koha-tmpl/intranet-tmpl/default/de/bull/statecollection.tmpl
koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl
koha-tmpl/intranet-tmpl/default/de/catalogue/detail.tmpl
koha-tmpl/intranet-tmpl/default/de/catalogue/searchresults.tmpl
koha-tmpl/intranet-tmpl/default/de/circ/branchtransfers.tmpl
koha-tmpl/intranet-tmpl/default/de/circ/circulation.tmpl
koha-tmpl/intranet-tmpl/default/de/circ/selectbranchprinter.tmpl
koha-tmpl/intranet-tmpl/default/de/help/members/memberentry.tmpl
koha-tmpl/intranet-tmpl/default/de/includes/acquisitions-top.inc
koha-tmpl/intranet-tmpl/default/de/includes/common-style.css
koha-tmpl/intranet-tmpl/default/de/includes/marc-top.inc
koha-tmpl/intranet-tmpl/default/de/mancredit.tmpl
koha-tmpl/intranet-tmpl/default/de/members/member.tmpl
koha-tmpl/intranet-tmpl/default/de/members/memberentry.tmpl
koha-tmpl/intranet-tmpl/default/de/members/pay.tmpl
koha-tmpl/intranet-tmpl/default/de/parameters/admin-home.tmpl
koha-tmpl/intranet-tmpl/default/de/parameters/marc_subfields_structure.tmpl
koha-tmpl/intranet-tmpl/default/de/parameters/marctagstructure.tmpl
koha-tmpl/intranet-tmpl/default/de/parameters/printers.tmpl
koha-tmpl/intranet-tmpl/default/de/parameters/systempreferences.tmpl
koha-tmpl/intranet-tmpl/default/de/parameters/z3950servers.tmpl
koha-tmpl/intranet-tmpl/default/de/reports/borrowers_out.tmpl

index 2516af4..cb40bd9 100644 (file)
@@ -1,16 +1,16 @@
 <!-- TMPL_INCLUDE NAME="marc-top.inc" -->
 <div class="tabbed">
        <form method="post" name="f">
-       <h1 class="catalogue">Biblionummer : <!-- TMPL_VAR NAME="oldbiblionumber" --></h1>
+       <h1 class="catalogue">Biblionumber : <!-- TMPL_VAR NAME="oldbiblionumber" --></h1>
        <p>
                <input type="hidden" name="op" value="addbiblio">
                <input type="hidden" name="addfield_field">
                <input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
                <input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="oldbiblionumber" -->">
                <!-- TMPL_IF name="bibid" -->
-                       <BUTTON value="Save" onclick="Check(this.form)" accesskey="s" class="button catalogue">&Auml;nderungen <u>s</u>ichern</BUTTON>
+                       <input type ="button" value="Speichern" onclick="Check(this.form)" accesskey="w" class="button catalogue">
                <!-- TMPL_ELSE -->
-                       <BUTTON value="Add biblio" onclick="Check(this.form)" accesskey="n" class="button catalogue"><u>N</u>euer Eintrag</BUTTON>
+                       <input type ="button" value="Biblio hinzuf&uuml;gen" onclick="Check(this.form)" accesskey="w" class="button catalogue">
                <!-- /TMPL_IF -->
                <a href="javascript:PopupZ3950()" class="button catalogue">z3950 Suche</a>
        </p>
index abfdfe2..8e51227 100644 (file)
@@ -4,12 +4,17 @@
        <input type="hidden" name="op" value="<!-- TMPL_VAR NAME="op" -->">
        <input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->">
        <div class="tabbed">
-               <h1 class="catalogue">Biblionummer: <!-- TMPL_VAR NAME="biblionumber" --></h1>
-               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Bibliografische Daten bearbeiten  </a>
-               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">  Duplizieren  </a>
-               <a href="../MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  MARC  </a>
-               <a href="../detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Normal  </a>
-               <a href="../ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  ISBD  </a>
+       <h1 class="catalogue"><!-- TMPL_VAR name="title" --> (<!-- TMPL_VAR name="author" --> Biblionummer:<!-- TMPL_VAR NAME="biblionumber" -->)</h1>
+                               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
+                                 Biblio bearbeiten  </a>
+               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
+                 Duplizieren  </a>
+               <a href="../MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
+                 MARC  </a>
+               <a href="../detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
+                 Normal  </a>
+               <a href="../ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
+                 ISBD  </a>
        </div>
        <!-- TMPL_IF name="item_loop" -->
                <div id="bloc25">
@@ -52,7 +57,7 @@
                <!-- /tmpl_loop -->
        <input type="hidden" name="itemnum" value="<!-- TMPL_VAR NAME="itemnum" -->">
        <!-- TMPL_IF name="barcode_not_unique" -->
-               <div id="problem"><b>FEHLER: Barcode ist bereits vorhanden<b></div>
+               <div id="problem"><b>FEHLER: Strichcode ist bereits vorhanden<b></div>
        <!-- /TMPL_IF -->
        <!-- TMPL_IF name="opisadd" -->
        <input type="button" value="Exemplar hinzuf&uuml;gen" onclick="Check(this.form)" accesskey="w" class="button catalogue">
@@ -99,9 +104,9 @@ function Check(f) {
        if (total_errors==0) {
                document.f.submit();
        } else {
-               alertString2  = _("Formular nicht bearbeitet wegen der folgenden Probleme");
+               alertString2  = _("Form not submitted because of the following problem(s)");
                alertString2 += "\n------------------------------------------------------------------------------------\n";
-               alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (siehe fett dargestellte Unterfelder)");
+               alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (sieh fett dargestellte Unterfelder)");
                alert(alertString2);
        }
 }
index de61d68..3dd200e 100644 (file)
@@ -11,7 +11,7 @@
                <!-- /TMPL_IF -->
        </div>
        <div id="bloc25">
-               <h2 class="catalogue">Ergebnisse in der Datenbank</h2>
+               <h2 class="catalogue">Biblios in der Datenbank</h2>
                <!-- TMPL_IF name="loop" -->
                        <div id="resultnumber">
                                <p>
                                        <!-- /TMPL_LOOP -->
                                        <!-- TMPL_IF NAME="displaynext" -->
                                                <a class="resultnumber" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">
-                                                       Weitere &gt;&gt;
+                                                       Weitere&gt;&gt;
                                                </a>
                                        <!-- /TMPL_IF -->
                        </p>
                        <p class="resultcount">
                                <!-- TMPL_IF NAME="total" -->
-                                       Treffer <i><!-- TMPL_VAR NAME="from" --></i> bis <i><!-- TMPL_VAR NAME="to" --></i>
+                                       Ergebnisse <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" -->
                                <!-- TMPL_ELSE -->
-                                       Keine Treffer
+                                       Nichts gefunden.
                                <!-- /TMPL_IF -->
                        </p>
                </div>
                                                <!-- TMPL_IF NAME="NOTMARC" -->
                                                <td><a href="additem-nomarc.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">Exemplare hinzuf&uuml;gen</a></td>
                                                <!-- TMPL_ELSE -->
-                                               <td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">Bearbeiten</a></td>
+                                               <td><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">Bearbeiten...</a></td>
                                                <!-- /TMPL_IF -->
                                                <!-- TMPL_UNLESS NAME="NOTMARC" -->
                                                <td>
                                                        <a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
-                                                               Duplizieren
+                                                               Duplikate
                                                        </a>
                                                </td>
                                                <!-- /TMPL_UNLESS -->
                                        <!-- /TMPL_LOOP -->
                                        <!-- TMPL_IF NAME="displaynext" -->
                                                <a class="resultnumber" href="isbnsearch.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">
-                                                       Weitere &gt;&gt;
+                                                       Weitere&gt;&gt;
                                                </a>
                                        <!-- /TMPL_IF -->
                        </p>
                        <p class="resultcount">
                                <!-- TMPL_IF NAME="total" -->
-                                       Treffer <i><!-- TMPL_VAR NAME="from" --></i> bis <i><!-- TMPL_VAR NAME="to" --></i>
+                                       Ergebnisse <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" -->
                                <!-- TMPL_ELSE -->
-                                       Keine Treffer
+                                       Nichts gefunden.
                                <!-- /TMPL_IF -->
                        </p>
                </div>
                <!-- TMPL_ELSE -->
-                       <p>Keine</p>
+                       <p>None</p>
                <!-- /TMPL_IF -->
        </div>
        <div id="bloc25">
-               <h2 class="catalogue">Bibliografische Daten im Fremddatenpool</h2>
+               <h2 class="catalogue">Biblios im fremddatenpool</h2>
                <!-- TMPL_IF name="breeding_loop" -->
                        <table>
                                <tr>
                                                        <!-- TMPL_IF NAME="NOTMARC" -->
                                                        
                                                        <!-- TMPL_ELSE -->
-                                                       <td><a href="addbiblio.pl?breedingid=<!-- TMPL_VAR NAME="id" -->" class="button catalogue">Biblio zur Datenbank hinzuf&uuml;gen</a></td>
+                                                       <td><a href="addbiblio.pl?breedingid=<!-- TMPL_VAR NAME="id" -->" class="button catalogue">Biblio hinzuf&uuml;gen</a></td>
                                                        <!-- /TMPL_IF -->
                                                </tr>
                                        <!-- /TMPL_LOOP -->
                <!-- /TMPL_IF -->
        </div>
        <div id="bloc25">
-               <h2 class="catalogue">Biblio zur Datenbank hinzuf&uuml;gen</h2>
+               <h2 class="catalogue">Biblio hinzuf&uuml;gen</h2>
                <p class="center">
                <!-- TMPL_IF NAME="NOTMARC" -->
                        <a href="addbiblio-nomarc.pl?isbn=<!-- TMPL_VAR NAME="isbn" -->" class="button catalogue">Neuen Biblio hinzuf&uuml;gen</a>
index 1a7a85e..b4e102f 100644 (file)
@@ -5,15 +5,11 @@
 <h1 class="acquisition">Erwerbung</h1>
 <div id="bloc25">
        <h2 class="acquisition">Beginnen, Eingangsbearbeitung, &auml;ndern von Bestellungen</h2>
-       <!-- TMPL_IF name="nobudget" -->
-                        <p class="problem">Sie m&uuml;ssen unter Parameter ein Budget definieren</p>
-                <!-- TMPL_ELSE -->
-               <form action="/cgi-bin/koha/acqui/order.pl" method="post">
+               <form action="/cgi-bin/koha/acqui/order.pl" method="post">
                        Lieferantenname: <input type="text"  size="25"   name="supplier">
                        <input type="submit" class="button acquisition" value="OK">
                </form>
        <p>oder <a href="histsearch.pl" class="button acquisition"> Suche Bestellhistorie</a></p>
-       <!-- /TMPL_IF -->
 </div>
 
 <!-- currencies-->
@@ -34,7 +30,7 @@
 <div id="bloc25">
        <h2 class="acquisition">zu pr&uuml;fende Vorschl&auml;ge</h2>
                <!-- TMPL_IF name="suggestion" -->
-                       <!--TMPL_VAR NAME="suggestion" --> offene Anschaffungsvorschl%auml;ge <a href="/cgi-bin/koha/suggestion/acceptorreject.pl" class="button acquisition">Manage</a>
+                       <!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a href="/cgi-bin/koha/suggestion/acceptorreject.pl" class="button acquisition">Manage</a>
                <!-- TMPL_ELSE -->
                        Keine Anschaffungsvorschl&auml;ge offen
                <!-- /TMPL_IF -->
 
 <!-- showbudget-->
 <div id="bloc25">
-       <form action="/cgi-bin/koha/search.pl">
+               <form action="/cgi-bin/koha/search.pl"> 
                <h2 class="acquisition">Etats und Budgets</h2>
-               <!-- TMPL_IF name="nobudget" -->
-                        <p class="problem">Sie m&uuml;sen unter Parameter ein Budget definieren</p>
-                <!-- TMPL_ELSE -->
                <table class="noborder">
                        <tr>
                                <th class="acquisition">Etats</th>
-                               <th class="acquisition">Gesamt</th>
+                               <th class="acquisition">Total</th>
                                <th class="acquisition">Geschenkt</th>
                                <th class="acquisition">Verausgabt</th>
-                               <th class="acquisition">Verf&uuml;gbar </th>
+                               <th class="acquisition">Verf&uuml;gbar</th>
                        </tr>
                        <!-- TMPL_LOOP NAME="loop_budget" -->
                                <tr>
@@ -65,7 +58,7 @@
                                </tr>
                        <!-- /TMPL_LOOP -->
                        <tr>
-                               <th class="acquisition" align="right">Gesamt</th>
+                               <th class="acquisition" align="right">Total</th>
                                <th class="acquisition" align="right"><!-- TMPL_VAR NAME="total" --></th>
                                <th class="acquisition" align="right"><!-- TMPL_VAR NAME="totspent" --></th>
                                <th class="acquisition" align="right"><!-- TMPL_VAR NAME="totcomtd" --></th>
@@ -73,9 +66,9 @@
                        </tr>
                </table>
                <p>
-Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Betr&auml;ge. Die angezeigten Werte sind nur ungef&auml;hre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.
+               Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Betr&auml;ge. Die angezeigten Werte sind nur ungef&auml;hre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.
                </p>
-       <!-- /TMPL_IF -->
+        </form>
 </div>
 
 <div id="bloc25">
index 7c643bd..63e9c1a 100644 (file)
@@ -1,13 +1,13 @@
 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
-
+<!-- angepasst fuer 2.2.3, hellen, 24/06/05 -->
 <div id="mainbloc">
        <h1 class="acquisition"><!-- TMPL_UNLESS name="basketno" -->Neu <!-- /TMPL_UNLESS -->Einkaufskorb <b><!-- TMPL_VAR NAME="basketno" --> </b>f&uuml;r <a href="supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!-- TMPL_VAR NAME="name" --></a></h1><br />
        <!-- TMPL_UNLESS name="closedate" -->
                <div id="bloc25">
                        <h2 class="acquisition">Korb-Info</h2>
                        <p><label class="label100">Korb-Nummer<label> <!-- TMPL_VAR NAME="basketno" --></p>
-                       <p><label class="label100">Bearbeitet von<label><!-- TMPL_VAR NAME="authorisedbyname" --></p>
-                       <p><label class="label100">Begonnen am<label> <!-- TMPL_VAR NAME="creationdate" --></p>
+                       <p><label class="label100">Managed by<label><!-- TMPL_VAR NAME="authorisedbyname" --></p>
+                       <p><label class="label100">open on<label> <!-- TMPL_VAR NAME="creationdate" --></p>
                        <p><label class="label100">f&uuml;r<label> <!-- TMPL_VAR NAME="booksellerid" --></p>
                        <p><label class="label100">Rechnungsnummer </label><!-- TMPL_VAR NAME="booksellerinvoicenumber" --></p>
                        <!-- TMPL_IF name="closedate" -->
                                <th class="acquisition">ISBN</th>
                                <th class="acquisition">Titel</th>
                                <th class="acquisition">Verfasser</th>
-                               <th class="acquisition">EK-Preis</th>
-                               <th class="acquisition doNotPrint">Nettopreis</th>
-                               <th class="acquisition">Menge</th>
-                               <th class="acquisition">Gesamt</th>
+                               <th class="acquisition">rrp</th>
+                               <th class="acquisition doNotPrint">est</th>
+                               <th class="acquisition">Qty</th>
+                               <th class="acquisition">Total</th>
                                <th class="acquisition doNotPrint">Etat <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->&order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung]</a></th>
                                <!-- TMPL_IF name="active" -->
                                        <!-- TMPL_UNLESS name="closedate" -->
        <!-- TMPL_IF name="active" -->
                <!-- TMPL_UNLESS name="closedate" -->
                <div id="bloc25">
-                       <h2 class="acquisition">Weitere Bestellung</h2>
+                       <h2 class="acquisition">Add order line</h2>
                        <form action="/cgi-bin/koha/acqui/newbasket2.pl" method="post">
                                <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->">
                                <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->">
                                <p>von einem vorhandenen Biblio </b><input type="text"  size="25"   name="search"><input type="submit" class="button acquisition" value="Suche"></p>
-                               <p>oder <a href="/cgi-bin/koha/acqui/suggestion-select.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition"> f&uuml;r einen Anschaffungsvorschlag </a> <a href="/cgi-bin/koha/acqui/newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition"> Neuer Biblio </a>
+                               <p>oder
+                                <a href="/cgi-bin/koha/acqui/suggestion-select.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">
+                                 f&uuml;r einen Anschaffungsvorschlag
+                                  </a> <a href="/cgi-bin/koha/acqui/newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">
+                                   Neuer Biblio
+                                    </a>
                                </p>
                        </form>
                </div>
index ac2bd83..4f468dc 100644 (file)
@@ -1,6 +1,6 @@
 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
 <script language="javascript" type="text/javascript">
-
+<!-- aktualisiert fuer 2.2.3, hellen 24/06/05 -->
 <!--
 function update(f){
   //collect values
@@ -86,6 +86,7 @@ function check(f) {
                <input type="hidden" name="<!-- TMPL_VAR NAME="currency" -->" value="<!-- TMPL_VAR NAME="rate" -->">
        <!-- /TMPL_LOOP -->
        <a href="basket.pl?basket=<!-- TMPL_VAR NAME="basket" -->" class="button acquisition">Korb ansehen</a> <h1 class="acquisition">
+       <h1 class="acquisition">
                <!-- TMPL_IF name="ordnum" -->
                        Bestellung bearbeiten (Zeile #<!-- TMPL_VAR NAME="ordnum" -->)
                <!-- TMPL_ELSE -->
@@ -93,7 +94,7 @@ function check(f) {
                <!-- /TMPL_IF -->
                 <!-- TMPL_IF name="suggestionid" -->(bestimmt durch Vorschlag)<!-- /TMPL_IF -->
        </h1>
-       Einkaufkorb f&uuml;r <!-- TMPL_VAR NAME="name" -->
+       Shopping Basket For <!-- TMPL_VAR NAME="name" -->
        <div id="bloc25">
                <h2 class="acquisition">Katalog-Details</h2>
                <p>
@@ -141,7 +142,7 @@ function check(f) {
                        <!-- /TMPL_IF -->
                </p>
                <p>
-                       <label class="label100">Serie</label>
+                       <label class="label100">Serien</label>
                        <!-- TMPL_IF name="biblio" -->
                                <input type="hidden" size="20" name="series" value="<!-- TMPL_VAR NAME="seriestitle" -->"><!-- TMPL_VAR NAME="seriestitle" -->
                        <!-- TMPL_ELSE -->
@@ -180,7 +181,7 @@ function check(f) {
                        <input type="text" size="20" name="GST" value="" onchange="update(this.form)">
                </p>
                <p>
-                       <label class="label100"><b>GESAMTSUMME</b></label>
+                       <label class="label100"><b>BUDGETED TOTAL</b></label>
                        <input type="text" size="20" name="total" value="" onchange="update(this.form)">
                </p>
                <p>
index e6f195d..a56d774 100644 (file)
@@ -3,21 +3,35 @@
 
 <div class="tabbed">
        <form method="post" name="f">
-       <h1 class="authority">Authority number <!-- TMPL_VAR NAME="authid" --></h1>
+       <!-- TMPL_IF name="authid" -->
+               <h1 class="authority">Modify authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)</h1>
+       <!-- TMPL_ELSE -->
+               <h1 class="authority">Adding authority (<!-- TMPL_VAR name="authtypetext" -->)</h1>
+       <!-- /TMPL_IF -->
        <p>
                <input type="hidden" name="op" value="add">
                <input type="hidden" name="addfield_field">
                <input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
                <input type="hidden" name="authid" value="<!-- TMPL_VAR NAME="authid" -->">
                <!-- TMPL_IF name="authid" -->
-                       <input type="button" value="Speichern" onclick="Check(this.form)" accesskey="w" class="button authority">
+                       <input type="button" value="Save" onClick="Check(this.form)" accesskey="w" class="button authority">
                <!-- TMPL_ELSE -->
-                       <input type="button" value="Authority hinzuf&uuml;gen" onclick="Check(this.form)" accesskey="w" class="button authority">
+                       <input type="button" value="Add authority" onClick="Check(this.form)" accesskey="w" class="button authority">
                <!-- /TMPL_IF -->
        </p>
 </div>
 
 <br><br><br><br><br><br><br><br><br><br><br>
+<!-- TMPL_IF name="duplicateauthid" -->
+       <div class="problem">
+               <p>Duplicate suspected with <a href='javascript:openWindow("detail.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->&popup=1", "Duplicate Authority")' class="button authority"><!-- TMPL_VAR name="duplicateauthvalue" --></a></p>
+               <p>You must either :</p>
+               <ul>
+                       <p><input type="checkbox" value=1 name="confirm_not_duplicate">confirm it's not a duplicate (and click on <input type="button" value="Add authority" onClick="Check(this.form)" accesskey="w" class="button authority"> again)</p>
+                       <p>Go to <a href="authorities.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->" >original authority</a></p>
+               </ul>
+       </div>
+<!-- /TMPL_IF -->
 
 <!-- TMPL_LOOP NAME="0XX" -->
        <!-- TMPL_IF name="tag" -->
@@ -132,8 +146,8 @@ function Check(f) {
        if (total_errors!=0) {
                alertString2  = _("Form not submitted because of the following problem(s)");
                alertString2 += "\n------------------------------------------------------------------------------------\n";
-               alertString2 += "\n- "+ total_missing_mandatory_tags +_("Pflichttags leer");
-               alertString2 += "\n- "+ total_missing_mandatory_subfields +_("Pflichtfeld leer (sieh fett dargestellte Unterfelder)");
+               alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty");
+               alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)");
                alert(alertString2);
        } else {
                document.forms[1].submit();
@@ -164,8 +178,8 @@ function PopupZ3950() {
 }
 
 function AddField(field) {
-       document.forms[0].op.value = "addfield";
-       document.forms[0].addfield_field.value=field;
+       document.forms[1].op.value = "addfield";
+       document.forms[1].addfield_field.value=field;
        document.f.submit();
 }
 </script>
index 9d9aec6..6d13f7b 100644 (file)
                        </td>
                        <td>
                                <input type="hidden" name="serialid" value="<!-- TMPL_VAR name="serialid" -->">
-                               <select name="status" size="1">                                 
-                                               <option value="1" <!--TMPL_IF name="status1" -->selected<!-- /TMPL_IF -->>erwartet</option>             
-                                               <option value="2" <!--TMPL_IF name="status2" -->selected<!-- /TMPL_IF -->>eingegangen</option>
-                                               <option value="3" <!--TMPL_IF name="status3" -->selected<!-- /TMPL_IF -->>versp&auml;tet</option>                                       
-                                               <option value="4" <!--TMPL_IF name="status4" -->selected<!-- /TMPL_IF -->>&uuml;berf&auml;llig</option>                                 
+                               <select name="status" size="1"> 
+                                       <!--TMPL_IF name="status1" -->                          
+                                               <option value="1" selected>erwartet</option>
+                                               <!-- /TMPL_IF -->
+                                               <!--TMPL_IF name="status2" -->          
+                                               <option value="2" selected>eingegangen</option>
+                                               <!-- /TMPL_ELSE -->
+                                               <option value="2" selected>eingegangen</option>
+                                               <!-- /TMPL_IF -->
+                                               <!--TMPL_IF name="status3" -->
+                                               <option value="3"selected>versp&auml;tet</option>
+                                               <!-- /TMPL_ELSE -->
+                                               <option value="3"selected>versp&auml;tet</option>
+                                               <!-- /TMPL_IF -->
+                                                <!--TMPL_IF name="status4" -->                                 
+                                               <option value="4"selected>&uuml;berf&auml;llig</option>
+                                               <!-- /TMPL_ELSE -->
+                                               <option value="4"selected>&uuml;berf&auml;llig</option>
+                                               <!-- /TMPL_IF -->                                       
                                </select>
                        </td>
                </tr>
@@ -54,7 +68,6 @@
                        <td>
                                <input type="hidden" name="serialid" value="0">
                                <select name="status" size="1">
-                                               <option value="1">erwartet</option>                             
                                                <option value="2">eingegangen</option>
                                                <option value="3" selected>versp&auml;tet</option>
                                                <option value="4">&uuml;berf&auml;llig</option>
index 3ebc924..35601f5 100644 (file)
@@ -3,7 +3,28 @@
 <!-- TMPL_UNLESS name="popup" -->
        <div class="tabbed">
                <h1 class="catalogue">Biblionummer : <!-- TMPL_VAR NAME="biblionumber" --></h1>
-               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Biblio bearbeiten  </a>  <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">  Duplizieren  </a>  <a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">  Exemplar bearbeiten  </a>   <a href="javascript:confirm_deletion()" class="button catalogue">  L&ouml;schen  </a>  <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Vollanzeige  </a>  <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Normalanzeige  </a>  <a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  ISBD  </a>  <a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">  zu virtuellem Regal hinzuf&uuml;gen  </a>  <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">  Drucken  </a>
+               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Biblio bearbeiten
+                 </a>
+                   <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
+                     Duplizieren 
+                      </a>  <a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">
+                        Exemplar bearbeiten
+                          </a>   <a href="javascript:confirm_deletion()" class="button catalogue">
+                            L&ouml;schen 
+                             </a> 
+                              <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue"> 
+                               Vollanzeige
+                                 </a> 
+                                  <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Normalanzeige
+                                    </a>
+                                      <a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  ISBD
+                                        </a> 
+                                         <a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
+                                           zu vituellem Regal hinzuf&uuml;gen
+                                             </a> 
+                                              <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
+                                                Drucken
+                                                  </a>
                <!-- TMPL_IF name="subscriptionsnumber" -->
                <a href="bull-home.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
                        Bestellungen
@@ -362,7 +383,7 @@ function active(numlayer)
 }
 
 function confirm_deletion() {
-       var is_confirmed = confirm('Wollen Sie diesen Biblio wirklich l&ouml;schen?');
+       var is_confirmed = confirm('Are you sure you want to delete this biblio?');
        if (is_confirmed) {
                window.location="acqui.simple/addbiblio.pl?op=delete&amp;bibid=<!-- TMPL_VAR NAME="bibid" -->";
        }
index 9aab7ac..f8a5a06 100644 (file)
@@ -4,7 +4,29 @@
 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
        <h1 class="catalogue"><!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->) <!-- TMPL_VAR NAME="class" --></h1>
        <div class="bibliomenu">
-               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Biblio bearbeiten  </a>  <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">  Duplizieren  </a>  <a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">  Exemplar bearbeiten  </a>   <a href="javascript:confirm_deletion()" class="button catalogue">  L&ouml;schen  </a>  <a href="MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  MARC-Vollanzeige  </a>  <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Normalanzeige  </a>  <a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  ISBD  </a>  <a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">  zu virtuellem Regal hinzuf&uuml;gen  </a>  <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">  Drucken  </a>
+               <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Biblio bearbeiten
+                 </a>
+                   <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&op=duplicate" class="button catalogue">
+                    Duplizieren 
+                     </a>
+                       <a href="acqui.simple/additem.pl?bibid=<!-- TMPL_VAR name="bibid"-->" class="button catalogue">
+                         Exemplar bearbeiten
+                           </a>
+                              <a href="javascript:confirm_deletion()" class="button catalogue">
+                                L&ouml;schen 
+                                 </a>
+                                   <a href="MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  MARC-Vollanzeige
+                                     </a>
+                                       <a href="detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  Normalanzeige
+                                         </a>
+                                           <a href="ISBDdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">  ISBD
+                                             </a>
+                                               <a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
+                                                 zu virtuellem Regal hinzuf&uuml;gen
+                                                   </a>
+                                                     <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->')" class="button catalogue">
+                                                       Drucken
+                                                         </a>
                <!-- TMPL_IF name="subscriptionsnumber" -->
                <a href="bull-home.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
                        Bestellungen
@@ -33,7 +55,7 @@
                                        <br />
                                <!-- /TMPL_IF -->
                                <!-- TMPL_IF name="author" --><label class="label100"><b>Verfasser</b> </label><!-- TMPL_VAR NAME="author" --><br /><!-- /TMPL_IF -->
-                               <!-- TMPL_IF name="additional" --><label class="label100"><b>Weitere Verfasser:</b></label><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->
+                               <!-- TMPL_IF name="additional" --><label class="label100"><b>Additional Author:</b></label><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->
                                <!-- TMPL_IF name="publishercode" --><label class="label100"><b>Verlag:</b></label><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="publishercode" --><br />
                                <!-- TMPL_IF name="publicationyear" --><label class="label100"><b>Ort:</b></label><!-- /TMPL_IF --><!-- TMPL_VAR NAME="publicationyear" -->
                                <!-- TMPL_IF name="pages" -->, <!-- TMPL_VAR name="pages" -->s<!-- /TMPL_IF -->
@@ -71,7 +93,7 @@
                        <th class="catalogue">Status</th>
                        <th class="catalogue">Entliehen bis</th>
                        <th class="catalogue">Zuletzt gesehen</th>
-                       <th class="catalogue">Barcode</th>
+                       <th class="catalogue">Strichcode</th>
                        <th class="catalogue">Band</th>
                </tr>
                <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
                                <td><!-- TMPL_VAR NAME="volumeddesc" --></td>
                                <!-- TMPL_IF NAME="type" -->
                                        <td>
-                                               <a href="/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&amp;item=<!-- TMPL_VAR NAME="itemtype" -->">Medientyp &auml;ndern</a>
+                                               <a href="/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&amp;item=<!-- TMPL_VAR NAME="itemtype" -->">Fix Itemtype</a>
                                        </td>
                                <!-- /TMPL_IF -->
                        </tr>
index caa5f6a..efa44ee 100644 (file)
@@ -62,7 +62,7 @@
                <!-- TMPL_IF NAME=location-only --><!-- TMPL_VAR NAME=location-only --><br><!-- /TMPL_IF -->
                <!-- TMPL_IF NAME=not-available-p -->Nicht verf&uuml;gbar<!-- TMPL_IF NAME=not-available-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
                <!-- TMPL_IF NAME=lost-p -->Exemplar vermi&szlig;t<!-- TMPL_IF NAME=lost-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
-               <!-- TMPL_IF NAME=withdrawn-p -->Ausgemustert<!-- TMPL_IF NAME=withdrawn-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
+               <!-- TMPL_IF NAME=withdrawn-p -->Gel&ouml;scht<!-- TMPL_IF NAME=withdrawn-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
                <!-- TMPL_IF NAME=on-loan-p -->Entliehen<!-- TMPL_IF NAME=on-loan-plural-p --> (<!-- TMPL_VAR NAME=not-available-p -->)<!-- /TMPL_IF --><br><!-- /TMPL_IF -->
                <!-- TMPL_ELSE -->
                <!-- TMPL_VAR NAME="location" -->
index 23da86d..dbb69d6 100644 (file)
@@ -5,7 +5,9 @@
 </div>
 
 <h1>Ausleihe: Leihverkehr</h1>
-<b>Zweigstelle:</b> <!-- TMPL_VAR NAME="genbrname" --> &nbsp; <b>Drucker:</b> <!-- TMPL_VAR NAME="genprname" --> <a href="selectbranchprinter.pl" class="button">Einstellungen &auml;ndern</a>
+<b>Zweigstelle:</b> <!-- TMPL_VAR NAME="genbrname" --> &nbsp;
+ <b>Drucker:</b> <!-- TMPL_VAR NAME="genprname" -->
+ <a href="selectbranchprinter.pl" class="button">Einstellungen &auml;ndern</a>
 <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->">
 <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->">
 
index 3395704..d9fc9f9 100644 (file)
@@ -10,7 +10,8 @@
        <div id="bloc25">
                <h2 class="circulation">Parameter</h2>
                <p>
-                       <b>Zweigstelle:</b> <!-- TMPL_VAR NAME="branchname" --> &nbsp; <b>Drucker:</b> <!-- TMPL_VAR NAME="printername" --> <a href="selectbranchprinter.pl" class="button circulation">Einstellungen &auml;ndern</a>
+                       <b>Zweigstelle:</b> <!-- TMPL_VAR NAME="branchname" --> &nbsp; 
+                       <b>Drucker:</b> <!-- TMPL_VAR NAME="printername" --> <a href="selectbranchprinter.pl" class="button circulation">Einstellungen &auml;ndern</a>
                </p>
        
        <!-- TMPL_IF NAME="message" -->
index aff3c55..2ab00dd 100644 (file)
@@ -29,7 +29,7 @@
        </select>
 <!-- /TMPL_IF --></p>
 <p><input type="hidden" name="setcookies" value="1">
-<input value="Abschicken" type="changesettings" class="button"></p>
+<input type="submit" value="Abschicken" type="changesettings" class="button"></p>
 </form>
 
 </div>
index 6a0afc5..f09e33f 100644 (file)
@@ -1,13 +1,16 @@
 <!-- TMPL_INCLUDE name="help-top.inc" -->
-<h1>Hilfe f&uuml;r Benutzer hinzuf&uuml;gen</h1>
-<h2>Benutzer hinzuf&uuml;gen, Person</h2>
+<h1>Hilfe: Benutzer hinzuf&uuml;gen</h1>
+
+<p>sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Bsort1 or Bsort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Member Page</p>
+
+<h2>Add Member, person</h2>
 <p>This is the form for adding a new single member to the database. There is also a form for organisations, such as other libraries and non profit organisations you might lend to. You should use the Add Organisation tab at the top of the Member page for that.</p>
 <p>Every field with an asterisk must be filled out, or you will get an error, and the record will not be added to the database.</p>
 <p>If you accidentally have two members with the same card number, the second duplicate will show up as just commas after you confirm the record.</p>
 <p>When you are done with the record, click the Save button at the bottom.</p>
 <p>The clear all Fields button will reset the page to a blank form in case you made a mistake.</p>
 
-<h2>Benutzer hinzuf&uuml;gen, Institution</h2>
+<h2>Add Member, Institutional</h2>
 <p>This is the form for adding a group of members. Suppose you had a YMCA group, or lend books to other Libraries. This would be the form to use for that purpose.</p>
 <p>Every field with an asterisk must be filled out, or you will get an error, and the record will not be added to the database.</p>
 <p>If you accidentally have two members with the same card number, the second duplicate will show up as just commas after you confirm the record.</p>
index 4e101af..36995a9 100644 (file)
@@ -33,7 +33,15 @@ a.acquisition:hover {
 <!-- MENUS -->
 <div id="menubar">
        <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
-       <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Erwerbung</a> <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Katalog</a> <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Ausleihe</a> <a class="members" href="/cgi-bin/koha/members/members-home.pl">Benutzer</a> <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameter</a> <a class="about" href="/cgi-bin/koha/about.pl">&Uuml;ber</a> <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Hilfe</a>
+       <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Erwerbung</a> 
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Katalog</a>
+       <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Ausleihe</a> 
+       <a class="members" href="/cgi-bin/koha/members/members-home.pl">Benutzer</a> 
+       <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> 
+       <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a> 
+       <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameter</a> 
+       <a class="about" href="/cgi-bin/koha/about.pl">&Uuml;ber</a> 
+       <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Hilfe</a>
 </div>
 <!-- TMPL_IF NAME="loggedinusername" -->
     <p align="left">Angemeldet als: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Abmelden</a>]</p>
index e76da14..72ce581 100644 (file)
@@ -74,7 +74,6 @@ table {
 table.noborder {
        border:0px;
        border-collapse:collapse;
-       font-size:10pt;
        margin : auto;
 }
 table.small {
index f08d275..89d1429 100644 (file)
@@ -42,11 +42,22 @@ a.catalogue:hover {
        <!-- MENUS -->
        <div id="menubar">
                <span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
-               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Erwerbung</a> <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Katalog</a> <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Ausleihe</a> <a class="members" href="/cgi-bin/koha/members/members-home.pl">Benutzer</a> <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a> <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameter</a> <a class="about" href="/cgi-bin/koha/about.pl">&Uuml;ber</a> <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Hilfe</a>
+               <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Erwerbung</a> 
+               <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Katalog</a> 
+               <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Ausleihe</a> 
+               <a class="members" href="/cgi-bin/koha/members/members-home.pl">Benutzer</a> 
+               <a class="authority" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> 
+               <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a> 
+               <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameter</a> 
+               <a class="about" href="/cgi-bin/koha/about.pl">&Uuml;ber</a> 
+               <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Hilfe</a>
        </div>
        <div id="submenu">
                <span class="koha">Optionen &gt;&gt;&nbsp;&nbsp;</span>
-               <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">Suche</a> <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu">Biblio hinzuf&uuml;gen</a> <a class="submenu2" href="/cgi-bin/koha/bull-home.pl">Serie</a> <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtuelle Regale</a>
+               <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">Suche</a> 
+               <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu">Biblio hinzuf&uuml;gen</a> 
+               <a class="submenu2" href="/cgi-bin/koha/bull-home.pl">Serie</a> 
+               <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtuelle Regale</a>
        </div>
 <!-- /TMPL_UNLESS -->
 <!-- TMPL_IF NAME="loggedinusername" -->
index 87925be..3d9c5b5 100644 (file)
@@ -9,7 +9,7 @@
 <select name="type">
 <option value="C">Gutschrift</option>
 <option value="BAY">Baycorp Adjustment</option>
-<option value="WORK">Arbeitsleistung</option>
+<option value="WORK">Erledigt</option>
 </select>
 </td></tr>
 <tr><td><b>Mediennummer</b></td><td><input type="text" name="itemnum"></td></tr>
index f84c3b8..82cbd29 100644 (file)
@@ -1,11 +1,12 @@
 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
 <div id="mainbloc">
 <h1>Benutzersuche</h1>
-
+<!-- angepasst fuer 2.2.3, hellen 24/06/05 -->
 <div class="bloc100">
        <div class="bloctitle">Suche nach</div>
        <form action="/cgi-bin/koha/members/member.pl" method="post">
-               <input type="text" name="member" value="<!-- TMPL_VAR NAME="member" -->">  order by 
+               <input type="text" name="member" value="<!-- TMPL_VAR NAME="member" -->">
+                 order by 
                <select name="orderby">
                        <option value="surname,firstname">Nachname</option>
                        <option value="cardnumber">Cardnumber</option>
@@ -46,7 +47,8 @@
        </table>
        <form action="/cgi-bin/koha/members/memberentry.pl" method="post">
        <input type="submit" class="button" value="Benutzer hinzuf&uuml;gen" title="Benutzer hinzuf&uuml;gen" alt="Benutzer hinzuf&uuml;gen">
-       <input type="radio" name="categorycode" value="" checked>Erwachsener <input type="radio" name="categorycode" value="I" >Organisation
+       <input type="radio" name="categorycode" value="" checked>Erwachsener
+       <input type="radio" name="categorycode" value="I" >Organisation
        <input type="hidden" name="actionType" value="Add">
        </form>
 </div>
index 1a0ecab..37310f1 100644 (file)
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
-
+<!-- angepasst fuer 2.2.3, hellen 24/06/05 -->
 <div id="mainbloc">
        <!-- TMPL_IF NAME="addAction" -->
        <h1>
                        <tr>
                                <td colspan="2">
                                <!-- TMPL_UNLESS name="institution" -->
-                                       <input type="radio" name="sex" value="F"<!-- TMPL_IF NAME="female" --> checked<!-- /TMPL_IF -->>F  <input type="radio" name="sex" value="M"<!-- TMPL_UNLESS name="female" --> checked<!-- /TMPL_UNLESS -->> M
+                                       <input type="radio" name="sex" value="F"<!-- TMPL_IF NAME="female" --> checked<!-- /TMPL_IF -->>F  
+                                       <input type="radio" name="sex" value="M"<!-- TMPL_UNLESS NAME="female" --> checked<!-- /TMPL_UNLESS -->>M  
+                                       
+
                                <!-- /TMPL_UNLESS -->
 
                                </td>
                                <!-- TMPL_LOOP NAME="flagloop" -->
                                <tr>
                                        <td colspan="2"><!-- TMPL_VAR NAME="html" --></td>
-                                       <td colspan="3"><input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="1" <!-- TMPL_VAR NAME="yes" -->>Ja <input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="0" <!-- TMPL_VAR NAME="no" -->>Nein
+                                       <td colspan="3"><input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="1" <!-- TMPL_VAR NAME="yes" -->>Ja 
+                                       <input type="radio" name="<!-- TMPL_VAR NAME="name" -->" value="0" <!-- TMPL_VAR NAME="no" -->>Nein
                                        </td>
                                </tr>
                                <!-- /TMPL_LOOP -->
index 63b5c4c..5553a2b 100644 (file)
@@ -1,4 +1,5 @@
 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
+<!-- angepasst fuer 2.2.3, hellen 24/06/05 -->
 <div id="mainbloc">
 <h1>Zahlung Mahngeb&uuml;hren f&uuml;r <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h1>
 
@@ -11,7 +12,9 @@
        
 <!-- TMPL_LOOP NAME="loop_pay" -->
 <tr valign="top">
-       <td><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->"><input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="no" checked="checked">Unpaid  <input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="yes">Pay  <input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="wo">Writeoff
+       <td><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->"><input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="no" checked="checked">Unbezahlt
+       <input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="yes">Zahlen 
+       <input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="wo">Abschreiben
        <input type="hidden" name="itemnumber<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="itemnumber" -->">
        <input type="hidden" name="accounttype<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="accounttype" -->">
        <input type="hidden" name="amount<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="amount'}" -->">
index f08e39b..70f30c8 100644 (file)
                        <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/itemtypes.pl">Medientypen</a></td>
                        <td>Medientypen definieren</td>
                </tr>
+<tr>
+      <td valign=top width="25%"><a href="/cgi-bin/koha/admin/itemtypecategory.pl"> Exemplarkategorien</a></td>
+      <td>Definition von Exemplarkategorien. (Sachliteratur, Sch&ouml;ne Literatur...)</td>
+    </tr>
 
+    <tr>
+      <td valign=top width="25%"><a href="/cgi-bin/koha/admin/itemtypesubcategory.pl"> Exemplarunterkategorien</a></td>
+      <td>Definition der Unterkategorien. (Sch&ouml;ne Literatur Jugendliche, Sachliteratur Jugendliche.... Sch&ouml;ne Literatur Erwachsene.)</td>
+    </tr>
+
+    <tr>
+      <td valign=top width="25%"><a href="/cgi-bin/koha/admin/mediatype.pl"> Exemplarmedientypen</a></td>
+      <td>Definition der Exemplarmedientypen. (CD, Video, Buch, Spiel...)</td>
+    </tr>
                <tr>
                        <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/categorie.pl">Benutzerkategorien</a></td>
                        <td>Definition der Benutzerkategorien</td>
index eb7624b..dbea224 100644 (file)
@@ -19,7 +19,8 @@
                        <h3>MARC constraints</h3>
                        <ul>
                                <p>
-                                       <!-- TMPL_VAR NAME="repeatable" --> repeatable  <!-- TMPL_VAR NAME="mandatory" --> mandatory
+                                       <!-- TMPL_VAR NAME="repeatable" --> repeatable 
+                                       <!-- TMPL_VAR NAME="mandatory" --> mandatory
                                </p>
                                <!-- TMPL_IF name="frameworkcode" -->
                                        <p>Search also: <i>(meaningful only for default framework)</i></p>
                                <p><!-- TMPL_VAR NAME="hidden" --> hidden (subfield is managed, but hidden. -should be filled by a plugin or thesaurus-)</p>
                                <p><!-- TMPL_VAR NAME="isurl" --> URL (if checked, it means that the subfield is an URL and can be clicked</p>
                                <p>
-                                       <label>Auth value:</label> <!-- TMPL_VAR NAME="authorised_value" --> oder Thesaurus: <!-- TMPL_VAR NAME="authtypes" --> oder Plugin: <!-- TMPL_VAR NAME="value_builder" -->
+                                       <label>Auth value:</label> <!-- TMPL_VAR NAME="authorised_value" -->
+                                       or thesaurus: <!-- TMPL_VAR NAME="authtypes" -->
+                                       or plugin: <!-- TMPL_VAR NAME="value_builder" -->
                                </p>
                                <p>
-                                       <label>&nbsp;</label>Link to field :  <input type="text" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="5"> (exemple :200b)
+                                       <label>&nbsp;</label>Link to field :
+                                       <input type="text" name="link" value="<!-- TMPL_VAR NAME="link" -->" size="10" maxlength="5"> (exemple :200b)
                                </p>
                        </ul>
                </td>
@@ -62,7 +66,7 @@
                <td background="<!-- TMPL_VAR NAME="themelang" -->/images/background-mem.gif"><b><!-- TMPL_VAR NAME="tagsubfield" --></b></td>
        </tr>
        <tr><td>&nbsp;</td><td><!-- TMPL_VAR NAME="liblibrarian" --></td></tr>
-       <tr><td colspan="2" align="center">L&ouml;schen best&auml;tigen</td></tr>
+       <tr><td colspan="2" align="center">CONFIRM DELETION</td></tr>
        <tr>
                <td>
                        <form action="<!-- TMPL_VAR NAME="delete_link" -->" method="post">
@@ -71,7 +75,7 @@
                                <input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->">
                                <input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->">
                                <input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
-                               <input type="submit" value="JA">
+                               <input type="submit" value="YES">
                        </form>
                </td>
                <td>
@@ -80,7 +84,7 @@
                                <input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->">
                                <input type="hidden" name="tagsubfield" value="<!-- TMPL_VAR NAME="tagsubfield" -->">
                                <input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->">
-                               <input type="submit" value="NEIN">
+                               <input type="submit" value="NO">
                        </form>
                </td>
        </tr>
@@ -88,7 +92,7 @@
 
 <!-- TMPL_IF NAME="delete_confirmed" -->
 <!-- ------------------------------------------------------------------------ -->
-       Daten gel&ouml;scht
+       Data deleted
        <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="hidden" name="tagfield" value="<!-- TMPL_VAR NAME="tagfield" -->">
        <input type="submit" value="OK">
        </form>
 <table>
 <tr>
        <th>Subfield</th>
-       <th>Texte</th>
+       <th>Text</th>
        <th>Constraints</th>
-       <th>L&ouml;schen</th>
+       <th>Delete</th>
 <!-- TMPL_LOOP NAME="loop" -->
 <tr<!-- TMPL_IF NAME="toggle" --> class="hilighted"<!-- /TMPL_IF -->>
        <td><!-- TMPL_VAR NAME="tagsubfield" --></td>
                        <i>subfield ignored</i>
                <!-- TMPL_ELSE -->
                        Tab :<!-- TMPL_VAR NAME="tab" -->,
-                       <!-- TMPL_IF NAME="kohafield" -->Koha-Feld : <!-- TMPL_VAR NAME="kohafield" -->, <!--/TMPL_IF -->
-                       <!-- TMPL_IF NAME="repeatable" -->Wiederholbar, <!-- TMPL_ELSE -->Nicht wiederholbar<!-- /TMPL_IF -->
-                       <!-- TMPL_IF NAME="mandatory" -->Obligatorisch, <!-- TMPL_ELSE -->Nicht obligatorisch,<!-- /TMPL_IF -->
-                       <!-- TMPL_IF NAME="seealso" -->siehe auch: <!-- TMPL_VAR NAME="seealso" --><!-- /TMPL_IF -->
-                       <!-- TMPL_IF NAME="hidden" -->versteckt<!-- /TMPL_IF -->
-                       <!-- TMPL_IF NAME="isurl" -->ist ein URL<!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="kohafield" -->Koha field : <!-- TMPL_VAR NAME="kohafield" -->, <!--/TMPL_IF -->
+                       <!-- TMPL_IF NAME="repeatable" -->Repeatable, <!-- TMPL_ELSE -->Not repeatable,<!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="mandatory" -->Mandatory, <!-- TMPL_ELSE -->Not mandatory,<!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="seealso" -->see also : <!-- TMPL_VAR NAME="seealso" -->,<!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="hidden" -->hidden,<!-- /TMPL_IF -->
+                       <!-- TMPL_IF NAME="isurl" -->is an url,<!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="authorised_value" --> Auth value :<!-- TMPL_VAR NAME="authorised_value" -->,<!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="authtypecode" --> Authority :<!-- TMPL_VAR NAME="authtypecode" -->,<!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="value_builder" -->Plugin :<!-- TMPL_VAR NAME="value_builder" -->,<!-- /TMPL_IF -->
        <img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/2uparrow.png" width="32" hspace="0" vspace="0" border="0">
 </a>
 <!-- TMPL_IF NAME="previous" -->
-       <input type="image" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1leftarrow.png" title="vorheriges" alt="vorheriges" border="0">
+       <input type="image" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/1leftarrow.png" title="previous" alt="previous" border="0" >
        </a><!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="next" -->
        <!-- TMPL_VAR NAME="next" -->
index fd7e51e..237c727 100644 (file)
 <!-- ------------------------------------------------------------------------ -->
 <!-- TMPL_IF NAME="else" -->
 <div id="bloc25">
-<h2 class="parameters">Framework ausw%auml;hlen</h2>
+<h2 class="parameters">Framework ausw&auml;hlen</h2>
 <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
        <select name="frameworkcode">
                <option value="">Default</option>
index 5fac47e..e3ffc7e 100644 (file)
@@ -42,7 +42,7 @@
                                        var _alertString="";
                                        var alertString2;
                                        if (f.printername.value.length==0) {
-                                                       _alertString += "\n- " + _("Druckername fehlt ");
+                                                       _alertString += "\n- " + _("Druckername fehlt");
                                        }
                                        if (f.printqueue.value.length==0) {
                                                        _alertString += "\n- " + _("Queue fehlt");
@@ -50,7 +50,7 @@
                                        if (_alertString.length==0) {
                                                        document.Aform.submit();
                                        } else {
-                                                       alertString2  = _("Form not submitted because of the following problem(s)");
+                                                       alertString2  = _("Form wird nicht unterstuetzt wegen der folgenden Probleme");
                                                        alertString2 += "\n------------------------------------------------------------------------------------\n";
                                                        alertString2 += _alertString;
                                                        alert(alertString2);
@@ -59,7 +59,7 @@
                        </script>
        <div id="bloc25">
                <!-- TMPL_IF NAME="searchfield" -->
-                       <h2 class="parameters">Drucker bearbeiten</h2>
+                       <h2 class="parameters">Drucker &auml;ndern</h2>
                <!-- TMPL_ELSE -->
                        <h2 class="parameters">Drucker hinzuf&uuml;gen</h2>
                <!-- /TMPL_IF -->
@@ -79,7 +79,7 @@
        <!-- /TMPL_IF -->
        
        <!-- TMPL_IF NAME="add_validate" -->
-               Daten gespeichert
+               Daten hinzugef&uuml;gt
                        <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
                        <input type="submit" value="OK" class="button">
                        </form>
                                <td><!-- TMPL_VAR NAME="printtype" --></td>
                        </tr>
                                <tr>
-                               <td colspan="2" align="center">L&ouml;schen best&auml;tigen</td>
+                               <td colspan="2" align="center">L&Ouml;SCHUNG BEST&Auml;TIGEN</td>
                        </tr>
                                <tr>
                                <td>
        <!-- TMPL_IF NAME="else" -->
                        <form action="<!-- TMPL_VAR NAME="script_name">" method="post">
                                        <input type="text" name="description" value="<!-- TMPL_VAR NAME="searchfield" -->">
-                                       <input type="reset" name="reset" value="l&ouml;schen">
+                                       <input type="reset" name="reset" value="clr">
                        </form>
        
                <!-- TMPL_IF NAME="searchfield" -->
-                       You searched for <b><!-- TMPL_VAR NAME="searchfield" --></b>
+                       Sie suchten nach <b><!-- TMPL_VAR NAME="searchfield" --></b>
                <!-- /TMPL_IF -->
        
                <table border="0" cellspacing="0" cellpadding="5">
                                <td><!-- TMPL_VAR NAME="printqueue" --></td>
                                <td><!-- TMPL_VAR NAME="printtype" --></td>
                                <td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&amp;searchfield=<!-- TMPL_VAR NAME="printername" -->" class="button">Bearbeiten</a></td>
-                                                       <td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=delete_confirm&amp;searchfield=<!-- TMPL_VAR NAME="printername" -->" class="button">L&ouml;schen</a></td>
+                               <td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=delete_confirm&amp;searchfield=<!-- TMPL_VAR NAME="printername" -->" class="button">L&ouml;schen</a></td>
                        </tr>
                        <!-- /TMPL_LOOP -->
                </table>
                        <input type="hidden" name="op" value="add_form">
                
                <!-- TMPL_IF NAME="offsetgtzero" -->
-                       <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Prev</a>
+                       <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->">&lt;&lt; Vorherige</a>
                <!-- /TMPL_IF -->
        
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        
                <!-- TMPL_IF NAME="ltcount" -->
-                       <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->">N&auml;chster &gt;&gt;</a>      
+                       <a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->">N&auml;chste &gt;&gt;</a>       
                <!-- /TMPL_iF -->
        
                        <br>
-               <input type="submit" class="button" value="Drucker hinzuf&uuml;gen" alt="Drucker hinzuf&uuml;gen">
+               <input type="submit" class="button" value="Drucker hinzuf&uuml;gen" alt="Add printer">
                <br>
                        </form>
        
index 902b847..ca33d5f 100644 (file)
                        var _alertString="";
                        var alertString2;
                        if (f.variable.value.length==0) {
-                               _alertString += "\n- " + _("variable missing");
+                               _alertString += "\n- " + _("Variable fehlt");
                        }
                        if (f.value.value.length==0) {
-                               _alertString += "\n- " + _("value missing");
+                               _alertString += "\n- " + _("Wert fehlt");
                        }
                        if (_alertString.length==0) {
                                document.Aform.submit();
                        } else {
-                               alertString2  = _("Form not submitted because of the following problem(s)");
+                               alertString2  = _("Daten wegen der folgenden Probleme nicht gespeichert");
                                alertString2 += "\n------------------------------------------------------------------------------------\n";
                                alertString2 += _alertString;
                                alert(alertString2);
@@ -88,7 +88,8 @@
                                        </select>
                                <!-- /TMPL_IF -->
                                <!-- TMPL_IF NAME="type-yesno" -->
-                                       <input type="radio" name="value" value="1"<!-- TMPL_IF NAME="value-yes" --> checked<!-- /TMPL_IF -->>Ja <input type="radio" name="value" value="0"<!-- TMPL_IF NAME="value-no" --> checked<!-- /TMPL_IF -->>Nein
+                                       <input type="radio" name="value" value="1"<!-- TMPL_IF NAME="value-yes" --> checked<!-- /TMPL_IF -->>Ja 
+                                       <input type="radio" name="value" value="0"<!-- TMPL_IF NAME="value-no" --> checked<!-- /TMPL_IF -->>Nein
                                <!-- /TMPL_IF -->
        
                        </p>
index db4f017..63d9610 100644 (file)
@@ -63,7 +63,7 @@
                                        if (_alertString.length==0) {
                                                        document.Aform.submit();
                                        } else {
-                                                       alertString2  = _("Form not submitted because of the following problem(s)");
+                                                       alertString2  = _("Daten wegen der folgenden Probleme nicht gespeichert");
                                                        alertString2 += "\n------------------------------------------------------------------------------------\n";
                                                        alertString2 += _alertString;
                                                        alert(alertString2);
        <!-- /TMPL_IF -->
        
        <!-- TMPL_IF NAME="else" -->
-                       <h1 class="parameters">Admin Z39.50 Server</h1>
+                       <h1 class="parameters">Administration Z39.50 Server</h1>
                        <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
                                <input type="text" name="description" value="<!-- TMPL_VAR NAME="searchfield" -->">
                                <input type="submit" name="ok" value="OK" class="button">
                        </form>
                        <!-- TMPL_IF NAME="searchfield" -->
-                               You searched for <b><!-- TMPL_VAR NAME="searchfield" --></b>
+                               Sie suchten nach <b><!-- TMPL_VAR NAME="searchfield" --></b>
                        <!-- /TMPL_IF -->
                        <table>
                                <tr>
index c539824..fbbb093 100644 (file)
@@ -1,4 +1,5 @@
 <!-- TMPL_INCLUDE NAME="reportswcal-top.inc" -->
+<!-- angepasst fuer 2.2.3, hellen 24/06/05 -->
 <div id="mainbloc" >
 
 <!-- TMPL_IF NAME="do_it" -->
@@ -79,7 +80,9 @@
                <h3 class="reports"> Ausgabe </h3>
                <input type="radio" checked name="output" value="screen" > In ein Browserfenster
                <br>
-               <input type="radio" name="output" value="file"> In eine Datei <input type="text" name="basename" value="Export"> In eine Anwendung <!-- TMPL_VAR NAME="CGIextChoice" --> <!-- TMPL_VAR NAME="CGIsepChoice" -->
+               <input type="radio" name="output" value="file"> In eine Datei <input type="text" name="basename" value="Export"> In eine Anwendung
+               <!-- TMPL_VAR NAME="CGIextChoice" -->
+               <!-- TMPL_VAR NAME="CGIsepChoice" -->
        </p>
        </div>
        <p>