[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week]
From: |
Kyle Hall |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week] |
Date: |
Tue, 22 May 2007 17:21:14 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Kyle Hall <kylemhall> 07/05/22 17:21:14
Modified files:
koha-tmpl/intranet-tmpl/ccfls/en/circ: circulation.tmpl
Log message:
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.15&r2=1.1.2.1.2.16
Patches:
Index: circulation.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.1.2.1.2.15
retrieving revision 1.1.2.1.2.16
diff -u -b -r1.1.2.1.2.15 -r1.1.2.1.2.16
--- circulation.tmpl 22 May 2007 12:09:01 -0000 1.1.2.1.2.15
+++ circulation.tmpl 22 May 2007 17:21:14 -0000 1.1.2.1.2.16
@@ -162,6 +162,18 @@
<li>Category: <!-- TMPL_VAR name="categorycode" --></li>
<li>(<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR
name="borrowernumber" -->">details</a> / <a
href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR
name="borrowernumber" -->&modify=edit&destination=circ">edit</a>)</li>
</ul>
+
+<!-- TMPL_IF NAME="enrolledClubsAndServicesLoop" -->
+ <ul>
+ <li><strong>Clubs And Services:</strong></li>
+ <ul>
+ <!-- TMPL_LOOP NAME="enrolledClubsAndServicesLoop" -->
+ <li><!-- TMPL_VAR NAME="title" --> </li>
+ <!-- /TMPL_LOOP -->
+ </ul>
+ </ul>
+<!-- /TMPL_IF -->
+
</div>
<h4><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
(<!-- TMPL_VAR NAME="cardnumber" -->)
@@ -202,18 +214,6 @@
<!-- /TMPL_IF -->
</ul>
-<!-- TMPL_IF NAME="enrolledClubsAndServicesLoop" -->
- <ul>
- <li><strong>Clubs And Services:</strong></li>
- <ul>
- <!-- TMPL_LOOP NAME="enrolledClubsAndServicesLoop" -->
- <li><!-- TMPL_VAR NAME="title" --> </li>
- <!-- /TMPL_LOOP -->
- </ul>
- </ul>
-<!-- /TMPL_IF -->
-
-
<dl>
<!-- TMPL_IF name="waiting" -->
@@ -245,6 +245,7 @@
<!-- BARCODE ENTRY -->
<!-- TMPL_IF NAME="borrowernumber" -->
+
<div class="details">
<form method="post" action="/cgi-bin/koha/circ/circulation.pl"
name="mainform">
<label for="barcode">Enter Item Barcode: </label><input name="barcode"
size="14" maxlength="14" class="unfocus" onfocus="this.className='focus'"
onblur="this.className='unfocus'" /> <input type="submit" value="Checkout"
class="submit" />