[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/templates/edge-it/ -> hook_settings.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare - Preferences                                                 *
   4      * http://www.eGroupWare.org                                                *
   5      * --------------------------------------------                             *
   6      *  This program is free software; you can redistribute it and/or modify it *
   7      *  under the terms of the GNU General Public License as published by the   *
   8      *  Free Software Foundation; either version 2 of the License, or (at your  *
   9      *  option) any later version.                                              *
  10      \**************************************************************************/
  11  
  12      /* $Id: hook_settings.inc.php 20295 2006-02-15 12:31:25Z  $ */
  13  
  14      $start_and_logout_icons = array(
  15          'yes' => lang('yes'),
  16          'no'  => lang('no')
  17      );
  18      $click_or_onmouseover = array(
  19          'click'       => lang('Click'),
  20          'onmouseover' => lang('On Mouse Over')
  21      );
  22  
  23      $GLOBALS['settings'] = array(
  24          'templ' => array(
  25              'type'  => 'section',
  26              'title' => 'Preferences for the idots template set'
  27          ),
  28          'start_and_logout_icons' => array(
  29              'type'   => 'select',
  30              'label'  => 'Show home and logout button in main application bar?',
  31              'name'   => 'start_and_logout_icons',
  32              'values' => $start_and_logout_icons,
  33              'help'   => 'When you say yes the home and logout buttons are presented as applications in the main top applcation bar.'
  34          ),
  35          'max_icons' => array(
  36              'type'  => 'input',
  37              'label' => 'Max number of icons in navbar',
  38              'name'  => 'max_icons',
  39              'help'  => 'How many icons should be shown in the navbar (top of the page). Additional icons go into a kind of pulldown menu, callable by the icon on the far right side of the navbar.','',3
  40          ),
  41          'auto_hide_sidebox' => array(
  42              'type'  => 'check',
  43              'label' => 'Autohide Sidebox menu\'s',
  44              'name'  => 'auto_hide_sidebox',
  45              'help'  => 'Automatically hide the Sidebox menu\'s?'
  46          ),
  47          'click_or_onmouseover' => array(
  48              'type'   => 'select',
  49              'label'  => 'Click or Mouse Over to show menus',
  50              'name'   => 'click_or_onmouseover',
  51              'values' => $click_or_onmouseover,
  52              'help'   => 'Click or Mouse Over to show menus?'
  53          ),
  54          'disable_slider_effects' => array(
  55              'type'  => 'check',
  56              'label' => 'Disable slider effects',
  57              'name'  => 'disable_slider_effects',
  58              'help'  => 'Disable the animated slider effects when showing or hiding menus in the page? Opera and Konqueror users will probably must want this.'
  59          ),
  60          'disable_pngfix' => array(
  61              'type'  => 'check',
  62              'label' => 'Disable Internet Explorer png-image-bugfix',
  63              'name'  => 'disable_pngfix',
  64              'help'  => 'Disable the execution a bugfixscript for Internet Explorer 5.5 and higher to show transparency in PNG-images?'
  65          ),
  66          'show_generation_time' => array(
  67              'type'  => 'check',
  68              'label' => 'Show page generation time',
  69              'name'  => 'show_generation_time',
  70              'help'  => 'Show page generation time on the bottom of the page?'
  71          )
  72      );


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7