HomeHelpTrac

Changeset 15954


Ignore:
Timestamp:
02/07/12 00:24:51 (4 months ago)
Author:
Anton Lesnikov
Message:

"Page Builder" checklist from Andrew

Location:
trunk/studio/templates/base
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/studio/templates/base/scripts/BxBaseStudioBuilderPage.php

    r15953 r15954  
    7373                'uri' => BX_DOL_STUDIO_MODULE_SYSTEM,  
    7474                'title' => '_adm_bp_cpt_type_' . BX_DOL_STUDIO_MODULE_SYSTEM,  
    75                 'icon' => 'mi-system.png' 
     75                'icon' => 'mi-bp-system.png' 
    7676            ), 
    7777            array( 
     
    8080                'uri' => BX_DOL_STUDIO_MODULE_CUSTOM,  
    8181                'title' => '_adm_bp_cpt_type_' . BX_DOL_STUDIO_MODULE_CUSTOM,  
    82                 'icon' => 'mi-system.png' 
     82                'icon' => 'mi-bp-custom.png' 
    8383            ), 
    8484            array( 
     
    591591            array( 
    592592                'name' => BX_DOL_STUDIO_MODULE_SYSTEM,  
    593                 'icon' => 'mi-system.png', 
     593                'icon' => 'mi-bp-system.png', 
    594594                'active' => $sSelected == BX_DOL_STUDIO_MODULE_SYSTEM ? 1 : 0, 
    595595            ), 
    596596            array( 
    597597                'name' => BX_DOL_STUDIO_MODULE_CUSTOM, 
    598                 'icon' => 'mi-system.png', 
     598                'icon' => 'mi-bp-custom.png', 
    599599                'active' => $sSelected == BX_DOL_STUDIO_MODULE_CUSTOM ? 1 : 0, 
    600600            ), 
     
    602602                'name' => BX_DOL_STUDIO_BP_SKELETONS, 
    603603                'caption' => '_sys_block_types_skeletons', 
    604                 'icon' => 'mi-system.png', 
     604                'icon' => 'mi-bp-skeletons.png', 
    605605                'active' => $sSelected == BX_DOL_STUDIO_BP_SKELETONS ? 1 : 0, 
    606606            ), 
Note: See TracChangeset for help on using the changeset viewer.