[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/authorities authorities.tmpl,1.1,1.2

Friedrich zur Hellen hellen at users.sourceforge.net
Sat Jun 25 14:58:56 CEST 2005


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

Modified Files:
	authorities.tmpl 
Log Message:
adjustments for 2.2.3

Index: authorities.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/authorities/authorities.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** authorities.tmpl	12 May 2005 19:26:14 -0000	1.1
--- authorities.tmpl	25 Jun 2005 12:58:53 -0000	1.2
***************
*** 4,8 ****
  <div class="tabbed">
  	<form method="post" name="f">
! 	<h1 class="authority">Authority number <!-- TMPL_VAR NAME="authid" --></h1>
  	<p>
  		<input type="hidden" name="op" value="add">
--- 4,12 ----
  <div class="tabbed">
  	<form method="post" name="f">
! 	<!-- 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">
***************
*** 11,17 ****
  		<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">
  		<!-- TMPL_ELSE -->
! 			<input type="button" value="Authority hinzuf&uuml;gen" onclick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- /TMPL_IF -->
  	</p>
--- 15,21 ----
  		<input type="hidden" name="authid" value="<!-- TMPL_VAR NAME="authid" -->">
  		<!-- TMPL_IF name="authid" -->
! 			<input type="button" value="Save" onClick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- TMPL_ELSE -->
! 			<input type="button" value="Add authority" onClick="Check(this.form)" accesskey="w" class="button authority">
  		<!-- /TMPL_IF -->
  	</p>
***************
*** 19,22 ****
--- 23,36 ----
  
  <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" -->
***************
*** 133,138 ****
  		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)");
  		alert(alertString2);
  	} else {
--- 147,152 ----
  		alertString2  = _("Form not submitted because of the following problem(s)");
  		alertString2 += "\n------------------------------------------------------------------------------------\n";
! 		alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty");
! 		alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)");
  		alert(alertString2);
  	} else {
***************
*** 165,170 ****
  
  function AddField(field) {
! 	document.forms[0].op.value = "addfield";
! 	document.forms[0].addfield_field.value=field;
  	document.f.submit();
  }
--- 179,184 ----
  
  function AddField(field) {
! 	document.forms[1].op.value = "addfield";
! 	document.forms[1].addfield_field.value=field;
  	document.f.submit();
  }





More information about the Koha-cvs mailing list