HomeHelpTrac

Ignore:
Timestamp:
11/19/09 03:34:07 (3 years ago)
Author:
Alexey Penskikh
Message:

Ticket #1460

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/profile_customize/install/sql/install.sql

    r12881 r13270  
    1919 
    2020INSERT INTO `bx_profile_custom_units` (`name`, `caption`, `css_name`, `type`) VALUES 
    21     ('box', 'Default box', '#divUnderCustomization .boxContent', 'background'), 
    22     ('boxheader', 'Default box header', '#divUnderCustomization .disignBoxFirst', 'background'), 
     21    ('boxcontent', 'Default box content', '#divUnderCustomization .disignBoxFirst .boxContent', 'background'), 
     22    ('boxheader', 'Default box header', '#divUnderCustomization .disignBoxFirst .boxFirstHeader', 'background'), 
    2323    ('body', 'Full page', 'body', 'background'), 
    2424    ('infoval', 'General info values', '#divUnderCustomization .input_wrapper_value', 'font'), 
Note: See TracChangeset for help on using the changeset viewer.