changing parameters template directory to admin
authorhdl <hdl>
Fri, 24 Feb 2006 11:15:01 +0000 (11:15 +0000)
committerhdl <hdl>
Fri, 24 Feb 2006 11:15:01 +0000 (11:15 +0000)
27 files changed:
admin/admin-home.pl
admin/aqbookfund.pl
admin/aqbudget.pl
admin/auth_subfields_structure.pl
admin/auth_tag_structure.pl
admin/authorised_values.pl
admin/authtypes.pl
admin/biblio_framework.pl
admin/branches.pl
admin/categorie.pl
admin/categoryitem.pl
admin/checkmarc.pl
admin/currency.pl
admin/issuingrules.pl
admin/itemtypecategory.pl
admin/itemtypes.pl
admin/itemtypesubcategory.pl
admin/koha2marclinks.pl
admin/marc_subfields_structure.pl
admin/marctagstructure.pl
admin/mediatype.pl
admin/printers.pl
admin/stopwords.pl
admin/systempreferences.pl
admin/thesaurus.pl
admin/viewlog.pl
admin/z3950servers.pl

index 30b1dec..17f93e3 100755 (executable)
@@ -10,7 +10,7 @@ use HTML::Template;
 
 my $query = new CGI;
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "parameters/admin-home.tmpl",
+    = get_template_and_user({template_name => "admin/admin-home.tmpl",
                             query => $query,
                             type => "intranet",
                             authnotrequired => 0,
index ad9734c..6527dd1 100755 (executable)
@@ -88,7 +88,7 @@ my $op = $input->param('op') || '';
 $searchfield=~ s/\,//g;
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/aqbookfund.tmpl",
+    = get_template_and_user({template_name => "admin/aqbookfund.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 9ba8d9e..36766b6 100755 (executable)
@@ -78,7 +78,7 @@ my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/aqbudget.tmpl",
+    = get_template_and_user({template_name => "admin/aqbudget.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index a172c25..5042535 100755 (executable)
@@ -55,7 +55,7 @@ my $offset=$input->param('offset');
 my $script_name="/cgi-bin/koha/admin/auth_subfields_structure.pl";
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/auth_subfields_structure.tmpl",
+    = get_template_and_user({template_name => "admin/auth_subfields_structure.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 5f362c7..f69b6a5 100755 (executable)
@@ -50,7 +50,7 @@ my $dbh = C4::Context->dbh;
 
 # open template
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "parameters/auth_tag_structure.tmpl",
+    = get_template_and_user({template_name => "admin/auth_tag_structure.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 97a0e8c..efd1cf7 100755 (executable)
@@ -55,7 +55,7 @@ my $script_name="/cgi-bin/koha/admin/authorised_values.pl";
 my $dbh = C4::Context->dbh;
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/authorised_values.tmpl",
+    = get_template_and_user({template_name => "admin/authorised_values.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 0195190..ad68d19 100755 (executable)
@@ -56,7 +56,7 @@ my $pagesize=20;
 my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/authtypes.tmpl",
+    = get_template_and_user({template_name => "admin/authtypes.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index c81c698..f8a6495 100755 (executable)
@@ -56,7 +56,7 @@ my $pagesize=20;
 my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/biblio_framework.tmpl",
+    = get_template_and_user({template_name => "admin/biblio_framework.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index fd804b1..4ebf9d4 100755 (executable)
@@ -69,7 +69,7 @@ my $categorycode = $input->param('categorycode');
 my $op = $input->param('op') || '';
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/branches.tmpl",
+    = get_template_and_user({template_name => "admin/branches.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index e544100..faee98a 100755 (executable)
@@ -69,7 +69,7 @@ my $categorycode=$input->param('categorycode');
 my $op = $input->param('op');
 
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "parameters/categorie.tmpl",
+    = get_template_and_user({template_name => "admin/categorie.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 0d7b7d5..a1e40b7 100644 (file)
@@ -71,7 +71,7 @@ my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 
 my ($template, $loggedinuser, $cookie) 
-    = get_template_and_user({template_name => "parameters/categoryitem.tmpl",
+    = get_template_and_user({template_name => "admin/categoryitem.tmpl",
                              query => $input,
                              type => "intranet",
                              authnotrequired => 0,
index 2469f91..707e5ed 100755 (executable)
@@ -31,7 +31,7 @@ use HTML::Template;
 my $input = new CGI;
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/checkmarc.tmpl",
+    = get_template_and_user({template_name => "admin/checkmarc.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 2bfc235..8a0a8b2 100755 (executable)
@@ -77,7 +77,7 @@ my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 
 my ($template, $loggedinuser, $cookie) 
-    = get_template_and_user({template_name => "parameters/currency.tmpl",
+    = get_template_and_user({template_name => "admin/currency.tmpl",
                              query => $input,
                              type => "intranet",
                             flagsrequired => {parameters => 1, management => 1},
index c27dccb..9b548bc 100755 (executable)
@@ -39,7 +39,7 @@ my $op = $input->param('op');
 # my $flagsrequired;
 # $flagsrequired->{circulation}=1;
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "parameters/issuingrules.tmpl",
+    = get_template_and_user({template_name => "admin/issuingrules.tmpl",
                              query => $input,
                              type => "intranet",
                              authnotrequired => 0,
index 3b1f6cc..b1dd35d 100644 (file)
@@ -74,7 +74,7 @@ my $pagesize=20;
 my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/itemtypecategory.tmpl",
+    = get_template_and_user({template_name => "admin/itemtypecategory.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 1a9c507..10fbe39 100755 (executable)
@@ -73,7 +73,7 @@ my $pagesize=20;
 my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/itemtypes.tmpl",
+    = get_template_and_user({template_name => "admin/itemtypes.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 3b25aea..baddc8a 100644 (file)
@@ -74,7 +74,7 @@ my $pagesize=20;
 my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/itemtypesubcategory.tmpl",
+    = get_template_and_user({template_name => "admin/itemtypesubcategory.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 0a64bc7..7a57225 100755 (executable)
@@ -36,7 +36,7 @@ my $op=$input->param('op');
 my $script_name = 'koha2marclinks.pl';
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/koha2marclinks.tmpl",
+    = get_template_and_user({template_name => "admin/koha2marclinks.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index e7f3644..79ca9a3 100755 (executable)
@@ -57,7 +57,7 @@ my $offset=$input->param('offset');
 my $script_name="/cgi-bin/koha/admin/marc_subfields_structure.pl";
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/marc_subfields_structure.tmpl",
+    = get_template_and_user({template_name => "admin/marc_subfields_structure.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 9f0c721..22adcb4 100755 (executable)
@@ -51,7 +51,7 @@ my $dbh = C4::Context->dbh;
 
 # open template
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "parameters/marctagstructure.tmpl",
+    = get_template_and_user({template_name => "admin/marctagstructure.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index f953632..f617a4b 100644 (file)
@@ -75,7 +75,7 @@ my $pagesize=20;
 my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/mediatype.tmpl",
+    = get_template_and_user({template_name => "admin/mediatype.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index 5c5c39c..1ea86cb 100755 (executable)
@@ -80,7 +80,7 @@ my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "parameters/printers.tmpl",
+    = get_template_and_user({template_name => "admin/printers.tmpl",
                              query => $input,
                              type => "intranet",
                              authnotrequired => 0,
index af1a027..5a1e50d 100755 (executable)
@@ -76,7 +76,7 @@ my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 
 my ($template, $loggedinuser, $cookie) 
-    = get_template_and_user({template_name => "parameters/stopwords.tmpl",
+    = get_template_and_user({template_name => "admin/stopwords.tmpl",
                             query => $input,
                             type => "intranet",
                            flagsrequired => {parameters => 1, management => 1},
index 56cb5fc..f586eb6 100755 (executable)
@@ -130,7 +130,7 @@ my $offset=$input->param('offset');
 my $script_name="/cgi-bin/koha/admin/systempreferences.pl";
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/systempreferences.tmpl",
+    = get_template_and_user({template_name => "admin/systempreferences.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index c1aa218..76ca6c7 100755 (executable)
@@ -45,7 +45,7 @@ my $dbh = C4::Context->dbh;
 my $authoritysep = C4::Context->preference("authoritysep");
 
 my ($template, $borrowernumber, $cookie)
-    = get_template_and_user({template_name => "parameters/thesaurus.tmpl",
+    = get_template_and_user({template_name => "admin/thesaurus.tmpl",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,
index e3c4992..1991e6a 100755 (executable)
@@ -42,7 +42,7 @@ plugin that shows a stats on borrowers
 
 my $input = new CGI;
 my $do_it=$input->param('do_it');
-my $fullreportname = "parameters/viewlog.tmpl";
+my $fullreportname = "admin/viewlog.tmpl";
 my $modulename = $input->param("module");
 my $userfilter = $input->param("user");
 my $actionfilter = $input->param("action");
index 9baba6c..084bcdf 100755 (executable)
@@ -57,7 +57,7 @@ my $op = $input->param('op');
 $searchfield=~ s/\,//g;
 
 my ($template, $loggedinuser, $cookie) 
-    = get_template_and_user({template_name => "parameters/z3950servers.tmpl",
+    = get_template_and_user({template_name => "admin/z3950servers.tmpl",
                                query => $input,
                                type => "intranet",
                                authnotrequired => 0,