From 2494f5c8ec51c3e95d3cad468016f6173a79b3b4 Mon Sep 17 00:00:00 2001 From: kados Date: Sun, 5 Feb 2006 21:53:54 +0000 Subject: [PATCH] Adds database support for IntranetNav systempref -- used to add HTML tags to left-hand navigation menu on Intranet. ---------------------------------------------------------------------- --- updater/updatedatabase | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index aa0124f831..4d0830c624 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -978,6 +978,15 @@ my %tabledata = ( explanation => 'Use HTML tabs to add navigational links to the left-hand navigational bar in OPAC', type => 'free', }, + { + uniquefieldrequired => 'variable', + variable => 'IntranetNav', + value => '', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Use HTML tabs to add navigational links to the left-hand navigational bar in Intranet', + type => 'free', + }, { uniquefieldrequired => 'variable', variable => 'AmazonContent', @@ -1641,6 +1650,11 @@ $sth->finish; exit; # $Log$ +# Revision 1.100.2.22 2006/02/05 21:53:54 kados +# Adds database support for IntranetNav systempref -- used to add HTML +# tags to left-hand navigation menu on Intranet. +# ---------------------------------------------------------------------- +# # Revision 1.100.2.21 2006/02/04 18:17:00 kados # Adds opaccolorstylesheet, intranetstylesheet, intranetcolorstylesheet # to systemprefs. -- 2.39.5