[Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en/includes hierar... [rel_2_2]

paul poulain paul at koha-fr.org
Wed Aug 2 14:38:17 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/08/02 12:38:16

Modified files:
	koha-tmpl/opac-tmpl/css/en/includes: hierarchy.css 
	koha-tmpl/opac-tmpl/css/en: opac-authoritiesdetail.tmpl 

Log message:
	minor changes in html & css for a better look

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/css/en/includes/hierarchy.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/css/en/opac-authoritiesdetail.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5

Patches:

Index: opac-authoritiesdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-authoritiesdetail.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- opac-authoritiesdetail.tmpl	2 Aug 2006 12:20:26 -0000	1.1.2.4
+++ opac-authoritiesdetail.tmpl	2 Aug 2006 12:38:16 -0000	1.1.2.5
@@ -39,10 +39,10 @@
     <!-- TMPL_IF name="current_value" -->
         <!--TMPL_VAR Name="value" -->
     <!-- TMPL_ELSE -->
-        <a href="opac-authoritiesdetail.pl?authid=<!--TMPL_VAR Name="loopauthid" -->" title="Term"><!--TMPL_VAR Name="value" --></a>
+        <a href="opac-authoritiesdetail.pl?authid=<!--TMPL_VAR Name="loopauthid" -->" title="Reach this authority"><!--TMPL_VAR Name="value" --></a>
     <!-- /TMPL_IF -->
     <!--TMPL_IF Name="ifchildren" -->
-      <sub><a class="parents" title="Narrower terms" href="JavaScript:showChildren('<!--TMPL_VAR Name="loopauthid" -->');">+</a></sub><br/>
+      <sub><a class="parents" title="See narrower terms" href="JavaScript:showChildren('<!--TMPL_VAR Name="loopauthid" -->');">+</a></sub><br/>
       <!--TMPL_LOOP Name="loopchildren" -->
         <div name="<!--TMPL_VAR Name="loopauthid" -->c" class="child"> <a href="opac-authoritiesdetail.pl?authid=<!--TMPL_VAR Name="childauthid" -->"><!--TMPL_VAR Name="childvalue" --></a></div>
       <!--/TMPL_LOOP-->





More information about the Koha-cvs mailing list