[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqbookfund.tmpl,1.15,1.16 aqbudget.tmpl,1.13,1.14 authorised_values.tmpl,1.11,1.12 branches.tmpl,1.14,1.15 categorie.tmpl,1.8,1.9 currency.tmpl,1.4,1.5 itemtypes.tmpl,1.9,1.10 marctagstructure.tmpl,1.14,1.15 printers.tmpl,1.6,1.7 stopwords.tmpl,1.8,1.9 systempreferences.tmpl,1.14,1.15 thesaurus.tmpl,1.11,1.12 z3950servers.tmpl,1.7,1.8

Mike Hansen wolfpac444 at users.sourceforge.net
Sat Apr 26 05:54:54 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv7799/koha/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
	aqbookfund.tmpl aqbudget.tmpl authorised_values.tmpl 
	branches.tmpl categorie.tmpl currency.tmpl itemtypes.tmpl 
	marctagstructure.tmpl printers.tmpl stopwords.tmpl 
	systempreferences.tmpl thesaurus.tmpl z3950servers.tmpl 
Log Message:
Changed images into text buttons


Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** aqbookfund.tmpl	13 Apr 2003 05:54:19 -0000	1.15
--- aqbookfund.tmpl	26 Apr 2003 03:54:51 -0000	1.16
***************
*** 1,5 ****
  <TMPL_INCLUDE NAME="parameters-top.inc">
  <TMPL_IF name=else>
! <FONT SIZE=6><em>Bookfund admin</em></FONT><form action=<TMPL_VAR name=scriptname> method=post>
  <input type=text name=searchfield value=""><input type=reset name=reset value="clr"></form>
  <TMPL_IF name=search>
--- 1,6 ----
  <TMPL_INCLUDE NAME="parameters-top.inc">
  <TMPL_IF name=else>
! <h1>Bookfund admin</h1>
! <form action=<TMPL_VAR name=scriptname> method=post>
  <input type=text name=searchfield value=""><input type=reset name=reset value="clr"></form>
  <TMPL_IF name=search>
***************
*** 26,30 ****
  <form action='<TMPL_VAR name=scriptname>' method=post>
  	<input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
! 	<br><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add bookfund" ALT="Add" BORDER=0 ><br>
  	<br></form><br clear=all>
  <p> &nbsp; </p>
--- 27,31 ----
  <form action='<TMPL_VAR name=scriptname>' method=post>
  	<input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
! 	<br><input type=submit class="button" value="Add Bookfund" title="Add Bookfund" ALT="Add Bookfund"><br>
  	<br></form><br clear=all>
  <p> &nbsp; </p>

Index: aqbudget.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbudget.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** aqbudget.tmpl	13 Apr 2003 05:54:19 -0000	1.13
--- aqbudget.tmpl	26 Apr 2003 03:54:51 -0000	1.14
***************
*** 2,6 ****
  
  <TMPL_IF name="else">
! 	<FONT SIZE=6><em>Budget admin</em></FONT><form action=/cgi-bin/koha/admin/aqbudget.pl method=post>
  	<input type=text name=searchfield value=""><input type=reset name=reset value="clr"></form>
  	<TMPL_IF name=search>
--- 2,6 ----
  
  <TMPL_IF name="else">
! 	<h1>Budget admin</h1><form action=/cgi-bin/koha/admin/aqbudget.pl method=post>
  	<input type=text name=searchfield value=""><input type=reset name=reset value="clr"></form>
  	<TMPL_IF name=search>
***************
*** 21,26 ****
  	</table>
  	<form action='/cgi-bin/koha/admin/aqbudget.pl' method=post>
! 	<input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
! 	<br><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add budget" ALT="Add" BORDER=0 ><br>
  	</form><br clear=all>
  </TMPL_IF>
--- 21,26 ----
  	</table>
  	<form action='/cgi-bin/koha/admin/aqbudget.pl' method=post>
! 	<input type=hidden name=op value=add_form>
! 	<br><input type=submit class="button" value="Add Budget" title="Add Budget" ALT="Add Budget"><br>
  	</form><br clear=all>
  </TMPL_IF>

Index: authorised_values.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** authorised_values.tmpl	23 Apr 2003 21:24:17 -0000	1.11
--- authorised_values.tmpl	26 Apr 2003 03:54:51 -0000	1.12
***************
*** 49,53 ****
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <font SIZE=6><em>Authorised values admin</em></font>
  <p>This table is used in MARC definition. You can define as many categories as you want, and as many authorised values as you want in each category.</p>
  <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,
--- 49,53 ----
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <h1>Authorised values admin</h1>
  <p>This table is used in MARC definition. You can define as many categories as you want, and as many authorised values as you want in each category.</p>
  <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,
***************
*** 85,89 ****
  <input type="hidden" name="op" value="add_form">
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
! <br><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add Authorised Value" ALT="Add" BORDER=0 ><br>
  </form>
  </TMPL_IF>
--- 85,89 ----
  <input type="hidden" name="op" value="add_form">
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
! <br><input type=submit class="button" value="Add Authorised value" title="Add authorised Value" ALT="Add Authorised value"><br>
  </form>
  </TMPL_IF>

Index: branches.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/branches.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** branches.tmpl	23 Apr 2003 00:17:26 -0000	1.14
--- branches.tmpl	26 Apr 2003 03:54:51 -0000	1.15
***************
*** 51,57 ****
  
  <TMPL_IF name="else">
! <FONT SIZE=6><em><TMPL_VAR name=head></em></FONT><br>
  <font color='red'><TMPL_VAR name="message"></font>
- <form action=<TMPL_VAR name=action> method=post><input type='hidden' name='op' value='add'><input type=submit value='Add New Branch'></form>
  <table border='1' cellpadding='5' cellspacing='0' width='550'>
  <tr> <th colspan='5' align='left' bgcolor='#99cc33'>
--- 51,56 ----
  
  <TMPL_IF name="else">
! <h1><TMPL_VAR name=head></h1><br>
  <font color='red'><TMPL_VAR name="message"></font>
  <table border='1' cellpadding='5' cellspacing='0' width='550'>
  <tr> <th colspan='5' align='left' bgcolor='#99cc33'>
***************
*** 109,112 ****
--- 108,117 ----
  </table>
  <br>
+ <form action=<TMPL_VAR name=action> method=post>
+ 	<input type='hidden' name='op' value='add'>
+ 	<input type=submit class="button" value='Add New Branch'>
+ </form>
+ 
+ <br>
  <table border='1' cellpadding='5' cellspacing='0'>
  <tr> <th colspan='5' align='left' bgcolor='#99cc33'>
***************
*** 123,126 ****
--- 128,132 ----
  </tr>
  </table>
+ 
  </TMPL_IF>
  

Index: categorie.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/categorie.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** categorie.tmpl	24 Apr 2003 00:52:17 -0000	1.8
--- categorie.tmpl	26 Apr 2003 03:54:51 -0000	1.9
***************
*** 300,304 ****
  	<p><form action='<TMPL_VAR NAME=script_name>' method=post>
  		<input type=hidden name=op value=add_form>
! 		<input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add Category" BORDER=0 ></a><br>
  	</form></p>
  </TMPL_IF>
--- 300,304 ----
  	<p><form action='<TMPL_VAR NAME=script_name>' method=post>
  		<input type=hidden name=op value=add_form>
! 		<input type=submit class="button" value="Add Category"  ALT="Add Category"><br>
  	</form></p>
  </TMPL_IF>

Index: currency.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/currency.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** currency.tmpl	13 Apr 2003 05:54:19 -0000	1.4
--- currency.tmpl	26 Apr 2003 03:54:51 -0000	1.5
***************
*** 202,206 ****
  
          <br>
! 	<input type=image src="/images/button-add-new.gif" WIDTH=188 HEIGHT=44 ALT="Add Currency" BORDER=0 ></a>
  	<br>
          </form>
--- 202,206 ----
  
          <br>
! 	<input type=submit class="button" value="Add Currency" alt="Add Currency">
  	<br>
          </form>

Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** itemtypes.tmpl	23 Apr 2003 21:20:36 -0000	1.9
--- itemtypes.tmpl	26 Apr 2003 03:54:51 -0000	1.10
***************
*** 123,126 ****
--- 123,127 ----
  
  <TMPL_IF name="else">
+ <h1>Item type Admin</h1>
  <table border='1' cellpadding='5' cellspacing='0' width='550'>
  	<tr>
***************
*** 147,151 ****
  <form action='<TMPL_VAR name="script_name">' method=post>
  <input type=hidden name=op value=add_form>
! <br><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add itemtype" ALT="Add" BORDER=0 ><br>
  </form>
  </TMPL_IF>
--- 148,153 ----
  <form action='<TMPL_VAR name="script_name">' method=post>
  <input type=hidden name=op value=add_form>
! <br>
! <input type=submit class="button" value="Add Item type" title="Add Item type" ALT="Add Item type"><br>
  </form>
  </TMPL_IF>

Index: marctagstructure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** marctagstructure.tmpl	22 Apr 2003 23:09:46 -0000	1.14
--- marctagstructure.tmpl	26 Apr 2003 03:54:51 -0000	1.15
***************
*** 93,97 ****
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <font SIZE=6><em>MARC tag structure admin</em></font>
  <form action='<TMPL_VAR name="script_name">' method=post>
  	<input type=text name=searchfield value="">
--- 93,97 ----
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <h1>MARC tag structure admin</h1>
  <form action='<TMPL_VAR name="script_name">' method=post>
  	<input type=text name=searchfield value="">
***************
*** 129,133 ****
  	<tr>
  		<td width="33%">
! 			<input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" title="Add tag" ALT="Add" BORDER=0 >
  		</td>
  		<td width=33%><TMPL_IF name="previous"><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>
--- 129,133 ----
  	<tr>
  		<td width="33%">
! 			<input type=submit class="button" value="Add Tag" title="Add Tag" alt="Add Tag" >
  		</td>
  		<td width=33%><TMPL_IF name="previous"><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>

Index: printers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/printers.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** printers.tmpl	22 Apr 2003 23:09:47 -0000	1.6
--- printers.tmpl	26 Apr 2003 03:54:51 -0000	1.7
***************
*** 195,199 ****
  
          <br>
! 	<input type=image src="/images/button-add-new.gif" WIDTH=188 HEIGHT=44 ALT="Add printers" title="Add" BORDER=0 ></a>
  	<br>
          </form>
--- 195,199 ----
  
          <br>
! 	<input type=submit class="button" value="Add Printer" alt="Add Printer">
  	<br>
          </form>

Index: stopwords.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/stopwords.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** stopwords.tmpl	22 Apr 2003 23:09:47 -0000	1.8
--- stopwords.tmpl	26 Apr 2003 03:54:51 -0000	1.9
***************
*** 130,134 ****
  
  <TMPL_IF NAME=else>
!         <h2>Stopwords admin</h2>
          <form action='<TMPL_VAR NAME=script_name>' method=post>
                  <input type=text name=searchfield value=<TMPL_VAR NAME=searchfield>>
--- 130,134 ----
  
  <TMPL_IF NAME=else>
!         <h2>Stop words admin</h2>
          <form action='<TMPL_VAR NAME=script_name>' method=post>
                  <input type=text name=searchfield value=<TMPL_VAR NAME=searchfield>>
***************
*** 167,171 ****
  
          <br>
!         <input type=image src="/images/button-add-new.gif" WIDTH=188 HEIGHT=44 ALT="Add Word" title="Add" BORDER=0 ></a>
          <br>
          </form>
--- 167,171 ----
  
          <br>
!         <input type=submit class="button" value="Add Stop word" ALT="Add Stop word" >
          <br>
          </form>

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** systempreferences.tmpl	22 Apr 2003 23:09:47 -0000	1.14
--- systempreferences.tmpl	26 Apr 2003 03:54:51 -0000	1.15
***************
*** 141,146 ****
  	</tr>
  </table>
- <br><a href='<TMPL_VAR name="script_name">?op=add_form'><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add a system preference" ALT="Add" BORDER=0 >Add a system preference</a><br>
  </form>
  </TMPL_IF>
  
--- 141,151 ----
  	</tr>
  </table>
  </form>
+ 
+ <form action=<TMPL_VAR name="script_name"> method=post>
+         <input type='hidden' name='op' value='add_form'>
+         <input type=submit class="button" value='Add System preference'>
+ </form>
+ 
  </TMPL_IF>
  

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** thesaurus.tmpl	23 Apr 2003 21:26:39 -0000	1.11
--- thesaurus.tmpl	26 Apr 2003 03:54:51 -0000	1.12
***************
*** 89,93 ****
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! 	<font SIZE=6><em>Thesaurus management</em></font>
  	<p>Manages thesaurus and authorities files.<br />
  	<ul>
--- 89,93 ----
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! 	<h1>Thesaurus management</h1>
  	<p>Manages thesaurus and authorities files.<br />
  	<ul>
***************
*** 95,105 ****
  		<b>Related</b>: see other forms of this authority entry</p>
  	</ul>
- 	<form action='<TMPL_VAR name="script_name">' method=post>
- 	<input type="hidden" name="op" value="add_form">
- 	<input type="hidden" name="category" value="<TMPL_VAR name="category">">
- 	<input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
- 	<input type="hidden" name="father" value="<TMPL_VAR name="father">">
- 	<br><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add thesaurus entry" ALT="Add" BORDER=0 ><br>
- 	</form>
  	<form action="/cgi-bin/koha/admin/thesaurus.pl" method="post">
  		<TMPL_VAR name="tab_list">
--- 95,98 ----
***************
*** 141,144 ****
--- 134,146 ----
  		</tr>
  	</table>
+ 
+ 	<form action='<TMPL_VAR name="script_name">' method=post>
+ 	<input type="hidden" name="op" value="add_form">
+ 	<input type="hidden" name="category" value="<TMPL_VAR name="category">">
+ 	<input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
+ 	<input type="hidden" name="father" value="<TMPL_VAR name="father">">
+ 	<br><input type=submit class="button"  value="Add Thesaurus entry" title="Add Thesaurus entry" ALT="Add Thesaurus entry"><br>
+ 	</form>
+ 
  </TMPL_IF>
  

Index: z3950servers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/z3950servers.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** z3950servers.tmpl	22 Apr 2003 23:09:47 -0000	1.7
--- z3950servers.tmpl	26 Apr 2003 03:54:51 -0000	1.8
***************
*** 269,273 ****
                  
          <br>
!         <input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" ALT="Add z3950 server" title="add" BORDER=0 ></a>
          <br>
          </form>
--- 269,273 ----
                  
          <br>
!         <input type=submit class="button" alt="Add Z39.50 server" value="Add Z39.50 Server">
          <br>
          </form>





More information about the Koha-cvs mailing list