koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorit


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.1.2.1,1.1.2.2 detail.tmpl,1.1.2.1,1.1.2.2
Date: Wed, 08 Jun 2005 12:19:43 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14245/koha-tmpl/intranet-tmpl/npl/en/authorities

Modified Files:
      Tag: rel_2_2
        authorities.tmpl detail.tmpl 
Log Message:
Synching with default template

Index: authorities.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** authorities.tmpl    19 Apr 2005 19:13:34 -0000      1.1.2.1
--- authorities.tmpl    8 Jun 2005 19:19:40 -0000       1.1.2.2
***************
*** 9,23 ****
  
  <div class="tabbed">
!       <form method="post" name="f">
!       <h1>Authority number <!-- TMPL_VAR NAME="authid" --></h1>
        <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="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 -->
  <!--          <a href="javascript:PopupZ3950()" class="button 
authority">z3950 search</a> -->
--- 9,27 ----
  
  <div class="tabbed">
!       <form method="post" action="authorities.pl" name="f">
!       <!-- TMPL_IF name="authid" -->
!               <h1>Modify authority #<!-- TMPL_VAR NAME="authid" --> <!-- 
TMPL_IF NAME="authtypetext" -->(<!-- TMPL_VAR name="authtypetext" -->)<!-- 
/TMPL_IF --></h1>
!       <!-- TMPL_ELSE -->
!               <h1>Adding authority <!-- TMPL_IF NAME="authtypetext" -->(<!-- 
TMPL_VAR name="authtypetext" -->)<!-- /TMPL_IF --></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="Save" 
onClick="Check(this.form)" accesskey="w" class="submit" />
                <!-- TMPL_ELSE -->
!                       <input type="button" value="Add authority" 
onClick="Check(this.form)" accesskey="w" class="submit" />
                <!-- /TMPL_IF -->
  <!--          <a href="javascript:PopupZ3950()" class="button 
authority">z3950 search</a> -->
***************
*** 25,29 ****
  </div>
  
! <br><br><br><br><br><br><br><br><br><br><br>
  
  <!-- TMPL_LOOP NAME="0XX" -->
--- 29,42 ----
  </div>
  
! <!-- TMPL_IF name="duplicateauthid" -->
!       <div class="error">
!               <p>Duplicate suspected with <a 
href="javascript:openWindow('detail.pl?authid=<!-- TMPL_VAR 
name="duplicateauthid" -->&amp;popup=1', 'Duplicate 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" -->
***************
*** 172,177 ****
  
  function AddField(field) {
!       document.forms[0].op.value = "addfield";
!       document.forms[0].addfield_field.value=field;
        document.f.submit();
  }
--- 185,190 ----
  
  function AddField(field) {
!       document.forms[1].op.value = "addfield";
!       document.forms[1].addfield_field.value=field;
        document.f.submit();
  }

Index: detail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** detail.tmpl 19 Apr 2005 19:13:34 -0000      1.1.2.1
--- detail.tmpl 8 Jun 2005 19:19:40 -0000       1.1.2.2
***************
*** 8,12 ****
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/marc-editor.css">
  <div class="tabbed">
!       <h1>Authority number : <!-- TMPL_VAR NAME="authid" --></h1>
        <a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
                <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- 
TMPL_VAR NAME="theme" -->/images/fileopen.png">
--- 8,12 ----
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/marc-editor.css">
  <div class="tabbed">
!       <h1>Authority number : <!-- TMPL_VAR NAME="authid" -->  <!-- TMPL_IF 
NAME="authtypetext" -->(<!-- TMPL_VAR name="authtypetext" -->)<!-- /TMPL_IF 
--></h1>
        <a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
                <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- 
TMPL_VAR NAME="theme" -->/images/fileopen.png">
***************
*** 42,48 ****
  
  function confirm_deletion() {
!       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" -->";
        }
  }
--- 42,48 ----
  
  function confirm_deletion() {
!       var is_confirmed = confirm('Are you sure you want to delete this 
authority?');
        if (is_confirmed) {
!               window.location="authorities-home.pl?op=delete&amp;authid=<!-- 
TMPL_VAR NAME="authid" -->";
        }
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]