/[drupal]/contributions/modules/iedestroyer/iedestroyer.module
ViewVC logotype

Diff of /contributions/modules/iedestroyer/iedestroyer.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6.2.21, Sun Jul 27 18:40:53 2008 UTC revision 1.6.2.22, Sun Jul 27 19:23:18 2008 UTC
# Line 125  function iedestroyer_admin() { Line 125  function iedestroyer_admin() {
125      '#title' => t('Persistence'),      '#title' => t('Persistence'),
126      '#default_value' => variable_get('iedestroyer_persistence', IEDESTROYER_PERSISTENCE_ALWAYS),      '#default_value' => variable_get('iedestroyer_persistence', IEDESTROYER_PERSISTENCE_ALWAYS),
127      '#options' => array(      '#options' => array(
128        IEDESTROYER_PERSISTENCE_ALWAYS => t('Always show banner'),        IEDESTROYER_PERSISTENCE_ALWAYS => t('Always show IE Destroyer'),
129        IEDESTROYER_PERSISTENCE_FORCE => t('Always show banner and normal output will not be shown'),        IEDESTROYER_PERSISTENCE_FORCE => t('Always show IE Destroyer and normal output will not be shown'),
130      ),      ),
131    );    );
132    
# Line 134  function iedestroyer_admin() { Line 134  function iedestroyer_admin() {
134      '#type' => 'checkbox',      '#type' => 'checkbox',
135      '#title' => t('Hiding'),      '#title' => t('Hiding'),
136      '#default_value' => variable_get('iedestroyer_hide', 1),      '#default_value' => variable_get('iedestroyer_hide', 1),
137      '#description' => t('Are users allowed to temporarily hide the banner using a button?'),      '#description' => t('Are users allowed to temporarily hide IE Destroyer using a button?'),
138    );    );
139    
140    $browsers = iedestroyer_browsers();    $browsers = iedestroyer_browsers();

Legend:
Removed from v.1.6.2.21  
changed lines
  Added in v.1.6.2.22

  ViewVC Help
Powered by ViewVC 1.1.2