[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities detail.tmpl,1.3.2.3,1.3.2.4

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 15 13:28:35 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	detail.tmpl 
Log Message:
removing deletion button if there are biblios using an authority

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/detail.tmpl,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -r1.3.2.3 -r1.3.2.4
*** detail.tmpl	14 Sep 2005 14:13:03 -0000	1.3.2.3
--- detail.tmpl	15 Sep 2005 11:28:33 -0000	1.3.2.4
***************
*** 6,12 ****
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
  	</a>
! 	<a href="javascript:confirm_deletion()">
! 		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png">
! 	</a>
  	<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->')" class="button authority">
  		Print
--- 6,14 ----
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
  	</a>
! 	<!-- TMPL_UNLESS name="count" -->
! 		<a href="javascript:confirm_deletion()">
! 			<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png">
! 		</a>
! 	<!-- /TMPL_UNLESS -->
  	<a href="javascript:Dopop('detailprint.pl?authid=<!-- TMPL_VAR NAME="authid" -->')" class="button authority">
  		Print





More information about the Koha-cvs mailing list