koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters autho


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters authorised_values.tmpl,1.20,1.21 charges.tmpl,1.3,1.4 itemtypes.tmpl,1.16,1.17 thesaurus.tmpl,1.20,1.21
Date: Mon, 03 May 2004 02:28:22 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4798/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
        authorised_values.tmpl charges.tmpl itemtypes.tmpl 
        thesaurus.tmpl 
Log Message:
CSS'ing

Index: authorised_values.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** authorised_values.tmpl      11 Mar 2004 05:42:56 -0000      1.20
--- authorised_values.tmpl      3 May 2004 09:28:19 -0000       1.21
***************
*** 1,4 ****
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
! 
  <!-- TMPL_IF name="add_form" -->
  
<!---------------------------------------------------------------------------->
--- 1,4 ----
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
! <div id="mainbloc">
  <!-- TMPL_IF name="add_form" -->
  
<!---------------------------------------------------------------------------->
***************
*** 12,34 ****
        <form action='<!-- TMPL_VAR name="script_name" -->' name=Aform 
method=post>
        <input type=hidden name=op value='add_validate'>
!       <table>
!       <tr>
!               <td>Category</td>
!               <td><!-- TMPL_VAR name="category" --></td>
!       </tr>
!       <tr>
!               <td>Authorised value</td>
!               <td><input type=text name="authorised_value" value='<!-- 
TMPL_VAR name="authorised_value" escape=HTML -->'></td>
!       </tr>
!       <tr>
!               <td>Lib</td>
!               <td><input type=text name="lib" value='<!-- TMPL_VAR name="lib" 
-->'></td>
!       </tr>
!       <tr>
!               <td>&nbsp;</td>
!               <td><input type="hidden" name="id" value="<!-- TMPL_VAR 
name="id" -->">
!                       <INPUT type="submit" value='OK'></td>
!       </tr>
!       </table>
        </form>
  <!-- /TMPL_IF -->
--- 12,22 ----
        <form action='<!-- TMPL_VAR name="script_name" -->' name=Aform 
method=post>
        <input type=hidden name=op value='add_validate'>
!               <p><label>Category</label><!-- TMPL_VAR name="category" --></p>
!               <p><label>Authorised value</label><input type=text 
name="authorised_value" value='<!-- TMPL_VAR name="authorised_value" 
escape=HTML -->'></p>
!               <p><label>Text</label><input type=text name="lib" value='<!-- 
TMPL_VAR name="lib" -->'></p>
!               <p>
!                       <input type="hidden" name="id" value="<!-- TMPL_VAR 
name="id" -->">
!                       <input type="submit" value='OK' class="button 
parameters">
!               </p>
        </form>
  <!-- /TMPL_IF -->
***************
*** 59,74 ****
  <p>When you define the MARC subfield structure, you can link a subfield to an 
authorised-value category. When the user adds or modifies a biblio, the 
subfield is not entered through a free field, but though a list of authorised 
values.</p>
  <form action=/cgi-bin/koha/admin/authorised_values.pl method=post>
!       <!-- TMPL_VAR name="tab_list" --><input type="submit" value="OK">   <a 
href="authorised_values.pl?op=add_form">New category...</a>
  </form>
  <!-- TMPL_VAR name="searchfield" -->
! <table border=0 cellspacing=0 cellpadding=2 width="80%">
! <tr valign=top bgcolor=#99cc33>
!       <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Category</b></td>
!       <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Authorised value</b></td>
!       <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Lib</b></td>
!       <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Edit</b></td>
!       <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Delete</b></td>
  <!-- TMPL_LOOP name="loop" -->
! </tr valign=top bgcolor='<!-- TMPL_VAR name="bgcolor" -->'>
        <td><!-- TMPL_VAR name="category" --></td>
        <td><!-- TMPL_VAR name="authorised_value" --></td>
--- 47,64 ----
  <p>When you define the MARC subfield structure, you can link a subfield to an 
