[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ circu... [rel_3_0]

paul poulain paul at koha-fr.org
Mon Nov 6 10:01:01 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/11/06 09:01:01

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/circ: circulation.tmpl 

Log message:
	coding rules compliance

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.6.2.6&r2=1.6.2.7

Patches:
Index: circulation.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl,v
retrieving revision 1.6.2.6
retrieving revision 1.6.2.7
diff -u -b -r1.6.2.6 -r1.6.2.7
--- circulation.tmpl	31 Oct 2006 17:19:30 -0000	1.6.2.6
+++ circulation.tmpl	6 Nov 2006 09:01:01 -0000	1.6.2.7
@@ -11,12 +11,14 @@
 <h1>Circulation: Issues</h1>
 
 <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO --> 	
-<h5>Circulation Parameters</h5>
+<fieldset>
+<legend>Circulation Parameters</legend>
 <ul>
   <li>Branch: <!-- TMPL_VAR NAME="branchname" --></li>
-  <li>Printer: <!-- TMPL_VAR NAME="printername" --></li> 
+  <!-- TMPL_IF name="printername" --><li>Printer: <!-- TMPL_VAR NAME="printername" --></li><!-- /TMPL_IF --> 
   <li><a href="selectbranchprinter.pl">Change Settings</a></li>
 </ul>
+</fieldset>
 	
 <!-- RESULT OF ISSUING REQUEST -->
 
@@ -751,6 +753,7 @@
   </p>
     <!-- /TMPL_IF --> <!-- todayissues -->
   <!-- TMPL_IF NAME="previssues" -->
+    <table>
       <tr>
         <th colspan="6"><a name="previous" id="previous">Previous Issues</a></th>
       </tr>





More information about the Koha-cvs mailing list