Changeset 2530


Ignore:
Timestamp:
Sep 14, 2008, 9:16:15 AM (16 years ago)
Author:
vdigital
Message:

Wigo becomes "goto".
Admin tpl files are moved.

Location:
trunk
Files:
29 added
38 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/admin/advanced_feature.php

    r2299 r2530  
    8686// +-----------------------------------------------------------------------+
    8787
    88 $template->set_filename('advanced_feature', 'admin/advanced_feature.tpl');
     88$template->set_filename('advanced_feature', 'advanced_feature.tpl');
    8989
    9090$start_url = get_root_url().'admin.php?page=advanced_feature&action=';
  • trunk/admin/cat_list.php

    r2433 r2530  
    151151// |                       template initialization                         |
    152152// +-----------------------------------------------------------------------+
    153 $template->set_filename('categories', 'admin/cat_list.tpl');
     153$template->set_filename('categories', 'cat_list.tpl');
    154154
    155155$form_action = PHPWG_ROOT_PATH.'admin.php?page=cat_list';
  • trunk/admin/cat_modify.php

    r2517 r2530  
    222222
    223223//----------------------------------------------------- template initialization
    224 $template->set_filename( 'categories', 'admin/cat_modify.tpl');
     224$template->set_filename( 'categories', 'cat_modify.tpl');
    225225
    226226$base_url = get_root_url().'admin.php?page=';
  • trunk/admin/cat_move.php

    r2299 r2530  
    6262// |                       template initialization                         |
    6363// +-----------------------------------------------------------------------+
    64 $template->set_filename('cat_move', 'admin/cat_move.tpl');
     64$template->set_filename('cat_move', 'cat_move.tpl');
    6565
    6666$template->assign(
  • trunk/admin/cat_options.php

    r2339 r2530  
    142142$template->set_filenames(
    143143  array(
    144     'cat_options' => 'admin/cat_options.tpl',
    145     'double_select' => 'admin/double_select.tpl'
     144    'cat_options' => 'cat_options.tpl',
     145    'double_select' => 'double_select.tpl'
    146146    )
    147147  );
  • trunk/admin/cat_perm.php

    r2349 r2530  
    194194// +-----------------------------------------------------------------------+
    195195
    196 $template->set_filename('cat_perm', 'admin/cat_perm.tpl');
     196$template->set_filename('cat_perm', 'cat_perm.tpl');
    197197
    198198$template->assign(
  • trunk/admin/comments.php

    r2299 r2530  
    117117// +-----------------------------------------------------------------------+
    118118
    119 $template->set_filenames(array('comments'=>'admin/comments.tpl'));
     119$template->set_filenames(array('comments'=>'comments.tpl'));
    120120
    121121// TabSheet initialization
  • trunk/admin/configuration.php

    r2325 r2530  
    165165
    166166//----------------------------------------------------- template initialization
    167 $template->set_filename('config', 'admin/configuration.tpl');
     167$template->set_filename('config', 'configuration.tpl');
    168168
    169169// TabSheet
  • trunk/admin/element_set_global.php

    r2409 r2530  
    201201// +-----------------------------------------------------------------------+
    202202$template->set_filenames(
    203   array('element_set_global' => 'admin/element_set_global.tpl'));
     203  array('element_set_global' => 'element_set_global.tpl'));
    204204
    205205$base_url = get_root_url().'admin.php';
  • trunk/admin/element_set_ranks.php

    r2517 r2530  
    104104// +-----------------------------------------------------------------------+
    105105$template->set_filenames(
    106   array('element_set_ranks' => 'admin/element_set_ranks.tpl')
     106  array('element_set_ranks' => 'element_set_ranks.tpl')
    107107  );
    108108
  • trunk/admin/element_set_unit.php

    r2299 r2530  
    127127
    128128$template->set_filenames(
    129   array('element_set_unit' => 'admin/element_set_unit.tpl'));
     129  array('element_set_unit' => 'element_set_unit.tpl'));
    130130
    131131$base_url = PHPWG_ROOT_PATH.'admin.php';
  • trunk/admin/extend_for_templates.php

    r2453 r2530  
    182182
    183183$template->set_filenames(array('extend_for_templates'
    184      => 'admin/extend_for_templates.tpl'));
     184     => 'extend_for_templates.tpl'));
    185185
    186186$base_url = PHPWG_ROOT_PATH.'admin.php?page=extend_for_templates';
  • trunk/admin/group_list.php

    r2299 r2530  
    150150// +-----------------------------------------------------------------------+
    151151
    152 $template->set_filenames(array('group_list' => 'admin/group_list.tpl'));
     152$template->set_filenames(array('group_list' => 'group_list.tpl'));
    153153
    154154$template->assign(
  • trunk/admin/group_perm.php

    r2299 r2530  
    124124$template->set_filenames(
    125125  array(
    126     'group_perm' => 'admin/group_perm.tpl',
    127     'double_select' => 'admin/double_select.tpl'
     126    'group_perm' => 'group_perm.tpl',
     127    'double_select' => 'double_select.tpl'
    128128    )
    129129  );
  • trunk/admin/history.php

    r2299 r2530  
    152152// +-----------------------------------------------------------------------+
    153153
    154 $template->set_filename('history', 'admin/history.tpl');
     154$template->set_filename('history', 'history.tpl');
    155155
    156156// TabSheet initialization
  • trunk/admin/include/check_integrity.class.php

    r2299 r2530  
    185185    if (isset($this->retrieve_list) and count($this->retrieve_list) > 0)
    186186    {
    187       $template->set_filenames(array('check_integrity' => 'admin/check_integrity.tpl'));
     187      $template->set_filenames(array('check_integrity' => 'check_integrity.tpl'));
    188188
    189189      foreach ($this->retrieve_list as $i => $c13y)
  • trunk/admin/include/functions_notification_by_mail.inc.php

    r2299 r2530  
    262262      get_mail_template($env_nbm['email_format'],
    263263        array('template' => $nbm_user['template'], 'theme' => $nbm_user['theme']));
    264     $env_nbm['mail_template']->set_filename('notification_by_mail', 'admin/notification_by_mail.tpl');
     264    $env_nbm['mail_template']->set_filename('notification_by_mail', 'notification_by_mail.tpl');
    265265  }
    266266}
  • trunk/admin/include/tabsheet.class.php

    r2299 r2530  
    127127    global $template;
    128128
    129     $template->set_filename('tabsheet', 'admin/tabsheet.tpl');
     129    $template->set_filename('tabsheet', 'tabsheet.tpl');
    130130    $template->assign('tabsheet', $this->sheets);
    131131    $template->assign('tabsheet_selected', $this->selected);
  • trunk/admin/maintenance.php

    r2306 r2530  
    116116// +-----------------------------------------------------------------------+
    117117
    118 $template->set_filenames(array('maintenance'=>'admin/maintenance.tpl'));
     118$template->set_filenames(array('maintenance'=>'maintenance.tpl'));
    119119
    120120$start_url = get_root_url().'admin.php?page=maintenance&action=';
  • trunk/admin/menubar.php

    r2488 r2530  
    158158     );
    159159}
    160 $template->set_filename( 'menubar_admin_content', 'admin/menubar.tpl' );
     160$template->set_filename( 'menubar_admin_content', 'menubar.tpl' );
    161161$template->assign_var_from_handle( 'ADMIN_CONTENT', 'menubar_admin_content');
    162162?>
  • trunk/admin/notification_by_mail.php

    r2299 r2530  
    575575  array
    576576  (
    577     'double_select' => 'admin/double_select.tpl',
    578     'notification_by_mail'=>'admin/notification_by_mail.tpl'
     577    'double_select' => 'double_select.tpl',
     578    'notification_by_mail'=>'notification_by_mail.tpl'
    579579  )
    580580);
  • trunk/admin/permalinks.php

    r2299 r2530  
    105105
    106106
    107 $template->set_filename('permalinks', 'admin/permalinks.tpl' );
     107$template->set_filename('permalinks', 'permalinks.tpl' );
    108108
    109109$query = '
  • trunk/admin/picture_modify.php

    r2304 r2530  
    195195$template->set_filenames(
    196196  array(
    197     'picture_modify' => 'admin/picture_modify.tpl'
     197    'picture_modify' => 'picture_modify.tpl'
    198198    )
    199199  );
  • trunk/admin/plugins_list.php

    r2299 r2530  
    2929include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
    3030
    31 $template->set_filenames(array('plugins' => 'admin/plugins_list.tpl'));
     31$template->set_filenames(array('plugins' => 'plugins_list.tpl'));
    3232
    3333$order = isset($_GET['order']) ? $_GET['order'] : 'name';
  • trunk/admin/plugins_new.php

    r2299 r2530  
    2929include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
    3030
    31 $template->set_filenames(array('plugins' => 'admin/plugins_new.tpl'));
     31$template->set_filenames(array('plugins' => 'plugins_new.tpl'));
    3232
    3333$order = isset($_GET['order']) ? $_GET['order'] : 'date';
  • trunk/admin/plugins_update.php

    r2299 r2530  
    2929include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
    3030
    31 $template->set_filenames(array('plugins' => 'admin/plugins_update.tpl'));
     31$template->set_filenames(array('plugins' => 'plugins_update.tpl'));
    3232
    3333$base_url = get_root_url().'admin.php?page='.$page['page'];
  • trunk/admin/profile.php

    r2299 r2530  
    4242$page['errors'] = array_merge($page['errors'], $errors);
    4343
    44 $template->set_filename('profile', 'admin/profile.tpl');
     44$template->set_filename('profile', 'profile.tpl');
    4545$template->assign_var_from_handle('ADMIN_CONTENT', 'profile');
    4646?>
  • trunk/admin/rating.php

    r2475 r2530  
    112112// +-----------------------------------------------------------------------+
    113113
    114 $template->set_filename('rating', 'admin/rating.tpl');
     114$template->set_filename('rating', 'rating.tpl');
    115115
    116116$template->assign(
  • trunk/admin/site_manager.php

    r2324 r2530  
    7373// |                             template init                             |
    7474// +-----------------------------------------------------------------------+
    75 $template->set_filenames(array('site_manager'=>'admin/site_manager.tpl'));
     75$template->set_filenames(array('site_manager'=>'site_manager.tpl'));
    7676
    7777// +-----------------------------------------------------------------------+
  • trunk/admin/site_update.php

    r2491 r2530  
    831831// |                        template initialization                        |
    832832// +-----------------------------------------------------------------------+
    833 $template->set_filenames(array('update'=>'admin/site_update.tpl'));
     833$template->set_filenames(array('update'=>'site_update.tpl'));
    834834$result_title = '';
    835835if (isset($simulate) and $simulate)
  • trunk/admin/stats.php

    r2333 r2530  
    372372}
    373373
    374 $template->set_filename('stats', 'admin/stats.tpl');
     374$template->set_filename('stats', 'stats.tpl');
    375375
    376376// TabSheet initialization
  • trunk/admin/tags.php

    r2299 r2530  
    186186// +-----------------------------------------------------------------------+
    187187
    188 $template->set_filenames(array('tags' => 'admin/tags.tpl'));
     188$template->set_filenames(array('tags' => 'tags.tpl'));
    189189
    190190$template->assign(
  • trunk/admin/template/goto/theme/roma/themeconf.inc.php

    r2526 r2530  
    4949
    5050$themeconf = array(
    51   'template' => 'wigo',
    52   'theme' => 'roma',
     51  'template' => 'goto', /* Goto Admin template */
     52  'theme' => 'roma',    /* "roma" is the foundation theme of Piwigo */
    5353  'icon_dir' => 'template/yoga/icon',
    54   'admin_icon_dir' => 'template/yoga/icon/admin',
     54  'admin_icon_dir' => 'admin/template/goto/icon',
    5555  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
    5656  'selected_admin_menu' => selected_admin_menu(),
  • trunk/admin/thumbnail.php

    r2428 r2530  
    161161// |                       template initialization                         |
    162162// +-----------------------------------------------------------------------+
    163 $template->set_filenames( array('thumbnail'=>'admin/thumbnail.tpl') );
     163$template->set_filenames( array('thumbnail'=>'thumbnail.tpl') );
    164164
    165165$template->assign(array(
  • trunk/admin/upload.php

    r2299 r2530  
    136136
    137137//----------------------------------------------------- template initialization
    138 $template->set_filenames(array('upload'=>'admin/upload.tpl'));
     138$template->set_filenames(array('upload'=>'upload.tpl'));
    139139
    140140// TabSheet initialization
  • trunk/admin/user_list.php

    r2299 r2530  
    466466// +-----------------------------------------------------------------------+
    467467
    468 $template->set_filenames(array('user_list'=>'admin/user_list.tpl'));
     468$template->set_filenames(array('user_list'=>'user_list.tpl'));
    469469
    470470$base_url = PHPWG_ROOT_PATH.'admin.php?page=user_list';
  • trunk/admin/user_perm.php

    r2299 r2530  
    118118$template->set_filenames(
    119119  array(
    120     'user_perm' => 'admin/user_perm.tpl',
    121     'double_select' => 'admin/double_select.tpl'
     120    'user_perm' => 'user_perm.tpl',
     121    'double_select' => 'double_select.tpl'
    122122    )
    123123  );
  • trunk/include/config_default.inc.php

    r2527 r2530  
    618618// +-----------------------------------------------------------------------+
    619619
    620 $conf['admin_layout'] = 'wigo/roma';
     620$conf['admin_layout'] = 'goto/roma';
    621621
    622622// should we load the active plugins ? true=Yes, false=No
Note: See TracChangeset for help on using the changeset viewer.