View | Details | Raw Unified | Return to bug 8185
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-4 / +3 lines)
Lines 112-118 Link Here
112
<h3>Plugin to build links between records</h3>
112
<h3>Plugin to build links between records</h3>
113
	[% IF ( Search ) %]
113
	[% IF ( Search ) %]
114
		<div id="MARC21_Linking_section_search">
114
		<div id="MARC21_Linking_section_search">
115
		<h2> Cerca su </h2>
115
		<h2>Search for</h2>
116
		<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl">
116
		<form name="f" method="post" action="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl">
117
	
117
	
118
			<p>
118
			<p>
Lines 156-162 Link Here
156
                                  <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% startfromnext %]&amp;search=[% search %]&amp;resultsperpage=[% resultsperpage %]&amp;type=intranet&amp;op=do_search">Prossimo&gt;&gt;</a>
156
                                  <a class="resultnumber" href="/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&amp;index=[% index %]&amp;startfrom=[% startfromnext %]&amp;search=[% search %]&amp;resultsperpage=[% resultsperpage %]&amp;type=intranet&amp;op=do_search">Prossimo&gt;&gt;</a>
157
                                [% END %]</p>
157
                                [% END %]</p>
158
			<p class="resultcount">
158
			<p class="resultcount">
159
                          [% IF ( total ) %]Results [% from %] a [% to %] di [% total %]
159
                          [% IF ( total ) %]Results [% from %] to [% to %] of [% total %]
160
                          [% ELSE %]No results found
160
                          [% ELSE %]No results found
161
                          [% END %]</p></div>
161
                          [% END %]</p></div>
162
		<div id="resultlist">
162
		<div id="resultlist">
Lines 235-238 Link Here
235
	[% END %]
235
	[% END %]
236
236
237
[% END %]
237
[% END %]
238
[% INCLUDE 'popup-bottom.inc' %]
238
[% INCLUDE 'popup-bottom.inc' %]
239
- 

Return to bug 8185