Changeset 539 for trunk/admin


Ignore:
Timestamp:
Oct 2, 2004, 12:50:50 AM (20 years ago)
Author:
gweltas
Message:
  • Change of the picture page behavior to be able to open the full size image in a new window
  • Minor modification for template migration
  • Rename of script.js in scripts.js
Location:
trunk/admin
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/stats.php

    r537 r539  
    3131include_once( PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php' );
    3232
    33 $url_img_monthly_report = PHPWG_ROOT_PATH.'/admin/images/monthly_visits.img.php';
     33$url_img_global_report = PHPWG_ROOT_PATH.'admin/images/global_stats.img.php';
    3434//----------------------------------------------------- template initialization
    3535$template->set_filenames( array('stats'=>'admin/stats.tpl') );
     
    3838  'L_STAT_TITLE'=>$lang['stats_last_days'],
    3939  'L_STAT_MONTHLY_ALT'=>$lang['stats_pages_seen_graph_title'],
    40   'IMG_MONTHLY_REPORT'=>add_session_id($url_img_monthly_report)
     40  'IMG_MONTHLY_REPORT'=>add_session_id($url_img_global_report)
    4141  ));
    4242
  • trunk/admin/user_search.php

    r393 r539  
    6565  }
    6666  check_favorites( $_GET['user_id'] );
    67   synchronize_user( $_GET['user_id'] );
    6867}
    6968
    7069$user_id = (!empty($userdata['id']))?$userdata['id']:'';
    71  
    7270$template->set_filenames( array('user'=>'admin/user_perm.tpl') );
    7371$template->assign_vars(array(
     
    7775  'L_AUTH_USER'=>$lang['permuser_only_private'],
    7876  'L_SUBMIT'=>$lang['submit'],
    79   'L_AUTHORIZED'=>$lang['permuser_authorized'],
    80   'L_FORBIDDEN'=>$lang['permuser_forbidden'],
     77  'L_AUTHORIZED'=>$lang['authorized'],
     78  'L_FORBIDDEN'=>$lang['forbidden'],
    8179  'L_PARENT_FORBIDDEN'=>$lang['permuser_parent_forbidden'],
    8280
Note: See TracChangeset for help on using the changeset viewer.