Changeset 1449

Show
Ignore:
Timestamp:
03/04/08 00:46:54 (9 months ago)
Author:
bsmith
Message:

Updating WidgetManager with new widget names

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-30/plugins/WidgetManager/lib/WidgetManager/CMS.pm

    r1439 r1449  
    288288            label   => '2-column layout - Sidebar', 
    289289            widgets => [ 
    290                 'Search',            'About This Page', 
    291                 'Home Page Widgets', 'Archives', 
    292                 'Page Listing',             'Syndication', 
     290                'Search', 
     291                'About This Page', 
     292                'Home Page Widgets Group', 
     293                'Archive Widgets Group', 
     294                'Page Listing', 
     295                'Syndication', 
    293296                'Powered By', 
    294297            ], 
     
    296299        { 
    297300            label   => '3-column layout - Primary Sidebar', 
    298             widgets => [ 'Archives', 'Page Listing', 'Syndication', 'Powered By', ], 
     301            widgets => [ 
     302                'Archive Widgets Group', 
     303                'Page Listing', 
     304                'Syndication', 
     305                'Powered By', 
     306            ], 
    299307        }, 
    300308        { 
    301309            label   => '3-column layout - Secondary Sidebar', 
    302             widgets => [ 'Search', 'Home Page Widgets', 'About This Page', ], 
     310            widgets => [ 
     311                'Search', 
     312                'Home Page Widgets Group', 
     313                'About This Page', 
     314            ], 
    303315        }, 
    304316    ];