Browse Source

Bug 5315: Remove references to obsolete variable nbstatements

Trying to see the wood from the trees

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
3.6.x-rmaint/testing
Colin Campbell 14 years ago
committed by Galen Charlton
parent
commit
9e5366734b
  1. 2
      authorities/authorities-home.pl
  2. 1
      koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc
  3. 3
      koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc
  4. 3
      koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tmpl
  5. 1
      koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tmpl

2
authorities/authorities-home.pl

@ -161,8 +161,6 @@ elsif ( $op eq "delete" ) {
}
);
# $template->param("statements" => \@statements,
# "nbstatements" => $nbstatements);
}
else {
( $template, $loggedinuser, $cookie ) = get_template_and_user(

1
koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc

@ -1,7 +1,6 @@
<form name="f" method="get" action="auth_finder.pl">
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="intranet" />
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->" />
<fieldset class="rows"><ol><li>
<span class="label">Authority type</span>

3
koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc

@ -6,7 +6,6 @@
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="intranet" />
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
<select name="authtypecode">
<!-- TMPL_LOOP NAME="authtypesloop" -->
<!-- TMPL_IF name="selected" -->
@ -36,7 +35,6 @@
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="intranet" />
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
<select name="authtypecode">
<!-- TMPL_LOOP NAME="authtypesloop" -->
<!-- TMPL_IF name="selected" -->
@ -68,7 +66,6 @@
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get">
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="intranet" />
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
<select name="authtypecode">
<!-- TMPL_LOOP NAME="authtypesloop" -->
<!-- TMPL_IF name="selected" -->

3
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tmpl

@ -8,7 +8,6 @@
<form name="f" method="post">
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="intranet" />
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
<div class="details">
<h2>Search on</h2>
<p>
@ -32,4 +31,4 @@
</form>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->

1
koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tmpl

@ -12,7 +12,6 @@
<form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="get">
<input type="hidden" name="op" value="do_search" />
<input type="hidden" name="type" value="opac" />
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
<fieldset class="rows">
<legend>Authority search</legend>
<ol>

Loading…
Cancel
Save