[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bull bull-home.tmpl,1.1,1.2 lateissues.tmpl,1.1,1.2 order.tmpl,1.1,1.2 receipt-search-result.tmpl,1.1,1.2 result.tmpl,1.1,1.2 search.tmpl,1.1,1.2 searchresultlist.tmpl,1.1,1.2 serial-issues.tmpl,1.1,1.2 statecollection.tmpl,1.1,1.2 subscription-add.tmpl,1.1,1.2 subscription-bib-search.tmpl,1.1,1.2 subscription-detail.tmpl,1.1,1.2 subscription-renew.tmpl,1.1,1.2

Dorian Meid dnmeid at users.sourceforge.net
Tue May 17 15:21:38 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13690/intranet-tmpl/default/de/bull

Modified Files:
	bull-home.tmpl lateissues.tmpl order.tmpl 
	receipt-search-result.tmpl result.tmpl search.tmpl 
	searchresultlist.tmpl serial-issues.tmpl statecollection.tmpl 
	subscription-add.tmpl subscription-bib-search.tmpl 
	subscription-detail.tmpl subscription-renew.tmpl 
Log Message:
Some translation adjustments

Index: bull-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/bull-home.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** bull-home.tmpl	12 May 2005 19:26:14 -0000	1.1
--- bull-home.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 24,28 ****
  			<tr>
  				<td>
! 					<!-- TMPL_VAR name="title" --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
  				</td>
  				<td>
--- 24,28 ----
  			<tr>
  				<td>
! 					<!-- TMPL_VAR name="title" --><!-- TMPL_IF name="notes" --> (<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
  				</td>
  				<td>
***************
*** 30,34 ****
  				</td>
  				<td>
! 					<a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>  <a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
  				</td>
  			</tr>
--- 30,34 ----
  				</td>
  				<td>
! 					<a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>  <a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Anzeigen</a>
  				</td>
  			</tr>

Index: lateissues.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/lateissues.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lateissues.tmpl	12 May 2005 19:26:14 -0000	1.1
--- lateissues.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 2,6 ****
  <!--------------------------MAIN BODY OF PAGE-------------------------->
  <div id="mainbloc">
! 	<h1 class="bull">&Uuml;berf&auml;llige Hefte</h1>
  	<table>
  		<tr>
--- 2,6 ----
  <!--------------------------MAIN BODY OF PAGE-------------------------->
  <div id="mainbloc">
! 	<h1 class="bull">&Uuml;berf&auml;llige Ausgaben</h1>
  	<table>
  		<tr>
***************
*** 39,43 ****
  				</td>
  				<td>
! 					<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>  <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
  				</td>
  			</tr>
--- 39,43 ----
  				</td>
  				<td>
! 					<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>  <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Anzeigen</a>
  				</td>
  			</tr>

Index: order.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/order.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** order.tmpl	12 May 2005 19:26:14 -0000	1.1
--- order.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 3,7 ****
  	<h1>Suchergebnis Lieferanten</h1>
  	<div id="bloc100">
! 		<h2>Sie suchten nach dem <b>Lieferanten <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> Treffer gefunden</h2>
  		<table>
  			<tr>
--- 3,7 ----
  	<h1>Suchergebnis Lieferanten</h1>
  	<div id="bloc100">
! 		<h2>Sie suchten nach dem <b>Lieferanten <!-- TMPL_VAR name="supplier" --></b>, <!-- TMPL_VAR name="count" --> Treffer gefunden</h2>
  		<table>
  			<tr>
***************
*** 12,16 ****
  				<tr>
  					<td><!-- TMPL_VAR name="name" --></td>
! 					<td><a href="#" onclick="javascript:GetIt(<!-- TMPL_VAR name="aqbooksellerid" -->,'<!-- TMPL_VAR name="name" -->')">Get It !</td>
  				</tr>
  			<!-- /TMPL_LOOP -->
--- 12,16 ----
  				<tr>
  					<td><!-- TMPL_VAR name="name" --></td>
! 					<td><a href="#" onclick="javascript:GetIt(<!-- TMPL_VAR name="aqbooksellerid" -->,'<!-- TMPL_VAR name="name" -->')">W&auml;hlen</td>
  				</tr>
  			<!-- /TMPL_LOOP -->

Index: receipt-search-result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/receipt-search-result.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** receipt-search-result.tmpl	12 May 2005 19:26:14 -0000	1.1
--- receipt-search-result.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 1,5 ****
  <!-- TMPL_INCLUDE NAME="bull-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Suchergebnis serien</h1>
  	<div id="resultnumber">
  		<p>
--- 1,5 ----
  <!-- TMPL_INCLUDE NAME="bull-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Suchergebnis Serien</h1>
  	<div id="resultnumber">
  		<p>
***************
*** 33,48 ****
  				<tr>
  					<td><!-- TMPL_VAR name="serial" --></td>
- 
  					<td>
! 		<div align="center">				<a href="subscription-detail.pl?suscr=<!-- TMPL_VAR name="subscriptionid" -->">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR name="authid" -->" title="Serial number<!-- TMPL_VAR name="subscriptionid" -->">
! 						</a> </div>
  					</td>
! 	<td><div align="center"><a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&serial=<!-- TMPL_VAR name="serial" -->"> 
! 
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/Fleche.jpg"  width="32" hspace="0" vspace="0" border="0" alt="Subscribtion serial<!-- TMPL_VAR name="subscriptionid" -->" title="Serial number<!-- TMPL_VAR name="subscriptionid" -->">
! 
! 
! </a></td></div>
  				</tr>
  			<!-- /TMPL_LOOP -->
--- 33,50 ----
  				<tr>
  					<td><!-- TMPL_VAR name="serial" --></td>
  					<td>
! 						<div align="center">
! 							<a href="subscription-detail.pl?suscr=<!-- TMPL_VAR name="subscriptionid" -->">
! 								<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR name="authid" -->" title="Abo-Nummer <!-- TMPL_VAR name="subscriptionid" -->">
! 							</a>
! 						</div>
  					</td>
! 					<td>
! 						<div align="center">
! 							<a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&serial=<!-- TMPL_VAR name="serial" -->">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/Fleche.jpg"  width="32" hspace="0" vspace="0" border="0" alt="zeige Abonemment <!-- TMPL_VAR name="subscriptionid" -->" title="Abo-Nummer <!-- TMPL_VAR name="subscriptionid" -->">
! 							</a>
! 						</td>
! 					</div>
  				</tr>
  			<!-- /TMPL_LOOP -->
***************
*** 52,67 ****
  		<p>
  			<!-- TMPL_IF NAME=displayprev -->
! 			<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0></a>
  			<!-- /TMPL_IF -->
  			<!-- TMPL_LOOP NAME=numbers -->
  				<!-- TMPL_IF NAME=highlight -->
! 				<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
  				<!-- TMPL_ELSE -->
! 				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
  				<!-- /TMPL_IF -->
  			<!-- /TMPL_LOOP -->
  			<!-- TMPL_IF NAME=displaynext -->
! 			<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
! 				<!-- /TMPL_IF -->
  		</p>
  	</div>	
--- 54,69 ----
  		<p>
  			<!-- TMPL_IF NAME=displayprev -->
! 				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/prev.gif" border=0></a>
  			<!-- /TMPL_IF -->
  			<!-- TMPL_LOOP NAME=numbers -->
  				<!-- TMPL_IF NAME=highlight -->
! 					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->-highlight.gif">
  				<!-- TMPL_ELSE -->
! 					<a href=search.pl?startfrom=<!-- TMPL_VAR NAME=startfrom -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME=number -->.gif" border=0></a>
  				<!-- /TMPL_IF -->
  			<!-- /TMPL_LOOP -->
  			<!-- TMPL_IF NAME=displaynext -->
! 				<a href=search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search><img src="/intranet-tmpl/default/images/numbers/next.gif" border=0></a>
! 			<!-- /TMPL_IF -->
  		</p>
  	</div>	

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/result.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** result.tmpl	12 May 2005 19:26:14 -0000	1.1
--- result.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 22,28 ****
  		<p>
  			<!-- TMPL_IF name=total -->
! 			&nbsp<b>Treffer <i><!-- TMPL_VAR name="from" --></i> von <i><!-- TMPL_VAR name="to" --></i></b><br><br>
  			<!-- TMPL_ELSE -->
! 			&nbsp; Kein Ergebnis gefunden.<br>
  			<!-- /TMPL_IF -->
  		</p>
--- 22,28 ----
  		<p>
  			<!-- TMPL_IF name=total -->
! 			&nbsp<b>Treffer <i><!-- TMPL_VAR name="from" --></i> bis <i><!-- TMPL_VAR name="to" --></i></b><br><br>
  			<!-- TMPL_ELSE -->
! 			&nbsp;Kein Ergebnis gefunden.<br>
  			<!-- /TMPL_IF -->
  		</p>
***************
*** 42,46 ****
  						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
--- 42,46 ----
  						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" -->s<!-- /TMPL_IF -->
  						<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
***************
*** 48,52 ****
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
! 						<a class="transparent" href="#" onclick="GetIt('<!-- TMPL_VAR NAME="biblionumber" -->','<!-- TMPL_VAR name="title" escape="URL" -->') ">Get it!</a>
  				</td>
  			</tr>
--- 48,52 ----
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
! 						<a class="transparent" href="#" onclick="GetIt('<!-- TMPL_VAR NAME="biblionumber" -->','<!-- TMPL_VAR name="title" escape="URL" -->') ">W&auml;hlen</a>
  				</td>
  			</tr>

Index: search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/search.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** search.tmpl	12 May 2005 19:26:14 -0000	1.1
--- search.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 26,30 ****
  				<option value="100">100</option>
  			</select>
! 		bestellt von
  			<select name="orderby" size="1">
  				<option value="biblio.title">Titel</option>
--- 26,30 ----
  				<option value="100">100</option>
  			</select>
! 		sortiert nach
  			<select name="orderby" size="1">
  				<option value="biblio.title">Titel</option>

Index: searchresultlist.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/searchresultlist.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** searchresultlist.tmpl	12 May 2005 19:26:14 -0000	1.1
--- searchresultlist.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 1,5 ****
  <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Authority search results</h1>
  	<div id="resultnumber">
  		<p>
--- 1,5 ----
  <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
  <div id="mainbloc">
! 	<h1 class="authority">Authority Suchergebnisse</h1>
  	<div id="resultnumber">
  		<p>
***************
*** 22,28 ****
  		<p>
  			<!-- TMPL_IF name=total -->
! 			&nbsp<b>Treffer <i><!-- TMPL_VAR name="from" --></i> von <i><!-- TMPL_VAR name="to" --></i></b><br><br>
  			<!-- TMPL_ELSE -->
! 			&nbsp; Kein Ergebnis gefunden.<br>
  			<!-- /TMPL_IF -->
  		</p>
--- 22,28 ----
  		<p>
  			<!-- TMPL_IF name=total -->
! 			&nbsp<b>Treffer <i><!-- TMPL_VAR name="from" --></i> bis <i><!-- TMPL_VAR name="to" --></i></b><br><br>
  			<!-- TMPL_ELSE -->
! 			&nbsp;Kein Ergebnis gefunden.<br>
  			<!-- /TMPL_IF -->
  		</p>
***************
*** 32,37 ****
  			<tr>
  				<th class="authority">Zusammenfassung</th>
! 				<th class="authority">Used</th>
! 				<th class="authority">Zeige</th>
  				<th class="authority">L&ouml;schen</th>
  			</tr>
--- 32,37 ----
  			<tr>
  				<th class="authority">Zusammenfassung</th>
! 				<th class="authority">Nutzung</th>
! 				<th class="authority">Zeigen</th>
  				<th class="authority">L&ouml;schen</th>
  			</tr>
***************
*** 42,46 ****
  					<td>
  						<a href="detail.pl?authid=<!-- TMPL_VAR name="authid" -->">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR name="authid" -->" title="Authority number<!-- TMPL_VAR name="authid" -->">
  						</a>
  					</td>
--- 42,46 ----
  					<td>
  						<a href="detail.pl?authid=<!-- TMPL_VAR name="authid" -->">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority Nummer <!-- TMPL_VAR name="authid" -->" title="Authority Nummer <!-- TMPL_VAR name="authid" -->">
  						</a>
  					</td>

Index: serial-issues.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/serial-issues.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** serial-issues.tmpl	12 May 2005 19:26:14 -0000	1.1
--- serial-issues.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 2,72 ****
  <!--------------------------MAIN BODY OF PAGE-------------------------->
  <div id="mainbloc">
! <h1 class="catalogue">Ausleihen f&uuml;r eine Abo</h1>
  <a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Biblio</a>
  <form method="post" name="f">
  <div id="bloc25">
  	<h2 class="catalogue">Abo-Informationen</h2>
! 		<p>For <b><!-- TMPL_VAR name="bibliotitle" --></b> that began on <b><!-- TMPL_VAR name="startdate" --></b> and is issued every  <b>
  		<!--TMPL_IF name="periodicity1" -->
! 				Tag
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity2" -->
! 				Woche
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity3" -->
! 				2 Wochen
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity4" -->
! 				3 Wochen
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity5" -->
! 				Monat
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity6" -->
! 				2 Monate
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity7" -->
! 				3 Monate
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity8" -->
! 				quarter
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity9" -->
! 				2 Quartale
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity10" -->
! 				Jahr
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity11" -->
! 				2 Jahre
  		<!-- /TMPL_IF -->
  		</b>
! 		on
  		<b>
  		<!--TMPL_IF name="arrival1" -->
! 			Montag
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival2" -->
! 				Dienstag
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival3" -->
! 				Mittwoch
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival4" -->
! 				Donnerstag
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival5" -->
! 				Freitag
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival6" -->
! 				Samstag
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival7" -->
! 				Sonntag
  		<!-- /TMPL_IF -->
  		</b>
  		</p>
! 		<p>(Abonnement f&uuml;r 
! 			<!-- TMPL_IF name="numberlength" -->Ausleihen<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> Wochen<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> Monate<!-- /TMPL_IF -->
--- 2,72 ----
  <!--------------------------MAIN BODY OF PAGE-------------------------->
  <div id="mainbloc">
! <h1 class="catalogue">Informationen zum Abo</h1>
  <a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Biblio</a>
  <form method="post" name="f">
  <div id="bloc25">
  	<h2 class="catalogue">Abo-Informationen</h2>
! 		<p>f&uuml;r <b><!-- TMPL_VAR name="bibliotitle" --></b>, abboniert seit <b><!-- TMPL_VAR name="startdate" --></b>, erscheint <b>
  		<!--TMPL_IF name="periodicity1" -->
! 				t&auml;glich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity2" -->
! 				w&ouml;chentlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity3" -->
! 				2 w&ouml;chentlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity4" -->
! 				3 w&ouml;chentlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity5" -->
! 				monatlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity6" -->
! 				2 monatlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity7" -->
! 				3 monatlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity8" -->
! 				quartalsweise
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity9" -->
! 				halbj&auml;hrlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity10" -->
! 				j&auml;hrlich
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="periodicity11" -->
! 				2 j&auml;hrlich
  		<!-- /TMPL_IF -->
  		</b>
! 		jeweils
  		<b>
  		<!--TMPL_IF name="arrival1" -->
! 			Montags
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival2" -->
! 				Dienstags
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival3" -->
! 				Mittwochs
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival4" -->
! 				Donnerstags
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival5" -->
! 				Freitags
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival6" -->
! 				Samstags
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival7" -->
! 				Sonntags
  		<!-- /TMPL_IF -->
  		</b>
  		</p>
! 		<p>(Abonniert f&uuml;r 
! 			<!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> Ausgaben<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> Wochen<!-- /TMPL_IF -->
  			<!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> Monate<!-- /TMPL_IF -->
***************
*** 76,80 ****
  </div>
  <div id="bloc25">
! 	<h2 class="catalogue">Gesamtausleihe</h2>
  	<p>
  		<!-- TMPL_VAR name="librariannote" -->
--- 76,80 ----
  </div>
  <div id="bloc25">
! 	<h2 class="catalogue">Bemerkungen</h2>
  	<p>
  		<!-- TMPL_VAR name="librariannote" -->

Index: statecollection.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/statecollection.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** statecollection.tmpl	12 May 2005 19:26:14 -0000	1.1
--- statecollection.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 7,11 ****
  
  <div id="bloc25">
! <h2 class="bull">waited or late numbers</h2>
  	<form method="post" name="f" action="statecollection.pl">
  		<input type="hidden" name="op" value="serialchangestatus">
--- 7,11 ----
  
  <div id="bloc25">
! <h2 class="bull">versp&auml;tete Ausgaben</h2>
  	<form method="post" name="f" action="statecollection.pl">
  		<input type="hidden" name="op" value="serialchangestatus">
***************
*** 16,20 ****
  	<tr>
  		<th class="bull">
! 			Numbered
  		</th>
  		<th class="bull">
--- 16,20 ----
  	<tr>
  		<th class="bull">
! 			Ausgabe
  		</th>
  		<th class="bull">
***************
*** 35,57 ****
  			<td>
  				<input type="hidden" name="serialid" value="<!-- TMPL_VAR name="serialid" -->">
! 				<select name="status" size="1">
! 					<!--TMPL_IF name="status1" -->
! 						<option value="1" selected>Waited</option>
! 					<!-- /TMPL_IF -->
! 					<!--TMPL_IF name="status2" -->
! 						<option value="2" selected>Eingegangen</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="2">Eingegangen</option>
! 					<!-- /TMPL_IF -->
! 					<!--TMPL_IF name="status3" -->
! 						<option value="3" selected>Late</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="3">Late</option>
! 					<!-- /TMPL_IF -->
! 					<!--TMPL_IF name="status4" -->
! 						<option value="4" selected>&Uuml;berf&auml;llig</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="4">&Uuml;berf&auml;llig</option>
! 					<!-- /TMPL_IF -->
  				</select>
  			</td>
--- 35,43 ----
  			<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>
  			</td>
***************
*** 61,65 ****
  		<tr>
  			<td>
! 				Manual issue <input type="text" name="serialseq" size=30 maxlength=100>
  			</td>
  			<td>
--- 47,51 ----
  		<tr>
  			<td>
! 				Manuelle Ausgabe <input type="text" name="serialseq" size=30 maxlength=100>
  			</td>
  			<td>
***************
*** 69,75 ****
  				<input type="hidden" name="serialid" value="0">
  				<select name="status" size="1">
! 						<option value="2">Eingegangen</option>
! 						<option value="3" selected>Late</option>
! 						<option value="4">&Uuml;berf&auml;llig</option>
  				</select>
  			</td>
--- 55,62 ----
  				<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>
  				</select>
  			</td>
***************
*** 94,102 ****
  		<p><label class="label100">Anfangsdatum (*)</label><input type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->"></p>
  		<p><label class="label100">Enddatum</label><input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
! 		<p>Recieved issues</p>
  		<p>&nbsp;<textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR name="recievedlist" --></textarea></p>
! 		<p>&uuml;berf&auml;llige Medien</p>
  		<p>&nbsp;<textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
! 		<p>Opac's note</p>
  		<p>&nbsp;<textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>
  		<input type="submit" value="&Auml;nderungen speichern" class="button bull">
--- 81,89 ----
  		<p><label class="label100">Anfangsdatum (*)</label><input type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->"></p>
  		<p><label class="label100">Enddatum</label><input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
! 		<p>erhaltene Ausgaben</p>
  		<p>&nbsp;<textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR name="recievedlist" --></textarea></p>
! 		<p>&uuml;berf&auml;llige Ausgaben</p>
  		<p>&nbsp;<textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
! 		<p>Benemrkung im OPAC</p>
  		<p>&nbsp;<textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>
  		<input type="submit" value="&Auml;nderungen speichern" class="button bull">

Index: subscription-add.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/subscription-add.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** subscription-add.tmpl	12 May 2005 19:26:14 -0000	1.1
--- subscription-add.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 21,25 ****
  		<p class="problem">Warnung</p>
  		<ul>
! 			<li>Denken Sie daran, da&szlig; vor dem Anlegen eines Abos ein Biblio angelegt sein mu&szlig;</li>
  			<li>Ebenfalls m&uuml;ssen Sie einen Lieferanten ausgew&auml;hlt haben, wenn Sie versp&auml;tete Lieferungen sehen wollen</li>
  		</ul>
--- 21,25 ----
  		<p class="problem">Warnung</p>
  		<ul>
! 			<li>Denken Sie daran, dass vor dem Anlegen eines Abos ein Biblio angelegt werden muss</li>
  			<li>Ebenfalls m&uuml;ssen Sie einen Lieferanten ausgew&auml;hlt haben, wenn Sie versp&auml;tete Lieferungen sehen wollen</li>
  		</ul>
***************
*** 30,130 ****
  	<p><label class="label100">Frequenz (*)</label>
  			<select name="periodicity" size="1">
! 				<option value="" selected>Unbekannt</option>
! 				<!-- TMPL_IF name="periodicity1" -->
! 					<option value="1" selected>1/Tag</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="1">1/Tag</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity2" -->
! 					<option value="2" selected>1/Woche</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="2">1/Woche</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity3" -->
! 					<option value="3" selected>1/2 weeks (2/month)</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="3">1/2 weeks (2/months)</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity4" -->
! 					<option value="4" selected>1/3 Wochen</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="4">1/3 Wochen</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity5" -->
! 					<option value="5" selected>1/Monat</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="5">1/Monat</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity6" -->
! 					<option value="6" selected>1/2 months (6/year)</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="6">1/2 months (6/year)</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity7" -->
! 					<option value="7" selected>1/3 months (1/quarter)</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="7">1/3 months (1/quarter)</option>
! 				<!-- /TMPL_IF -->
  				<!-- periodicity8 is 1/quarter, exactly like periodicity7 -->
! 				<!-- TMPL_IF name="periodicity9" -->
! 					<option value="9" selected>2/years</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="9">2/years</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity10" -->
! 					<option value="10" selected>1/Jahr</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="10">1/Jahr</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity11" -->
! 					<option value="11" selected>1/2 Jahre</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="11">1/2 Jahre</option>
! 				<!-- /TMPL_IF -->
  			</select>
  	</p>
! 	<p><label class="label100">Lieferung am</label>
  			<select name="dow" size="1">
! 				<option value="">Keine</option>
! 				<!-- TMPL_IF name="dow1" -->
! 					<option value="1" selected>Montag</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="1">Montag</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dow2" -->
! 					<option value="2" selected>Dienstag</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="2">Dienstag</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dow3" -->
! 					<option value="3" selected>Mittwoch</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="3">Mittwoch</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dow4" -->
! 					<option value="4" selected>Donnerstag</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="4">Donnerstag</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dow5" -->
! 					<option value="5" selected>Freitag</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="5">Freitag</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dow6" -->
! 					<option value="6" selected>Samstag</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="6">Samstag</option>
! 				<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="dow7" -->
! 					<option value="7" selected>Sonntag</option>
! 				<!-- TMPL_ELSE -->
! 					<option value="7">Sonntag</option>
! 				<!-- /TMPL_IF -->
  			</select>
  </div>
  <div id="bloc25">
  	<h2 class="bull">Abo-Dauer</h2>
! 	<p>* 1 Feld ausf&uuml;llen</p>
  	<ul>
  		<p><label class="label100">Anzahl der Hefte</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
--- 30,62 ----
  	<p><label class="label100">Frequenz (*)</label>
  			<select name="periodicity" size="1">
! 				<option value="" selected>Unbekannt</option>				
! 				<option value="1"<!-- TMPL_IF name="periodicity1" --> selected<!-- /TMPL_IF -->>t&auml;glich</option>
! 				<option value="2"<!-- TMPL_IF name="periodicity2" --> selected<!-- /TMPL_IF -->>w&ouml;chentlich</option>
! 				<option value="3"<!-- TMPL_IF name="periodicity3" --> selected<!-- /TMPL_IF -->>2 w&ouml;chentlich</option>
! 				<option value="4"<!-- TMPL_IF name="periodicity4" --> selected<!-- /TMPL_IF -->>3 w&ouml;chentlich</option>
! 				<option value="5"<!-- TMPL_IF name="periodicity5" --> selected<!-- /TMPL_IF -->>monatlich</option>
! 				<option value="6"<!-- TMPL_IF name="periodicity6" --> selected<!-- /TMPL_IF -->>2 monatlich</option>
! 				<option value="7"<!-- TMPL_IF name="periodicity7" --> selected<!-- /TMPL_IF -->>quartalsweise</option>
  				<!-- periodicity8 is 1/quarter, exactly like periodicity7 -->
! 				<option value="9"<!-- TMPL_IF name="periodicity9" --> selected<!-- /TMPL_IF -->>halbj&auml;hrlich</option>
! 				<option value="10"<!-- TMPL_IF name="periodicity10" --> selected<!-- /TMPL_IF -->>j&auml;hrlich</option>
! 				<option value="11"<!-- TMPL_IF name="periodicity11" --> selected<!-- /TMPL_IF -->>2 j&auml;hrlich</option>
  			</select>
  	</p>
! 	<p><label class="label100">Lieferung</label>
  			<select name="dow" size="1">
! 				<option value="">unbekannt</option>
! 				<option value="1"<!-- TMPL_IF name="dow1" --> selected<!-- /TMPL_IF -->>Montag</option>
! 				<option value="2"<!-- TMPL_IF name="dow2" --> selected<!-- /TMPL_IF -->>Dienstag</option>
! 				<option value="3"<!-- TMPL_IF name="dow3" --> selected<!-- /TMPL_IF -->>Mittwoch</option>
! 				<option value="4"<!-- TMPL_IF name="dow4" --> selected<!-- /TMPL_IF -->>Donnerstag</option>
! 				<option value="5"<!-- TMPL_IF name="dow5" --> selected<!-- /TMPL_IF -->>Freitag</option>
! 				<option value="6"<!-- TMPL_IF name="dow6" --> selected<!-- /TMPL_IF -->>Samstag</option>
! 				<option value="7"<!-- TMPL_IF name="dow7" --> selected<!-- /TMPL_IF -->>Sonntag</option>
  			</select>
  </div>
  <div id="bloc25">
  	<h2 class="bull">Abo-Dauer</h2>
! 	<p>nur ein Feld ausf&uuml;llen</p>
  	<ul>
  		<p><label class="label100">Anzahl der Hefte</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
***************
*** 134,140 ****
  </div>
  <div id="bloc25">
! 	<h2 class="bull">Numbering calculation</h2>
  	<p>
! 		<p>Numbering formula: <input type="text" name="numberingmethod" value="<!-- TMPL_VAR name="numberingmethod" -->"></p>
  		<table class="small">
  			<tr>
--- 66,72 ----
  </div>
  <div id="bloc25">
! 	<h2 class="bull">Generierung der Inventarnummern</h2>
  	<p>
! 		<p>Nummerierungs-Formel: <input type="text" name="numberingmethod" value="<!-- TMPL_VAR name="numberingmethod" -->"></p>
  		<table class="small">
  			<tr>
***************
*** 145,149 ****
  			</tr>
  			<tr>
! 				<td class="bull">Hinzuf&uuml;gen</td>
  				<td>
  					<input type="text" name="add1" value="<!-- TMPL_VAR name="add1" -->">
--- 77,81 ----
  			</tr>
  			<tr>
! 				<td class="bull">erh&ouml;hen um</td>
  				<td>
  					<input type="text" name="add1" value="<!-- TMPL_VAR name="add1" -->">
***************
*** 157,161 ****
  			</tr>
  			<tr>
! 				<td class="bull">Einmal alle</td>
  				<td><input type="text" name="every1" value="<!-- TMPL_VAR name="every1" -->"></td>
  				<td><input type="text" name="every2" value="<!-- TMPL_VAR name="every2" -->"></td>
--- 89,93 ----
  			</tr>
  			<tr>
! 				<td class="bull">nach jeweils</td>
  				<td><input type="text" name="every1" value="<!-- TMPL_VAR name="every1" -->"></td>
  				<td><input type="text" name="every2" value="<!-- TMPL_VAR name="every2" -->"></td>
***************
*** 170,174 ****
  			<!-- TMPL_IF name="mod" -->
  			<tr>
! 				<td class="bull">The loop is for instance</td>
  				<td><input type="text" name="innerloop1" value="<!-- TMPL_VAR name="innerloop1" -->"></td>
  				<td><input type="text" name="innerloop2" value="<!-- TMPL_VAR name="innerloop2" -->"></td>
--- 102,106 ----
  			<!-- TMPL_IF name="mod" -->
  			<tr>
! 				<td class="bull">Die Schleife ist</td>
  				<td><input type="text" name="innerloop1" value="<!-- TMPL_VAR name="innerloop1" -->"></td>
  				<td><input type="text" name="innerloop2" value="<!-- TMPL_VAR name="innerloop2" -->"></td>
***************
*** 185,189 ****
  				<td class="bull">
  					<!-- TMPL_IF name="mod" -->
! 						Last value
  					<!-- TMPL_ELSE -->
  						Beginnt mit
--- 117,121 ----
  				<td class="bull">
  					<!-- TMPL_IF name="mod" -->
! 						Letzter generierter Wert
  					<!-- TMPL_ELSE -->
  						Beginnt mit
***************
*** 229,233 ****
  else
  {
!  	alert('field marked with * are mandatory');
  }
  	return false;
--- 161,165 ----
  else
  {
!  	alert('Bitte f&uuml;llen sie alle Pflichtfelder aus');
  }
  	return false;

Index: subscription-bib-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/subscription-bib-search.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** subscription-bib-search.tmpl	12 May 2005 19:26:14 -0000	1.1
--- subscription-bib-search.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 2,6 ****
  <div id="mainbloc">
  
! <h1 class="authority">Bib search</h1>
  
  <form name="f" method="post">
--- 2,6 ----
  <div id="mainbloc">
  
! <h1 class="authority">Biblio Suche</h1>
  
  <form name="f" method="post">
***************
*** 15,19 ****
  		</p>
  		<p>
! 			<label class="label100">Search value</label>
  			<input type="text" name="value" value="<!-- TMPL_VAR name="value" -->">
  			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->">
--- 15,19 ----
  		</p>
  		<p>
! 			<label class="label100">Suchbegriff</label>
  			<input type="text" name="value" value="<!-- TMPL_VAR name="value" -->">
  			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->">

Index: subscription-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/subscription-detail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** subscription-detail.tmpl	12 May 2005 19:26:14 -0000	1.1
--- subscription-detail.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 3,7 ****
  <div id="mainbloc">
  <h1 class="bull">Abonnement</h1>
! <a href="subscription-add.pl?op=mod&subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Edit</a> <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Issues</a> <a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button bull">Biblio</a>
  <!-- TMPL_UNLESS name="totalissues" -->
  		<a href="javascript:confirm_deletion()" class="button bull">
--- 3,7 ----
  <div id="mainbloc">
  <h1 class="bull">Abonnement</h1>
! <a href="subscription-add.pl?op=mod&subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Bearbeiten</a> <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Ausgaben</a> <a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button bull">Biblio</a>
  <!-- TMPL_UNLESS name="totalissues" -->
  		<a href="javascript:confirm_deletion()" class="button bull">
***************
*** 12,94 ****
  <div id="bloc25">
  	<h2 class="bull">Abo-Informationen</h2>
! 		<p>Librarian identity :</td><td> <!-- TMPL_VAR name="librarian" --></p>
! 		<p><label>Lieferant </label><!-- TMPL_VAR name="aqbooksellername" --></p>
  		<p><label>Cost</label><!-- TMPL_VAR name="cost" --></p>
! 		<p><label>Etat </label><!-- TMPL_VAR name="bookfundid" --></p>
  		<p><label>Biblio</label><i>(<!-- TMPL_VAR name="biblionumber" -->)</i> <!-- TMPL_VAR name="bibliotitle" --></p>
! 		<p><label>Bemerkung:</label><!-- TMPL_VAR name="notes" --></p>
  </div>
  <div id="bloc25">
  	<h2 class="bull">Planung</h2>
! 	<p><label class="label100">Anfangsdatum</label> <!-- TMPL_VAR name="startdate" --></p>
! 	<p><label class="label100">Frequenz (*):</label>
! 		<!--TMPL_IF name="periodicity1" -->
! 				1/Tag
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity2" -->
! 				1/Woche
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity3" -->
! 				1/2 Wochen
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity4" -->
! 				1/3 Wochen
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity5" -->
! 				1/Monat
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity6" -->
! 				1/2 Months (6/year)
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity7" -->
! 				1/Quartal
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity8" -->
! 				1/Quartal
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity9" -->
! 				2/year
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity10" -->
! 				1/Jahr
! 		<!-- /TMPL_IF -->
! 		<!--TMPL_IF name="periodicity11" -->
! 				1/2 Jahre
! 		<!-- /TMPL_IF -->
  	</p>
- 	<p><label class="label100">Lieferung am:</label>
- 		<!--TMPL_IF name="arrival1" -->
- 			Montag
- 		<!-- /TMPL_IF -->
- 		<!--TMPL_IF name="arrival2" -->
- 				Dienstag
- 		<!-- /TMPL_IF -->
- 		<!--TMPL_IF name="arrival3" -->
- 				Mittwoch
- 		<!-- /TMPL_IF -->
- 		<!--TMPL_IF name="arrival4" -->
- 				Donnerstag
- 		<!-- /TMPL_IF -->
- 		<!--TMPL_IF name="arrival5" -->
- 				Freitag
- 		<!-- /TMPL_IF -->
- 		<!--TMPL_IF name="arrival6" -->
- 				Samstag
- 		<!-- /TMPL_IF -->
- 		<!--TMPL_IF name="arrival7" -->
- 				Sonntag
- 		<!-- /TMPL_IF -->
- </div>
- <div id="bloc25">
- 	<h2 class="bull">Abo-Dauer</h2>
- 	<p><label class="label100">Anzahl der Hefte</label><!-- TMPL_VAR name="numberlength" --></p>
- 	<p><label class="label100">Anzahl der Wochen</label><!-- TMPL_VAR name="weeklength" --></p>
- 	<p><label class="label100">Anzahl der Monate</label><!-- TMPL_VAR name="monthlength" --></p>
  
  </div>
  <div id="bloc25">
! 	<h2 class="bull">Numbering calculation</h2>
  	<p>
! 		<p>Numbering formula: <!-- TMPL_VAR name="numberingmethod" --></p>
  		<table class="small" width="20%">
  			<tr>
--- 12,59 ----
  <div id="bloc25">
  	<h2 class="bull">Abo-Informationen</h2>
! 		<p><label>Bibliothekar</label><!-- TMPL_VAR name="librarian" --></p>
! 		<p><label>Lieferant</label><!-- TMPL_VAR name="aqbooksellername" --></p>
  		<p><label>Cost</label><!-- TMPL_VAR name="cost" --></p>
! 		<p><label>Etat</label><!-- TMPL_VAR name="bookfundid" --></p>
  		<p><label>Biblio</label><i>(<!-- TMPL_VAR name="biblionumber" -->)</i> <!-- TMPL_VAR name="bibliotitle" --></p>
! 		<p><label>Bemerkung</label><!-- TMPL_VAR name="notes" --></p>
  </div>
  <div id="bloc25">
  	<h2 class="bull">Planung</h2>
! 	<p><label class="label100">Anfangsdatum</label> <input type="text" name="startdate" value="<!-- TMPL_VAR name="startdate" -->" size=13 maxlength=10></p>
! 	<p><label class="label100">Frequenz: </label>				
! 				<!-- TMPL_IF name="periodicity1" --> t&auml;glich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity2" --> w&ouml;chentlich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity3" --> 2 w&ouml;chentlich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity4" --> 3 w&ouml;chentlich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity5" --> monatlich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity6" --> 2 monatlich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity7" --> quartalsweise<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity9" --> halbj&auml;hrlich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity10" -->j&auml;hrlich<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="periodicity11" -->2 j&auml;hrlich<!-- /TMPL_IF -->
! 			</select>
! 	</p>
! 	<p><label class="label100">Lieferung immer</label>
! 				<!-- TMPL_IF name="arrival1" -->Montag    <!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="arrival2" -->Dienstag  <!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="arrival3" -->Mittwoch  <!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="arrival4" -->Donnerstag<!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="arrival5" -->Freitag   <!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="arrival6" -->Samstag   <!-- /TMPL_IF -->
! 				<!-- TMPL_IF name="arrival7" -->Sonntag   <!-- /TMPL_IF -->
! 			</select>
! 
! 	<p>Abonniert f&uuml;r&nbsp;
! 		<!-- TMLP_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" -->&nbsp;Hefte<!-- /TMPL_IF -->
! 		<!-- TMLP_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" -->&nbsp;Wochen<!-- /TMPL_IF -->
! 		<!-- TMLP_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" -->&nbsp;Monate<!-- /TMPL_IF -->
  	</p>
  
  </div>
  <div id="bloc25">
! 	<h2 class="bull">Generierung der Inventarnummern</h2>
  	<p>
! 		<p>Nummerierungs-Formel: <!-- TMPL_VAR name="numberingmethod" --></p>
  		<table class="small" width="20%">
  			<tr>
***************
*** 99,103 ****
  			</tr>
  			<tr>
! 				<td class="bull">Hinzuf&uuml;gen</td>
  				<td>
  					<!-- TMPL_VAR name="add1" -->
--- 64,68 ----
  			</tr>
  			<tr>
! 				<td class="bull">erh&ouml;hen um</td>
  				<td>
  					<!-- TMPL_VAR name="add1" -->
***************
*** 111,115 ****
  			</tr>
  			<tr>
! 				<td class="bull">Einmal alle</td>
  				<td><!-- TMPL_VAR name="every1" --></td>
  				<td><!-- TMPL_VAR name="every2" --></td>
--- 76,80 ----
  			</tr>
  			<tr>
! 				<td class="bull">nach jeweils</td>
  				<td><!-- TMPL_VAR name="every1" --></td>
  				<td><!-- TMPL_VAR name="every2" --></td>
***************
*** 133,137 ****
  			<tr>
  				<td class="bull">
! 						Last value
  				</td>
  				<td><!-- TMPL_VAR name="lastvalue1" --></td>
--- 98,102 ----
  			<tr>
  				<td class="bull">
! 					Letzter generierter Wert
  				</td>
  				<td><!-- TMPL_VAR name="lastvalue1" --></td>
***************
*** 142,150 ****
  </div>
  <div id="bloc25">
! 	<h2 class="bull">Ausleihen</h2>
  	<table class="small">
  	<tr>
  		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Heftnummer&nbsp;&nbsp;&nbsp;&nbsp;</th>
! 		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Planned date&nbsp;&nbsp;&nbsp;&nbsp;</th>
  		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Status&nbsp;&nbsp;&nbsp;&nbsp;</th>
  	</tr>
--- 107,115 ----
  </div>
  <div id="bloc25">
! 	<h2 class="bull">Ausgaben</h2>
  	<table class="small">
  	<tr>
  		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Heftnummer&nbsp;&nbsp;&nbsp;&nbsp;</th>
! 		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Erwartet am&nbsp;&nbsp;&nbsp;&nbsp;</th>
  		<th class="bull">&nbsp;&nbsp;&nbsp;&nbsp;Status&nbsp;&nbsp;&nbsp;&nbsp;</th>
  	</tr>
***************
*** 159,163 ****
  			<td>
  					<!--TMPL_IF name="status1" -->
! 						Waited
  					<!-- /TMPL_IF -->
  					<!--TMPL_IF name="status2" -->
--- 124,128 ----
  			<td>
  					<!--TMPL_IF name="status1" -->
! 						Erwartet
  					<!-- /TMPL_IF -->
  					<!--TMPL_IF name="status2" -->
***************
*** 165,169 ****
  					<!-- /TMPL_IF -->
  					<!--TMPL_IF name="status3" -->
! 						Late
  					<!-- /TMPL_IF -->
  					<!--TMPL_IF name="status4" -->
--- 130,134 ----
  					<!-- /TMPL_IF -->
  					<!--TMPL_IF name="status3" -->
! 						Versp&auml;tet
  					<!-- /TMPL_IF -->
  					<!--TMPL_IF name="status4" -->
***************
*** 180,184 ****
  function _(s) { return s } // dummy function for gettext
  function confirm_deletion() {
! 	var is_confirmed = confirm(_('Are you sure you want to delete this subscription?'));
  	if (is_confirmed) {
  		window.location="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&op=del";
--- 145,149 ----
  function _(s) { return s } // dummy function for gettext
  function confirm_deletion() {
! 	var is_confirmed = confirm(_('Wollen Sie dieses Abonnement wirklich löschen?'));
  	if (is_confirmed) {
  		window.location="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&op=del";

Index: subscription-renew.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/subscription-renew.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** subscription-renew.tmpl	12 May 2005 19:26:14 -0000	1.1
--- subscription-renew.tmpl	17 May 2005 13:21:35 -0000	1.2
***************
*** 8,17 ****
  		<input type="hidden" name="op" value="renew">
  		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
! 		<p><label class="label100">Anfangsdatum</label><input type="text" name="startdate" value="<!-- TMPL_VAR name="startdate" -->"></p>
! 		<p>Abo-Dauer :</p>
! 		<p><label class="label100">Number of num</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
! 		<p><label class="label100">Anzahl der Wochen</label><input type="text" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></p>
! 		<p><label class="label100">Anzahl der Monate</label><input type="text" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></p>
! 		<p>Note for the librarian that will manage your renewal request</p>
  		<ul><textarea name="note" rows="10" cols="60"></textarea></ul>
  		<input type="submit" value="bestellen oder verl&auml;ngern" class="button bull">
--- 8,17 ----
  		<input type="hidden" name="op" value="renew">
  		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
! 		<p><label class="label100">Verl&auml;ngerung ab</label><input type="text" name="startdate" value="<!-- TMPL_VAR name="startdate" -->"></p>
! 		<p>Verl&auml;ngerug f&uuml;r</p>
! 		<p><label class="label100">Anzahl von Ausgaben</label><input type="text" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></p>
! 		<p><label class="label100">Anzahl von Wochen</label><input type="text" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></p>
! 		<p><label class="label100">Anzahl von Monaten</label><input type="text" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></p>
! 		<p>Hinweis f&uuml;r den Bearbeiter</p>
  		<ul><textarea name="note" rows="10" cols="60"></textarea></ul>
  		<input type="submit" value="bestellen oder verl&auml;ngern" class="button bull">





More information about the Koha-cvs mailing list