Minor fixes.
authorwolfpac444 <wolfpac444>
Fri, 4 Apr 2003 22:39:45 +0000 (22:39 +0000)
committerwolfpac444 <wolfpac444>
Fri, 4 Apr 2003 22:39:45 +0000 (22:39 +0000)
admin/categorie.pl
koha-tmpl/intranet-tmpl/default/en/parameters/categorie.tmpl

index 8cf1e26..e7afbfb 100755 (executable)
@@ -170,6 +170,7 @@ if ($op eq 'add_form') {
 ################## DELETE_CONFIRMED ##################################
 # called by delete_confirm, used to effectively confirm deletion of data in DB
 } elsif ($op eq 'delete_confirmed') {
+       $template->param(delete_confirmed => 1);
        my $dbh = C4::Context->dbh;
        my $categorycode=uc($input->param('categorycode'));
        my $query = "delete from categories where categorycode='$categorycode'";
index 3836706..b433c36 100644 (file)
                </tr>
                <tr>
                        <td>Issue limit</td>
-                       <td><TMPL_VAR NAME=isssuelimit></td>
+                       <td><TMPL_VAR NAME=issuelimit></td>
                </tr>
                <tr>
                        <td>Reserve fee</td>
                </tr>
                 <tr>
                        <td><INPUT type=submit value='YES'></form></td>
-                       <td><form action='<TMPL_VAR NAME=script_name>' method=post><input type=submit value==NO></form></td>
+                       <td><form action='<TMPL_VAR NAME=script_name>' method=post><input type=submit value=NO></form></td>
                </tr>
                </TMPL_IF>