Ignore:
Timestamp:
Jul 23, 2012, 12:06:27 PM (12 years ago)
Author:
mistic100
Message:

Merged revision(s) 16925 from trunk:
feature 2703: make it easy for plugins to add tabs in admin screens
add a trigger a give an id to each core tabsheets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/photo.php

    r13077 r16926  
    6262
    6363$tabsheet = new tabsheet();
     64$tabsheet->set_id('photo');
    6465$tabsheet->add('properties', l10n('Properties'), $admin_photo_base_url.'-properties');
    6566$tabsheet->add('coi', l10n('Center of interest'), $admin_photo_base_url.'-coi');
Note: See TracChangeset for help on using the changeset viewer.