koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials ro...


From: Robert Lyon
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials ro...
Date: Thu, 20 Jul 2006 04:00:54 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Robert Lyon <bob_lyon>  06/07/20 04:00:54

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/serials: routing.tmpl 

Log message:
        fixing includes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/routing.tmpl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: routing.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/routing.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- routing.tmpl        20 Jul 2006 03:51:28 -0000      1.1
+++ routing.tmpl        20 Jul 2006 04:00:54 -0000      1.2
@@ -1,4 +1,8 @@
-<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription edit<!--
+TMPL_INCLUDE NAME="doc-head-close.inc" -->
+
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!--TMPL_INCLUDE NAME="menu-serials.inc" -->
 
 <script language="javascript" type="text/javascript">
 <!--
@@ -12,9 +16,9 @@
 
 <div id="mainbloc">
 <!-- TMPL_IF NAME="op" -->
-<h1 class="bull">Create Routing List</h1>
+<h1>Create Routing List</h1>
 <!-- TMPL_ELSE -->
-<h1 class="bull">Edit Routing List</h1>
+<h1>Edit Routing List</h1>
 <!-- /TMPL_IF -->
 
 <form method="post" action="routing.pl">
@@ -49,15 +53,15 @@
         <tr><td colspan="4"><br /><a onclick="search_member(<!-- TMPL_VAR
 NAME="subscriptionid" -->); return false"
 href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=<!-- TMPL_VAR
-NAME="subscriptionid" -->" class="button bull">Add List Member</a> &nbsp; <a
-href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->&amp;op=delete" class="button bull">Delete 
All</a></td></tr>
+NAME="subscriptionid" -->" class="button">Add List Member</a> &nbsp; <a
+href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->&amp;op=delete" class="button">Delete All</a></td></tr>
         </table></td></tr>
 
 <!-- TMPL_ELSE -->
 <table border="0" cellspacing="0" cellpadding="0">
 <tr><td><b>List Member:&nbsp;</b></td>
     <td><p><a onclick="search_member(<!-- TMPL_VAR NAME="subscriptionid"
--->); return false" 
href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" class="button bull">Add List Member</a></p></td></tr>
+-->); return false" 
href="/cgi-bin/koha/serials/member-search.pl?subscriptionid=<!-- TMPL_VAR 
NAME="subscriptionid" -->" class="button">Add List Member</a></p></td></tr>
 <!-- /TMPL_IF -->
 <tr><td valign="top" colspan="2">&nbsp;</td></tr>
 <tr><td valign="top"><b>Notes:</b></td>
@@ -75,4 +79,4 @@
 }
 //-->
 </script>
-<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]