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

(-)a/authorities/authorities-home.pl (-2 lines)
Lines 161-168 elsif ( $op eq "delete" ) { Link Here
161
        }
161
        }
162
    );
162
    );
163
163
164
    # 	$template->param("statements" => \@statements,
165
    # 						"nbstatements" => $nbstatements);
166
}
164
}
167
else {
165
else {
168
    ( $template, $loggedinuser, $cookie ) = get_template_and_user(
166
    ( $template, $loggedinuser, $cookie ) = get_template_and_user(
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc (-1 lines)
Lines 1-7 Link Here
1
<form name="f" method="get" action="auth_finder.pl">
1
<form name="f" method="get" action="auth_finder.pl">
2
            <input type="hidden" name="op" value="do_search" />
2
            <input type="hidden" name="op" value="do_search" />
3
            <input type="hidden" name="type" value="intranet" />
3
            <input type="hidden" name="type" value="intranet" />
4
            <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
5
            <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->" />
4
            <input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->" />
6
                <fieldset class="rows"><ol><li>
5
                <fieldset class="rows"><ol><li>
7
                    <span class="label">Authority type</span>
6
                    <span class="label">Authority type</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc (-3 lines)
Lines 6-12 Link Here
6
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
6
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
7
        <input type="hidden" name="op" value="do_search" />
7
        <input type="hidden" name="op" value="do_search" />
8
        <input type="hidden" name="type" value="intranet" />
8
        <input type="hidden" name="type" value="intranet" />
9
        <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
10
        <select name="authtypecode">
9
        <select name="authtypecode">
11
        <!-- TMPL_LOOP NAME="authtypesloop" -->
10
        <!-- TMPL_LOOP NAME="authtypesloop" -->
12
            <!-- TMPL_IF name="selected" -->
11
            <!-- TMPL_IF name="selected" -->
Lines 36-42 Link Here
36
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
35
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
37
        <input type="hidden" name="op" value="do_search" />
36
        <input type="hidden" name="op" value="do_search" />
38
        <input type="hidden" name="type" value="intranet" />
37
        <input type="hidden" name="type" value="intranet" />
39
        <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
40
        <select  name="authtypecode">
38
        <select  name="authtypecode">
41
        <!-- TMPL_LOOP NAME="authtypesloop" -->
39
        <!-- TMPL_LOOP NAME="authtypesloop" -->
42
            <!-- TMPL_IF name="selected" -->
40
            <!-- TMPL_IF name="selected" -->
Lines 68-74 Link Here
68
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
66
    <form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
69
        <input type="hidden" name="op" value="do_search" />
67
        <input type="hidden" name="op" value="do_search" />
70
        <input type="hidden" name="type" value="intranet" />
68
        <input type="hidden" name="type" value="intranet" />
71
        <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
72
        <select name="authtypecode">
69
        <select name="authtypecode">
73
        <!-- TMPL_LOOP NAME="authtypesloop" -->
70
        <!-- TMPL_LOOP NAME="authtypesloop" -->
74
            <!-- TMPL_IF name="selected" -->
71
            <!-- TMPL_IF name="selected" -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tmpl (-2 / +1 lines)
Lines 8-14 Link Here
8
<form name="f" method="post">
8
<form name="f" method="post">
9
	<input type="hidden" name="op" value="do_search" />
9
	<input type="hidden" name="op" value="do_search" />
10
	<input type="hidden" name="type" value="intranet" />
10
	<input type="hidden" name="type" value="intranet" />
11
	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
12
	<div class="details">
11
	<div class="details">
13
		<h2>Search on</h2>
12
		<h2>Search on</h2>
14
		<p>
13
		<p>
Lines 32-35 Link Here
32
</form>
31
</form>
33
</div>
32
</div>
34
33
35
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
34
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tmpl (-2 lines)
Lines 12-18 Link Here
12
<form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="get">
12
<form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="get">
13
        <input type="hidden" name="op" value="do_search" />
13
        <input type="hidden" name="op" value="do_search" />
14
        <input type="hidden" name="type" value="opac" />
14
        <input type="hidden" name="type" value="opac" />
15
        <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
16
<fieldset class="rows">
15
<fieldset class="rows">
17
<legend>Authority search</legend>
16
<legend>Authority search</legend>
18
<ol>
17
<ol>
19
- 

Return to bug 5315