[Top][All Lists]
[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.2,1.3 detail.tmpl,1.2,1.3 |
Date: |
Wed, 08 Jun 2005 12:18:55 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13911/koha-tmpl/intranet-tmpl/npl/en/authorities
Modified Files:
authorities.tmpl detail.tmpl
Log Message:
Synching with rel_2_2.
Index: authorities.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** authorities.tmpl 2 May 2005 18:15:31 -0000 1.2
--- authorities.tmpl 8 Jun 2005 19:18:52 -0000 1.3
***************
*** 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_VAR name="authtypetext" -->)</h1>
! <!-- TMPL_ELSE -->
! <h1>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="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" -->&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.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** detail.tmpl 2 May 2005 18:15:31 -0000 1.2
--- detail.tmpl 8 Jun 2005 19:18:52 -0000 1.3
***************
*** 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&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&authid=<!--
TMPL_VAR NAME="authid" -->";
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.2,1.3 detail.tmpl,1.2,1.3,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.4,1.5
- Next by Date:
[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
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.4,1.5
- Next by thread:
[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
- Index(es):