[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/authori... [rel_2_2]

paul poulain paul at koha-fr.org
Wed Dec 14 14:15:03 CET 2005


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	05/12/14 13:15:03

Modified files:
	koha-tmpl/intranet-tmpl/default/en/authorities: 
	                                                searchresultlist.tmpl 

Log message:
	removing "used in X biblios" for EDITORS category, as it's not a true authority

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl.diff?only_with_tag=rel_2_2&tr1=1.8.2.1&tr2=1.8.2.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl:1.8.2.1 koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl:1.8.2.2
--- koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl:1.8.2.1	Tue Aug  2 16:31:53 2005
+++ koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist.tmpl	Wed Dec 14 13:15:03 2005
@@ -35,26 +35,32 @@
 		<table>
 			<tr>
 				<th class="authority">Summary</th>
-				<th class="authority">Used in</th>
+				<!-- TMPL_UNLESS name="isEDITORS" -->
+					<th class="authority">Used in</th>
+				<!-- /TMPL_UNLESS -->
 				<th class="authority">View</th>
 				<th class="authority">Delete</th>
 			</tr>
 			<!-- TMPL_LOOP NAME="result" -->
 				<tr>
 					<td><!-- TMPL_VAR NAME="summary" --></td>
-					<td><a href="../search.marc/search.pl?type=intranet&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=" class="button authority"><!-- TMPL_VAR NAME="used" --> biblio(s)</a></td>
+					<!-- TMPL_UNLESS name="isEDITORS" -->
+						<td>
+							<a href="../search.marc/search.pl?type=intranet&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=" class="button authority"><!-- TMPL_VAR NAME="used" --> biblio(s)</a>
+						</td>
+					<!-- /TMPL_UNLESS -->
 					<td>
 						<a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR NAME="authid" -->" title="Authority number<!-- TMPL_VAR NAME="authid" -->">
 						</a>
 					</td>
-					<td>
-						<!-- TMPL_UNLESS name="used" -->
-						<a href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="authid" -->)>
-							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
-						</a>
-						<!-- /TMPL_UNLESS -->
-					</td>
+						<td>
+							<!-- TMPL_UNLESS name="used" -->
+							<a href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="authid" -->)">
+								<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
+							</a>
+							<!-- /TMPL_UNLESS -->
+						</td>
 				</tr>
 			<!-- /TMPL_LOOP -->
 		</table>





More information about the Koha-cvs mailing list