authorised-value category. When the user adds or modifies a biblio, the 
subfield is not entered through a free field, but though a list of authorised 
values.</p>
  <form action=/cgi-bin/koha/admin/authorised_values.pl method=post>
!       <!-- TMPL_VAR name="tab_list" --><input type="submit" value="OK" 
class="button parameters">
!               <a href="authorised_values.pl?op=add_form" class="button 
parameters">New category...</a>
  </form>
  <!-- TMPL_VAR name="searchfield" -->
! <table>
! <tr>
!       <th class="parameters">Category</h>
!       <th class="parameters">Authorised value</th>
!       <th class="parameters">Lib</th>
!       <th class="parameters">Edit</th>
!       <th class="parameters">Delete</th>
! </tr>
  <!-- TMPL_LOOP name="loop" -->
! <tr>
        <td><!-- TMPL_VAR name="category" --></td>
        <td><!-- TMPL_VAR name="authorised_value" --></td>
***************
*** 78,103 ****
  </tr>
  <!-- /TMPL_LOOP -->
  <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  <input type=hidden name=op value=add_form>
! </table>
! 
! <table width=40%>
!       <tr>
!               <td width=50%>
!                       <!-- TMPL_IF name="isprevpage" -->
!                               <a href="<!-- TMPL_VAR name="script_name" 
-->?offset=<!-- TMPL_VAR name="prevpage" -->&searchfield=<!-- TMPL_VAR 
name="searchfield" -->">
!                               <input type=image src="<!-- TMPL_VAR 
name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/1leftarrow.png" 
title="previous" ALT="previous" BORDER=0>
!                               </a>
!                       <!-- /TMPL_IF -->
!               </td>
!               <td width=50%>
!                       <!-- TMPL_IF name="nextpage" -->
!                               <a href="<!-- TMPL_VAR name="script_name" 
-->?offset=<!-- TMPL_VAR name="nextpage" -->&searchfield=<!-- TMPL_VAR 
name="searchfield" -->">
!                                       <input type=image src="<!-- TMPL_VAR 
name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/1rightarrow.png" 
title="next" ALT="next" BORDER=0>
!                               </a>
!                       <!-- /TMPL_IF -->
!               </td>
!       </tr>
! </table>
  <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  <input type="hidden" name="op" value="add_form">
--- 68,84 ----
  </tr>
  <!-- /TMPL_LOOP -->
+ </table>
  <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  <input type=hidden name=op value=add_form>
! <!-- TMPL_IF name="isprevpage" -->
!       <a href="<!-- TMPL_VAR name="script_name" -->?offset=<!-- TMPL_VAR 
name="prevpage" -->&searchfield=<!-- TMPL_VAR name="searchfield" -->">
!       <input type=image src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR 
name="theme" -->/images/1leftarrow.png" title="previous" ALT="previous" 
BORDER=0>
!       </a>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF name="nextpage" -->
!       <a href="<!-- TMPL_VAR name="script_name" -->?offset=<!-- TMPL_VAR 
name="nextpage" -->&searchfield=<!-- TMPL_VAR name="searchfield" -->">
!               <input type=image src="<!-- TMPL_VAR name="interface" -->/<!-- 
TMPL_VAR name="theme" -->/images/1rightarrow.png" title="next" ALT="next" 
BORDER=0>
!       </a>
! <!-- /TMPL_IF -->
  <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  <input type="hidden" name="op" value="add_form">
***************
*** 107,110 ****
  <!-- /TMPL_IF -->
  
! 
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
--- 88,91 ----
  <!-- /TMPL_IF -->
  
! </div>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->

Index: charges.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/charges.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** charges.tmpl        11 Feb 2004 09:02:55 -0000      1.3
--- charges.tmpl        3 May 2004 09:28:19 -0000       1.4
***************
*** 1,27 ****
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
! <p>
! Each box needs to be filled in with fine,time to start charging,charging 
cycle<br/>
! eg 1,7,7 = 1USD,EUR,etc fine, after 7 days, every 7 days</p>
! <p>Note : fines are calculated by the fines2.pl script, located in misc 
directory. Ask your administrator to put this script in crontab, after 
midnight, to have fines calculated every night
! </p>
! <form action=/cgi-bin/koha/admin/updatecharges.pl method=post>
! <table border=0>
! <TR align="center">
!       <th>&nbsp;</th><!-- TMPL_LOOP name="title" --><th><!-- TMPL_VAR 
name="in_title" --></th><!-- /TMPL_LOOP -->
! </TR>
! <!-- TMPL_LOOP name="row" -->
        <TR align="center">
