[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/bull statec... [rel_2_2]

Robert Lyon bob at katipo.co.nz
Mon Dec 4 06:32:10 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Robert Lyon <bob_lyon>	06/12/04 05:32:10

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/bull: statecollection.tmpl 
	                                     subscription-detail.tmpl 

Log message:
	Updating the templates for layout for the detail one - and adding check display for the other

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.13&r2=1.2.2.14
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-detail.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.6&r2=1.2.2.7

Patches:
Index: statecollection.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/Attic/statecollection.tmpl,v
retrieving revision 1.2.2.13
retrieving revision 1.2.2.14
diff -u -b -r1.2.2.13 -r1.2.2.14
--- statecollection.tmpl	24 Nov 2006 00:23:22 -0000	1.2.2.13
+++ statecollection.tmpl	4 Dec 2006 05:32:10 -0000	1.2.2.14
@@ -4,6 +4,15 @@
 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
 
 <div id="main">
+<!-- TMPL_IF NAME="parameter_check" -->
+<h2 class="error">Error:</h2>
+<p>The following koha2marclinks need to be set for this to work properly:</p>
+<ul>
+<!-- TMPL_LOOP NAME="parameter_check" -->
+<li><!-- TMPL_VAR NAME="errorline" -->
+<!-- /TMPL_LOOP -->
+</ul>
+<!-- /TMPL_IF -->
 <div class="data"><h1>Receive Issues for <!-- TMPL_VAR name="bibliotitle" --></h1>
 
 <form class="inline" method="get" action="subscription-detail.pl">

Index: subscription-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/Attic/subscription-detail.tmpl,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -b -r1.2.2.6 -r1.2.2.7
--- subscription-detail.tmpl	24 Nov 2006 00:23:22 -0000	1.2.2.6
+++ subscription-detail.tmpl	4 Dec 2006 05:32:10 -0000	1.2.2.7
@@ -310,14 +310,15 @@
        <!--/TMPL_IF-->
        </tr>
        </table>
+       <table>
        <!-- TMPL_IF NAME="irregularity" -->
-       <p>Irregularity:
-               <div id="irreg"></div>
-       </p>
-       <!-- /TMPL_IF -->
-       <p>Begins on:</label>
-               <!--TMPL_VAR name="startdate" -->
-       </p>
+       <tr><td>Irregularity:</td>
+           <td><div id="irreg"></div></td></tr>
+       <!-- /TMPL_IF -->
+       <tr><td>Begins on:</td>
+           <td><!--TMPL_VAR name="startdate" --></td>
+       </tr>
+       </table>
        </form>
 
 





More information about the Koha-cvs mailing list