[Koha-patches] [PATCH] Removing unused recentacquiloop markup (Bug 3439)

Owen Leonard oleonard at myacpl.org
Thu Jul 23 18:40:38 CEST 2009


---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tmpl |   52 --------------------
 1 files changed, 0 insertions(+), 52 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tmpl
index a7c8bdd..de35833 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tmpl
@@ -37,58 +37,6 @@
 
 	<!-- TMPL_IF NAME="OpacMainUserBlock" --><div id="opacmainuserblock" class="container"><!-- TMPL_VAR NAME="OpacMainUserBlock" --></div><!-- /TMPL_IF -->
 
-<!-- TMPL_IF NAME="recentacquiloop"-->
-    <div class="searchresults">
-        <table>
-        <tr>
-            <th>Title</th>
-            <th>Author</th>
-            <th>copyright</th>
-            <th>publication year</th>
-            <th>Date</th>
-        </tr>
-        <!-- TMPL_LOOP NAME="recentacquiloop" -->
-        <tr>
-            <td><p>
-                    <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
-                    <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
-                    <!-- TMPL_IF NAME="title"-->
-                        <!-- TMPL_VAR NAME="title" escape="html" -->
-                    <!-- TMPL_ELSE -->
-                        <span class="problem">(no title)</span>
-                    <!-- /TMPL_IF -->
-                    </a>
-                    <!-- TMPL_ELSE -->
-                    <!-- TMPL_IF name="BiblioDefaultViewisbd" -->
-                    <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
-                    <!-- TMPL_IF NAME="title" -->
-                        <!-- TMPL_VAR NAME="title" -->
-                    <!-- TMPL_ELSE -->
-                        <span class="problem">(no title)</span>
-                    <!-- /TMPL_IF -->
-                    </a>
-                    <!-- TMPL_ELSE -->
-                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
-                    <!-- TMPL_IF NAME="title" -->
-                        <!-- TMPL_VAR NAME="title" -->
-                    <!-- TMPL_ELSE -->
-                        <span class="problem">(no title)</span>
-                    <!-- /TMPL_IF -->
-                    </a>
-                    <!-- /TMPL_IF -->
-                    <!-- /TMPL_IF -->
-                </p></td>
-            <td><a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" -->">
-                    <!-- TMPL_VAR NAME="author" -->
-                </a></td>
-            <td><!-- TMPL_VAR NAME="copyrightdate" --></td>
-            <td><!-- TMPL_VAR NAME="publicationyear" --></td>
-            <td><!-- TMPL_VAR NAME="timestamp" --></td>
-        </tr>
-        <!-- /TMPL_LOOP -->
-        </table>
-     </div>
-<!-- /TMPL_IF -->
 </div>
 		
 	<!-- TMPL_IF NAME="opacuserlogin" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list