[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.35.2.2,1.35.2.3 |
Date: |
Fri, 18 Mar 2005 01:44:09 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1555/koha-tmpl/intranet-tmpl/default/en/circ
Modified Files:
Tag: rel_2_2
circulation.tmpl
Log Message:
* removing the onclick behaviour that opened a member page twice (in main
window & in a new popup)
* minor bugfix : showing itemcallnumber instead of dewey when a book is overdue
Index: circulation.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.35.2.2
retrieving revision 1.35.2.3
diff -C2 -r1.35.2.2 -r1.35.2.3
*** circulation.tmpl 11 Feb 2005 13:57:02 -0000 1.35.2.2
--- circulation.tmpl 18 Mar 2005 09:44:07 -0000 1.35.2.3
***************
*** 31,38 ****
<!-- TMPL_IF NAME="borrowernumber" -->
<h2 class="circulation">Borrower information</h2>
! <p>
! <a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR
NAME="borrowernumber" --> " onclick="openWindow(this,'Member', 480, 640)">
! <!-- TMPL_VAR NAME="firstname" --> <!--
TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR name="cardnumber" -->)
</a>
</p>
<p>
--- 31,39 ----
<!-- TMPL_IF NAME="borrowernumber" -->
<h2 class="circulation">Borrower information</h2>
! <p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR
NAME="surname" --> (<!-- TMPL_VAR name="cardnumber" -->)
! <a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR
NAME="borrowernumber" --> " class="button circulation">
! detail
</a>
+ <a
href="/cgi-bin/koha/members/memberentry.pl?bornum=<!-- TMPL_VAR
name="borrowernumber" -->&modify=edit&destination=circ" class="button
circulation">edit</a>
</p>
<p>
***************
*** 287,291 ****
<td class="problem"><!-- TMPL_VAR
NAME="title" --></td>
<td class="problem"><!-- TMPL_VAR
NAME="author" --></td>
! <td class="problem"><!-- TMPL_VAR
NAME="dewey" --> <!-- TMPL_VAR NAME="subclass" --></td>
<!-- TMPL_ELSE -->
<td>
--- 288,292 ----
<td class="problem"><!-- TMPL_VAR
NAME="title" --></td>
<td class="problem"><!-- TMPL_VAR
NAME="author" --></td>
! <td class="problem"><!-- TMPL_VAR
NAME="itemcallnumber" --></td>
<!-- TMPL_ELSE -->
<td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.35.2.2,1.35.2.3,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities auth_finder.tmpl,1.6.2.1,1.6.2.2 searchresultlist-auth.tmpl,1.5.2.1,1.5.2.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.34.2.1,1.34.2.2
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities auth_finder.tmpl,1.6.2.1,1.6.2.2 searchresultlist-auth.tmpl,1.5.2.1,1.5.2.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.34.2.1,1.34.2.2
- Index(es):