Previous and next functions are not used, since this code was removed from mas_subfie...
authorJuan Romay Sieira <juan.sieira@xercode.es>
Tue, 27 Sep 2011 09:16:27 +0000 (11:16 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 15 Feb 2012 16:06:28 +0000 (17:06 +0100)
http://bugs.koha-community.org/show_bug.cgi?id=6924
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt

index 18c1db3..c196300 100644 (file)
        </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 %]