Ignore:
Timestamp:
Nov 14, 2011, 9:10:37 PM (12 years ago)
Author:
rvelices
Message:

feature 2486: Add an admin view for rates by user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/rating.php

    r12528 r12624  
    3333// +-----------------------------------------------------------------------+
    3434check_status(ACCESS_ADMINISTRATOR);
     35
     36
     37include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
     38$tabsheet = new tabsheet();
     39$tabsheet->add('rating', l10n('Photos'), get_root_url().'admin.php?page=rating');
     40$tabsheet->add('rating_user', l10n('Users'), get_root_url().'admin.php?page=rating_user');
     41$tabsheet->select('rating');
     42$tabsheet->assign();
    3543
    3644// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.