!               <th>
!                       <!-- TMPL_VAR name="categorycode" -->
!               </th>
!               <!-- TMPL_LOOP name="cell" -->
!                       <td bgcolor="<!-- TMPL_VAR name="toggle" -->">
!                               <input name="<!-- TMPL_VAR name="inputname" 
-->" value="<!-- TMPL_VAR name="inputvalue" -->" size=6 maxlength=10>
!                       </td>
!               <!-- /TMPL_LOOP -->
        </TR>
! <!-- /TMPL_LOOP -->
! </table>
! <center><input type=submit value="OK"></center>
! </form>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
--- 1,29 ----
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
! <div id="mainbloc">
!       <p>
!       Each box needs to be filled in with fine,time to start 
charging,charging cycle<br/>
!       eg 1,7,7 = 1USD,EUR,etc fine, after 7 days, every 7 days</p>
!       <p>Note : fines are calculated by the fines2.pl script, located in misc 
directory. Ask your administrator to put this script in crontab, after 
midnight, to have fines calculated every night
!       </p>
!       <form action=/cgi-bin/koha/admin/updatecharges.pl method=post>
!       <table border=0>
        <TR align="center">
!               <th>&nbsp;</th><!-- TMPL_LOOP name="title" --><th><!-- TMPL_VAR 
name="in_title" --></th><!-- /TMPL_LOOP -->
        </TR>
!       <!-- TMPL_LOOP name="row" -->
!               <TR align="center">
!                       <th>
!                               <!-- TMPL_VAR name="categorycode" -->
!                       </th>
!                       <!-- TMPL_LOOP name="cell" -->
!                               <td bgcolor="<!-- TMPL_VAR name="toggle" -->">
!                                       <input name="<!-- TMPL_VAR 
name="inputname" -->" value="<!-- TMPL_VAR name="inputvalue" -->" size=6 
maxlength=10>
!                               </td>
!                       <!-- /TMPL_LOOP -->
!               </TR>
!       <!-- /TMPL_LOOP -->
!       </table>
!       <center><input type=submit value="OK" class="button 
parameters"></center>
!       </form>
! </div>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->

Index: itemtypes.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** itemtypes.tmpl      10 Mar 2004 07:38:05 -0000      1.16
--- itemtypes.tmpl      3 May 2004 09:28:19 -0000       1.17
***************
*** 61,64 ****
--- 61,65 ----
  }
  </SCRIPT>
+ <div id="mainbloc">
  <!-- TMPL_IF name="add_form" -->
        <!-- TMPL_IF name="itemtype" -->
***************
*** 70,151 ****
                <input type=hidden name=op value='add_validate'>
                <input type=hidden name=checked value=0>
-               <table>
                        <!-- TMPL_IF name="itemtype" -->
!                               <tr><td>Item type</td><td><input type=hidden 
name=itemtype value=<!-- TMPL_VAR name="itemtype" -->><!-- TMPL_VAR 
name="itemtype" --></td></tr>
                        <!-- TMPL_ELSE -->
!                               <tr><td>Item type</td><td><input type=text 
name=itemtype size=6 maxlength=4 onBlur="toUC(this)"></td></tr>
                        <!-- /TMPL_IF -->
