- Timestamp:
- 11/19/09 03:34:07 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/profile_customize/install/sql/install.sql
r12881 r13270 19 19 20 20 INSERT 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'), 23 23 ('body', 'Full page', 'body', 'background'), 24 24 ('infoval', 'General info values', '#divUnderCustomization .input_wrapper_value', 'font'),
Note: See TracChangeset
for help on using the changeset viewer.