[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.6.2.7,1.6.2.8

Owen Leonard oleonard at users.sourceforge.net
Thu Mar 31 00:57:37 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	circulation.tmpl 
Log Message:
Corrections to add member links

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v
retrieving revision 1.6.2.7
retrieving revision 1.6.2.8
diff -C2 -r1.6.2.7 -r1.6.2.8
*** circulation.tmpl	17 Feb 2005 21:02:14 -0000	1.6.2.7
--- circulation.tmpl	30 Mar 2005 22:57:34 -0000	1.6.2.8
***************
*** 98,102 ****
  	<!-- TMPL_IF NAME="message" -->
  	<div class="details">
! 	No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> <a href="/cgi-bin/koha/members/memberentry.pl?type=Add">Add a new patron</a>
  	</div>
  	<!-- /TMPL_IF -->
--- 98,102 ----
  	<!-- TMPL_IF NAME="message" -->
  	<div class="details">
! 	No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add">Add a new patron</a>
  	</div>
  	<!-- /TMPL_IF -->
***************
*** 115,119 ****
  	<p><!-- TMPL_VAR name="CGIselectborrower" --></p>
  	<p><input type="submit" class="submit" value="Select" /></p>
! 	<p>Patron not found? <a href="/cgi-bin/koha/memberentry.pl?type=Add">Add a new patron</a></p>
  	</form>
  	<!-- TMPL_ELSE -->
--- 115,119 ----
  	<p><!-- TMPL_VAR name="CGIselectborrower" --></p>
  	<p><input type="submit" class="submit" value="Select" /></p>
! 	<p>Patron not found? <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add">Add a new patron</a></p>
  	</form>
  	<!-- TMPL_ELSE -->
***************
*** 129,137 ****
  	</div>
  	<h3><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</h3>
! <h4> &nbsp; &nbsp; <!-- TMPL_VAR NAME="issuecount" --> out<!-- TMPL_IF NAME="overduecount" -->, <span class="error"><!-- TMPL_VAR name="overduecount" --> overdue</span><!-- /TMPL_IF --></h4><br clear="right" />
  
  <!-- TMPL_IF NAME="flagged" -->
  </div><div class="details">
  <ul>
  <!-- TMPL_IF NAME="gna" -->
  <li><span class="error">Address:</span> Patron's address in doubt</li>
--- 129,138 ----
  	</div>
  	<h3><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</h3>
! <h4> &nbsp; &nbsp; <!-- TMPL_VAR NAME="issuecount" --> out<!-- TMPL_IF NAME="overduecount" -->, <span class="error"><!-- TMPL_VAR name="overduecount" --> overdue</span><!-- /TMPL_IF --></h4> <!-- Display for NPL // <h4> &nbsp; &nbsp; <!-- TMPL_IF NAME="avcount" --><!-- TMPL_VAR NAME="avcount" --> AV Issues, <!-- TMPL_IF NAME="avflag" --><span class="error">AV Limit Reached!</span><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="avleftcount" --> More Allowed<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="avleftcount" --> AV Issues Allowed<!-- /TMPL_IF --> //Display for NPL --></h4><br clear="right" />
  
  <!-- TMPL_IF NAME="flagged" -->
  </div><div class="details">
  <ul>
+ <!-- Display for NPL // <!-- TMPL_IF NAME="avflag" --><li>Patron has reached the <span class="error">AV issue limit</span></li><!-- /TMPL_IF --> //Display for NPL -->
  <!-- TMPL_IF NAME="gna" -->
  <li><span class="error">Address:</span> Patron's address in doubt</li>
***************
*** 186,190 ****
  	<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="Issue" class="submit" /><!-- Display for NPL <input type="hidden" name="day" value="0" /><input type="hidden" name="month" value="0" /><input type="hidden" name="year" value="0" /> /Display for NPL -->
  	<!-- Hide from NPL	--><p>
  			<label for="day">Specify Due Date: </label><select name="day" id="day">
--- 187,191 ----
  	<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="Issue" class="submit" /><!-- Display for NPL --><input type="hidden" name="day" value="0" /><input type="hidden" name="month" value="0" /><input type="hidden" name="year" value="0" /> <!-- /Display for NPL -->
  	<!-- Hide from NPL	--><p>
  			<label for="day">Specify Due Date: </label><select name="day" id="day">
***************
*** 305,309 ****
  </form>
  
! <!-- TMPL_IF name="previssues" --><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /><!-- TMPL_LOOP NAME="previssues" --><input type="hidden" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y" /><!-- /TMPL_LOOP --><input type="submit" class="submit" value="Renew All" /></form><!-- /TMPL_IF -->
  	
  </div>
--- 306,310 ----
  </form>
  
! <!-- TMPL_IF name="previssues" --><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" value="circ" name="destination" /><input type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->" /><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /><!-- TMPL_LOOP NAME="previssues" --><input type="hidden" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y" /><!-- /TMPL_LOOP --><input type="submit" class="submit" value="Renew All" /></form><!-- /TMPL_IF -->
  	
  </div>





More information about the Koha-cvs mailing list