!                       <tr>
!                               <td>Description</td>
!                               <td><input type=text name=description size=40 
maxlength=80 value='<!-- TMPL_VAR name="description" escape=HTML 
-->'>&nbsp;</td>
!                       </tr>
!                       <tr>
!                               <td>Not for loan</td>
!                               <td>
!                                       <!-- TMPL_IF name="notforloan" -->
!                                               <input type=checkbox 
name=notforloan checked value=1>
!                                       <!-- TMPL_ELSE -->
!                                               <input type=checkbox 
name=notforloan value=1>
!                                       <!-- /TMPL_IF -->
!                                       if checked, no item of this type can be 
issued. If not checked, every item of this type can be issued unless notforloan 
is set for a specific item
!                               </td>
!                       </tr>
!                       <tr>
!                               <td>Loan length</td>
!                               <td>
                                        <input type=text name=loanlength 
size=10 value='<!-- TMPL_VAR name="loanlength" -->'>
                                        meaningful only if not for loan is not 
set
!                               </td>
!                       </tr>
!                       <tr>
!                               <td>Renewals allowed</td>
!                               <td><input type=checkbox name=renewalsallowed 
<!-- TMPL_IF name="renewalsallowed" -->checked<!-- /TMPL_IF --> value=1></td>
!                       </tr>
!                       <tr>
!                               <td>Rental charge</td>
!                               <td><input type=text name=rentalcharge size=10 
value='<!-- TMPL_VAR name="rentalcharge" -->'></td>
!                       </tr>
!                       <tr>
!                               <td>&nbsp;</td>
!                               <td><INPUT type=button value='OK' 
onClick='Check(this.form)'></td>
!                       </tr>
!               </table>
        </form>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="delete_confirm" -->
!       <TABLE bg="#99cc33">
!               <tr>
!                       <th>Item type</th>
!                       <th><!-- TMPL_VAR name="itemtype" --></th>
!               </tr>
        <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
                <input type=hidden name=op value=delete_confirmed><input 
type=hidden name=itemtype value='<!-- TMPL_VAR name="itemtype" -->'>
!       <tr><td>Description</td><td><!-- TMPL_VAR name="description" 
--></td></tr>
!       <tr><td>Loan length</td><td><!-- TMPL_VAR name="loanlength" 
--></td></tr>
!       <tr><td>Renewals</td><td><!-- TMPL_IF name="renewalsallowed" 
-->Allowed<!-- TMPL_ELSE -->Not allowed<!-- /TMPL_IF --></td></tr>
!       <tr><td>Rental charge</td><td><!-- TMPL_VAR name="rentalcharge" 
--></td></tr>
        <!-- TMPL_IF name="total" -->
!               <tr><td colspan=2 align=center><b>This record is used <!-- 
TMPL_VAR name="total" --> times. Deletion not possible</b></td></tr>
!               <tr><td colspan=2></form><form action='<!-- TMPL_VAR 
name="script_name" -->' method=post><input type=submit 
value=OK></form></td></tr>
        <!-- TMPL_ELSE -->
!               <tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
!               <tr><td><INPUT type=submit value='YES'></form></td><td><form 
action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=submit 
value=NO></form></td></tr>
        <!-- /TMPL_IF -->
  
-       </table>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="else" -->
  <h1>Item type Admin</h1>
! <table border='1' cellpadding='5' cellspacing='0' width='550'>
        <tr>
!               <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Code</b></th>
!               <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Description</b></td>
!               <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Loan length</b></td>
!               <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Renewable</b></td>
!               <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif"><b>Charge</b></td>
!               <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif">Edit</td>
!               <td background="<!-- TMPL_VAR NAME='themelang' 
-->/images/background-mem.gif">Delete</td>
        </tr>
        <!-- TMPL_LOOP name="loop" -->
--- 71,148 ----
                <input type=hidden name=op value='add_validate'>
                <input type=hidden name=checked value=0>
                        <!-- TMPL_IF name="itemtype" -->
!                               <p><label class="label100">Item 
type<label><input type=hidden name=itemtype value=<!-- TMPL_VAR name="itemtype" 
-->><!-- TMPL_VAR name="itemtype" --></p>
                        <!-- TMPL_ELSE -->
!                               <p><label class="label100">Item 
type<label><input type=text name=itemtype size=6 maxlength=4 
onBlur="toUC(this)"></p>
                        <!-- /TMPL_IF -->
