[Koha-patches] [PATCH] Previous and next functions are not used, since this code was removed from mas_subfields_structure.pl

Juan Romay Sieira juan.sieira at xercode.es
Tue Sep 27 11:50:41 CEST 2011


---
 .../en/modules/admin/marc_subfields_structure.tt   |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
index 18c1db3..c196300 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
@@ -221,13 +221,6 @@
 	</fieldset>
 </form>
 
-[% IF ( previous ) %]
-    <input type="image" src="[% interface %]/[% theme %]/images/1leftarrow.png" title="previous" alt="previous" border="0" />
-[% END %]
-[% IF ( next ) %]
-    [% next %]
-        <input type="image" src="[% interface %]/[% theme %]/images/1rightarrow.png" title="next" alt="next" border="0" />
-[% END %]
 [% END %]
 
 
-- 
1.7.1



More information about the Koha-patches mailing list