Ignore:
Timestamp:
Jul 23, 2012, 1:50:41 PM (12 years ago)
Author:
mistic100
Message:

feature 2703: make it easy for plugins to add tabs in admin screens
centralize all core tabs in one file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/photo.php

    r16925 r16928  
    6363$tabsheet = new tabsheet();
    6464$tabsheet->set_id('photo');
    65 $tabsheet->add('properties', l10n('Properties'), $admin_photo_base_url.'-properties');
    66 $tabsheet->add('coi', l10n('Center of interest'), $admin_photo_base_url.'-coi');
    67 
    6865$tabsheet->select($page['tab']);
    6966$tabsheet->assign();
Note: See TracChangeset for help on using the changeset viewer.