Changeset 15954
- Timestamp:
- 02/07/12 00:24:51 (4 months ago)
- Location:
- trunk/studio/templates/base
- Files:
-
- 3 added
- 1 edited
-
images/icons/mi-bp-custom.png (added)
-
images/icons/mi-bp-skeletons.png (added)
-
images/icons/mi-bp-system.png (added)
-
scripts/BxBaseStudioBuilderPage.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/studio/templates/base/scripts/BxBaseStudioBuilderPage.php
r15953 r15954 73 73 'uri' => BX_DOL_STUDIO_MODULE_SYSTEM, 74 74 'title' => '_adm_bp_cpt_type_' . BX_DOL_STUDIO_MODULE_SYSTEM, 75 'icon' => 'mi- system.png'75 'icon' => 'mi-bp-system.png' 76 76 ), 77 77 array( … … 80 80 'uri' => BX_DOL_STUDIO_MODULE_CUSTOM, 81 81 'title' => '_adm_bp_cpt_type_' . BX_DOL_STUDIO_MODULE_CUSTOM, 82 'icon' => 'mi- system.png'82 'icon' => 'mi-bp-custom.png' 83 83 ), 84 84 array( … … 591 591 array( 592 592 'name' => BX_DOL_STUDIO_MODULE_SYSTEM, 593 'icon' => 'mi- system.png',593 'icon' => 'mi-bp-system.png', 594 594 'active' => $sSelected == BX_DOL_STUDIO_MODULE_SYSTEM ? 1 : 0, 595 595 ), 596 596 array( 597 597 'name' => BX_DOL_STUDIO_MODULE_CUSTOM, 598 'icon' => 'mi- system.png',598 'icon' => 'mi-bp-custom.png', 599 599 'active' => $sSelected == BX_DOL_STUDIO_MODULE_CUSTOM ? 1 : 0, 600 600 ), … … 602 602 'name' => BX_DOL_STUDIO_BP_SKELETONS, 603 603 'caption' => '_sys_block_types_skeletons', 604 'icon' => 'mi- system.png',604 'icon' => 'mi-bp-skeletons.png', 605 605 'active' => $sSelected == BX_DOL_STUDIO_BP_SKELETONS ? 1 : 0, 606 606 ),
Note: See TracChangeset
for help on using the changeset viewer.