[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/bookshelve... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/bookshelve... [rel_3_0] |
Date: |
Wed, 13 Sep 2006 08:23:33 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/09/13 08:23:33
Modified files:
koha-tmpl/intranet-tmpl/prog/en/bookshelves: shelves.tmpl
Log message:
fix wrong link to detail.pl
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3
Patches:
Index: shelves.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- shelves.tmpl 12 Sep 2006 17:23:01 -0000 1.1.2.2
+++ shelves.tmpl 13 Sep 2006 08:23:33 -0000 1.1.2.3
@@ -57,7 +57,7 @@
<th>©</th>
<th> </th>
</tr><!-- TMPL_LOOP Name="itemsloop" --><!--
TMPL_IF NAME="toggle" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!--
/TMPL_IF --><!-- TMPL_IF name="manageshelf" --><td><input type="checkbox"
name="REM-<!-- TMPL_VAR NAME="itemnumber" -->" /></td><!-- /TMPL_IF -->
- <td><a
href="/cgi-bin/koha/catalogue/detail.pl?bib=<!-- TMPL_VAR name="biblionumber"
-->"><!-- TMPL_VAR NAME="title" --></a></td>
+ <td><a
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!--
TMPL_VAR NAME="title" --></a></td>
<td><!-- TMPL_VAR NAME="author"
--></td>
<td><!-- TMPL_VAR
NAME="itemtype" --></td>
<td><!-- TMPL_VAR
NAME="publicationyear" --></td>