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

paul poulain paul at koha-fr.org
Fri Apr 7 13:43:02 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	06/04/07 11:43:02

Modified files:
	koha-tmpl/opac-tmpl/css/en: 
	                            opac-authoritiessearchresultlist.tmpl 

Log message:
	minor graphic tweaking to have # of biblios more visible

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-authoritiessearchresultlist.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/css/en/opac-authoritiessearchresultlist.tmpl
diff -u koha/koha-tmpl/opac-tmpl/css/en/opac-authoritiessearchresultlist.tmpl:1.1.2.2 koha/koha-tmpl/opac-tmpl/css/en/opac-authoritiessearchresultlist.tmpl:1.1.2.3
--- koha/koha-tmpl/opac-tmpl/css/en/opac-authoritiessearchresultlist.tmpl:1.1.2.2	Tue Apr  4 14:06:10 2006
+++ koha/koha-tmpl/opac-tmpl/css/en/opac-authoritiessearchresultlist.tmpl	Fri Apr  7 11:43:02 2006
@@ -31,25 +31,25 @@
 <div class="searchresults">
 		<table>
 			<tr>
-				<!-- TMPL_UNLESS name="isEDITORS" -->
-					<th width="10%"># of Bib Records</th>
-				<!-- /TMPL_UNLESS -->
 				<th width="70%">Authorized Headings</th>
 				<th width="10%">Type of Heading</th>
+				<!-- TMPL_UNLESS name="isEDITORS" -->
+					<th width="10%">Bib Records</th>
+				<!-- /TMPL_UNLESS -->
 				<th width="10%">Full Authorized Heading</th>				
 			</tr>
 			<!-- TMPL_LOOP NAME="result" -->
 				<tr>
-					<!-- TMPL_UNLESS name="isEDITORS" -->
-						<td>
-							 <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding="><!-- TMPL_VAR NAME="used" --></a>
-						</td>
-					<!-- /TMPL_UNLESS -->
 					<td><!-- TMPL_VAR NAME="summary" --></td>
 
 						<td>
 					<!-- TMPL_VAR NAME="authtype" -->
 						</td>
+					<!-- TMPL_UNLESS name="isEDITORS" -->
+						<td>
+							 <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding="><!-- TMPL_VAR NAME="used" --> biblios</a>
+						</td>
+					<!-- /TMPL_UNLESS -->
 						<td>
 							<a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">View Full Heading</a>
 						</td>





More information about the Koha-cvs mailing list