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/default/en/authorities auth


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities authorities.tmpl,1.6.2.1,1.6.2.2 detail.tmpl,1.3.2.1,1.3.2.2
Date: Mon, 30 May 2005 04:53:17 -0700

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

Modified Files:
      Tag: rel_2_2
        authorities.tmpl detail.tmpl 
Log Message:
adding authority type to authority detail screen & add/modify

Index: authorities.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** authorities.tmpl    28 Apr 2005 08:45:34 -0000      1.6.2.1
--- authorities.tmpl    30 May 2005 11:53:15 -0000      1.6.2.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">
***************
*** 175,180 ****
  
  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();
  }

Index: detail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/detail.tmpl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** detail.tmpl 7 Apr 2005 10:15:52 -0000       1.3.2.1
--- detail.tmpl 30 May 2005 11:53:15 -0000      1.3.2.2
***************
*** 2,6 ****
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/marc-editor.css">
  <div class="tabbed">
!       <h1 class="authority">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">
--- 2,6 ----
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/marc-editor.css">
  <div class="tabbed">
!       <h1 class="authority">Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- 
TMPL_VAR name="authtypetext" -->)</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">




reply via email to

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