[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/ctools/stylizer/plugins/export_ui/ -> stylizer.inc (source)

   1  <?php
   2  // $Id: stylizer.inc,v 1.1.2.2 2010/07/14 23:10:16 merlinofchaos Exp $
   3  
   4  $plugin = array(
   5    'schema' => 'stylizer',
   6    'access' => 'administer stylizer',
   7  
   8    'menu' => array(
   9      'menu item' => 'stylizer',
  10      'menu title' => 'Stylizer',
  11      'menu description' => 'Add, edit or delete stylizer styles.',
  12    ),
  13  
  14    'title singular' => t('style'),
  15    'title singular proper' => t('Style'),
  16    'title plural' => t('styles'),
  17    'title plural proper' => t('Styles'),
  18  
  19    'handler' => array(
  20      'class' => 'stylizer_ui',
  21      'parent' => 'ctools_export_ui',
  22    ),
  23  
  24    'strings' => array(
  25      'message' => array(
  26        'missing base type' => t('There are currently no style types available to add. You should enable a module that utilizes them, such as Panels.'),
  27      ),
  28    ),
  29  
  30    'use wizard' => TRUE,
  31    'form info' => array(
  32      'add order' => array(
  33        'admin' => t('Administrative settings'),
  34        'type' => t('Select style type'),
  35        'choose' => t('Select base style'),
  36      ),
  37      'order' => array(
  38        'admin' => t('Administrative settings'),
  39      ),
  40      'forms' => array(
  41        'choose' => array(
  42          'form id' => 'ctools_stylizer_edit_style_form_choose',
  43        ),
  44      ),
  45    ),
  46  );
  47  


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7