Changeset 669 for trunk/admin


Ignore:
Timestamp:
Dec 31, 2004, 8:58:41 AM (19 years ago)
Author:
plg
Message:
  • administration instructions rewritten (english only), no more picture needed to represent directories tree, space added between list items
Location:
trunk/admin
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/help.php

    r593 r669  
    3030
    3131//----------------------------------------------------- help categories display
    32 $categories = array( 'images','thumbnails','database','remote','upload',
    33                      'virtual','groups','access','infos' );
    34 foreach ( $categories as $category ) {
    35   $template->assign_block_vars('cat', array('NAME'=>$lang['help_'.$category.'_title']));
    36   if ( $category == 'images' )
     32$categories = array('images','thumbnails','database','access','groups',
     33                    'remote','upload','virtual','infos');
     34foreach ($categories as $category)
     35{
     36  $template->assign_block_vars(
     37    'cat',
     38    array('NAME'=>$lang['help_'.$category.'_title']));
     39 
     40  foreach ($lang['help_'.$category] as $item)
    3741  {
    38     $template->assign_block_vars('cat.illustration', array(
    39           'SRC_IMG'=>PHPWG_ROOT_PATH.'admin/images/admin.png',
    40           'CAPTION'=>$lang['help_images_intro']
    41           ));
    42   }
    43   foreach ( $lang['help_'.$category] as $item ) {
    4442    $template->assign_block_vars('cat.item', array('CONTENT'=>$item));
    4543  }
Note: See TracChangeset for help on using the changeset viewer.