koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/admin systempreferences.pl,1.22.2.3,1.22.2.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin systempreferences.pl,1.22.2.3,1.22.2.4
Date: Fri, 23 Sep 2005 01:57:04 -0700

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17550/admin

Modified Files:
      Tag: rel_2_2
        systempreferences.pl 
Log Message:
* moving some systempreferences to a better tab
* fixing a bug : tab was lost after a modif

Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.22.2.3
retrieving revision 1.22.2.4
diff -C2 -r1.22.2.3 -r1.22.2.4
*** systempreferences.pl        1 Aug 2005 15:13:11 -0000       1.22.2.3
--- systempreferences.pl        23 Sep 2005 08:57:02 -0000      1.22.2.4
***************
*** 55,64 ****
  $tabsysprefs{ISBD}="Catalogue";
  $tabsysprefs{marc}="Catalogue";
  $tabsysprefs{marcflavour}="Catalogue";
! $tabsysprefs{SubscriptionHistory}="Catalogue";
  $tabsysprefs{maxoutstanding}="Circulation";
  $tabsysprefs{printcirculationslips}="Circulation";
  $tabsysprefs{ReturnBeforeExpiry}="Circulation";
! $tabsysprefs{suggestion}="Acquisitions";
  $tabsysprefs{automembernum}="Members";
  $tabsysprefs{noissuescharge}="Circulation";
--- 55,65 ----
  $tabsysprefs{ISBD}="Catalogue";
  $tabsysprefs{marc}="Catalogue";
+ $tabsysprefs{autoBarcode}="Catalogue";
  $tabsysprefs{marcflavour}="Catalogue";
! $tabsysprefs{SubscriptionHistory}="OPAC";
  $tabsysprefs{maxoutstanding}="Circulation";
  $tabsysprefs{printcirculationslips}="Circulation";
  $tabsysprefs{ReturnBeforeExpiry}="Circulation";
! $tabsysprefs{suggestion}="OPAC";
  $tabsysprefs{automembernum}="Members";
  $tabsysprefs{noissuescharge}="Circulation";
***************
*** 68,74 ****
  $tabsysprefs{opacstylesheet}="OPAC";
  $tabsysprefs{BiblioDefaultView}="OPAC";
! $tabsysprefs{hidelostitem}="OPAC";
  $tabsysprefs{KohaAdmin}="Admin";
! $tabsysprefs{checkdigit}="Admin";
  $tabsysprefs{dateformat}="Admin";
  $tabsysprefs{insecure}="Admin";
--- 69,77 ----
  $tabsysprefs{opacstylesheet}="OPAC";
  $tabsysprefs{BiblioDefaultView}="OPAC";
! $tabsysprefs{opaclargeimage}="OPAC";
! $tabsysprefs{opacsmallimage}="OPAC";
! $tabsysprefs{hidelostitems}="OPAC";
  $tabsysprefs{KohaAdmin}="Admin";
! $tabsysprefs{checkdigit}="Members";
  $tabsysprefs{dateformat}="Admin";
  $tabsysprefs{insecure}="Admin";
***************
*** 304,308 ****
        }
        $sth->finish;
!       print "Content-Type: text/html\n\n<META HTTP-EQUIV=Refresh CONTENT=\"0; 
URL=systempreferences.pl\"></html>";
        exit;
  ################## DELETE_CONFIRM ##################################
--- 307,311 ----
        }
        $sth->finish;
!       print "Content-Type: text/html\n\n<META HTTP-EQUIV=Refresh CONTENT=\"0; 
URL=systempreferences.pl?tab=".$tabsysprefs{$input->param('variable')}."\"></html>";
        exit;
  ################## DELETE_CONFIRM ##################################




reply via email to

[Prev in Thread] Current Thread [Next in Thread]