[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue MARCdetail.tmpl,1.25,1.26

Paul POULAIN tipaul at users.sourceforge.net
Wed Oct 27 10:12:13 CEST 2004


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

Modified Files:
	MARCdetail.tmpl 
Log Message:
jump from biblio to authority & from authority to biblio back

Index: MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** MARCdetail.tmpl	20 Sep 2004 13:42:31 -0000	1.25
--- MARCdetail.tmpl	27 Oct 2004 08:12:11 -0000	1.26
***************
*** 87,90 ****
--- 87,93 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 106,109 ****
--- 109,115 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 125,128 ****
--- 131,137 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 144,147 ****
--- 153,159 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 163,166 ****
--- 175,181 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 182,185 ****
--- 197,203 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 201,204 ****
--- 219,225 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 220,223 ****
--- 241,247 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 239,242 ****
--- 263,269 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->
***************
*** 258,261 ****
--- 285,291 ----
  					<!-- TMPL_VAR NAME="marc_lib" --></label>
  					<!-- TMPL_VAR NAME="marc_value" -->
+ 					<!-- TMPL_IF NAME="authority" -->
+ 						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+ 					<!-- /TMPL_IF -->
  				</p>
  			<!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list