!                       <p>
!                               <label class="label100">Description</label>
!                               <input type=text name=description size=40 
maxlength=80 value='<!-- TMPL_VAR name="description" escape=HTML -->'>
!                       </p>
!                       <p>
!                               <label class="label100">Not for loan</label>
!                               <!-- TMPL_IF name="notforloan" -->
!                                       <input type=checkbox name=notforloan 
checked value=1>
!                               <!-- TMPL_ELSE -->
!                                       <input type=checkbox name=notforloan 
value=1>
!                               <!-- /TMPL_IF -->
!                               if checked, no item of this type can be issued. 
If not checked, every item of this type can be issued unless notforloan is set 
for a specific item
!                       </p>
!                       <p>
!                               <label class="label100">Loan length</label>
                                        <input type=text name=loanlength 
size=10 value='<!-- TMPL_VAR name="loanlength" -->'>
                                        meaningful only if not for loan is not 
set
!                       </p>
!                       <p>
!                               <label class="label100" 
name="renewalsallowed">Number of renewals allowed</label>
!                               <input type="text" name=renewalsallowed 
value="<!-- TMPL_VAR name="renewalsallowed" -->">
!                       </p>
!                       <p>
!                               <label class="label100">Rental charge</label>
!                               <input type=text name=rentalcharge size=10 
value='<!-- TMPL_VAR name="rentalcharge" -->'>
!                       </p>
!                       <p>
!                               <INPUT type=button value='OK' 
onClick='Check(this.form)'>
!                       </p>
        </form>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="delete_confirm" -->
!               <p><label>Item type</label><!-- TMPL_VAR name="itemtype" --></p>
        <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
                <input type=hidden name=op value=delete_confirmed><input 
type=hidden name=itemtype value='<!-- TMPL_VAR name="itemtype" -->'>
!       <p><label>Description</label><!-- TMPL_VAR name="description" --></p>
!       <p><label>Loan length</label><!-- TMPL_VAR name="loanlength" --></p>
!       <p><label>Renewals</label><!-- TMPL_IF name="renewalsallowed" 
-->Allowed<!-- TMPL_ELSE -->Not allowed<!-- /TMPL_IF --></p>
!       <p><lable>Rental charge</label><!-- TMPL_VAR name="rentalcharge" --></p>
        <!-- TMPL_IF name="total" -->
!               <p>
!                       <b>This record is used <!-- TMPL_VAR name="total" --> 
times. Deletion not possible</b>
!               </p>
!               <p>
!                       </form>
!                       <form action='<!-- TMPL_VAR name="script_name" -->' 
method=post><input type=submit value="OK" class="button parameters"></form>
!               </p>
        <!-- TMPL_ELSE -->
!               <p>CONFIRM DELETION</p>
!               <p>
!                       <input type=submit value='YES' class="button 
parameters"></form>
!                       <form action='<!-- TMPL_VAR name="script_name" -->' 
method=post><input type=submit value=NO class="button parameters"></form>
!               </p>
        <!-- /TMPL_IF -->
  
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="else" -->
  <h1>Item type Admin</h1>
! <table>
        <tr>
!               <th class="parameters">Code</th>
!               <th class="parameters">Description</th>
!               <th class="parameters">Loan length</th>
!               <th class="parameters">Renewable</th>
!               <th class="parameters">Charge</th>
!               <th class="parameters">Edit</th>
!               <th class="parameters">Delete</th>
        </tr>
        <!-- TMPL_LOOP name="loop" -->
***************
*** 162,177 ****
  </table>
  <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
! <input type=hidden name=op value=add_form>
! <br>
! <table width=40%>
!       <tr>
!               <td width="33%">
!                       <input type=submit class="button" value="Add item type" 
title="Add item type" alt="Add item type" >
!               </td>
!               <td width=33%><!-- TMPL_IF name="previous" --><a href="<!-- 
TMPL_VAR name=previous -->"><input type=image src="<!-- TMPL_VAR 
name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/1leftarrow.png" 
title="previous" ALT="previous" BORDER=0></a><!-- /TMPL_IF --></td>
!               <td width=33%><!-- TMPL_IF name="next" --><a href="<!-- 
TMPL_VAR name=next -->"><input type=image src="<!-- TMPL_VAR name="interface" 
-->/<!-- TMPL_VAR name="theme" -->/images/1rightarrow.png" title="next" 
ALT="next" BORDER=0></a><!-- /TMPL_IF --></td>
!       </tr>
! </table>
  </form>
  <!-- /TMPL_IF -->
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
--- 159,168 ----
  </table>
  <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
!       <input type=hidden name=op value=add_form>
!       <input type=submit class="button" value="Add item type" title="Add item 
type" alt="Add item type" >
!       <td width=33%><!-- TMPL_IF name="previous" --><a href="<!-- TMPL_VAR 
name=previous -->"><input type=image src="<!-- TMPL_VAR name="interface" 
-->/<!-- TMPL_VAR name="theme" -->/images/1leftarrow.png" title="previous" 
ALT="previous" BORDER=0></a><!-- /TMPL_IF --></td>
!       <td width=33%><!-- TMPL_IF name="next" --><a href="<!-- TMPL_VAR 
name=next -->"><input type=image src="<!-- TMPL_VAR name="interface" -->/<!-- 
TMPL_VAR name="theme" -->/images/1rightarrow.png" title="next" ALT="next" 
BORDER=0></a><!-- /TMPL_IF --></td>
  </form>
+ </div>
  <!-- /TMPL_IF -->
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->

Index: thesaurus.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** thesaurus.tmpl      22 Feb 2004 08:49:32 -0000      1.20
--- thesaurus.tmpl      3 May 2004 09:28:19 -0000       1.21
***************
*** 1,4 ****
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
! 
  <!-- TMPL_IF name="detail_form" -->
        <!-------------------------------------------------------------------->
--- 1,4 ----
  <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
! <div id="mainbloc">
  <!-- TMPL_IF name="detail_form" -->
        <!-------------------------------------------------------------------->
***************
*** 105,110 ****
                <!-- TMPL_VAR name="tab_list" -->
                <input type="text" name="searchstring" value="<!-- TMPL_VAR 
name="searchstring" -->">
!               <input type="submit" value="OK">
!               <a href="thesaurus.pl?op=add_form">New category...</a>
        </form>
        <!-- TMPL_LOOP name="hierarchy_loop" -->
--- 105,110 ----
                <!-- TMPL_VAR name="tab_list" -->
                <input type="text" name="searchstring" value="<!-- TMPL_VAR 
name="searchstring" -->">
!               <input type="submit" value="OK" class="button parameters">
!               <a href="thesaurus.pl?op=add_form" class="button 
parameters">New category...</a>
        </form>
        <!-- TMPL_LOOP name="hierarchy_loop" -->
***************
*** 134,145 ****
        <input type=hidden name=op value=add_form>
        </table>
!       <br/>
!       <table width=40% height="80">
!               <tr>
!                       <td width=50%><a href="<!-- TMPL_VAR name="previous" 
-->" class="button">Previous</a></td>
!                       <td width=50%><a href="<!-- TMPL_VAR name="next" -->" 
class="button"> Next</a></td>
                </tr>
!       </table>
!       <br/>
        <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
        <input type="hidden" name="op" value="add_form">
--- 134,142 ----
        <input type=hidden name=op value=add_form>
        </table>
!       <p>
!               <a href="<!-- TMPL_VAR name="previous" -->" class="button 
parameters">Previous</a>
!               <a href="<!-- TMPL_VAR name="next" -->" class="button 
parameters"> Next</a>
                </tr>
!       </p>
        <form action='<!-- TMPL_VAR name="script_name" -->' method=post>
        <input type="hidden" name="op" value="add_form">
***************
*** 152,155 ****
  
  <!-- /TMPL_IF -->
! 
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
--- 149,152 ----
  
  <!-- /TMPL_IF -->
! </div>
  <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->




reply via email to

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