Ignore:
Timestamp:
Mar 18, 2010, 11:12:30 PM (14 years ago)
Author:
plg
Message:

feature 1519: admin instructions are dispatched into several tabs. Only
applied to en_UK and fr_FR. The help content itself needs some updates
but it will be another set of commits, in this commit, I nearly only
modified the container.

The new "Add Photos" help page only introduces you to 3 main ways to add
photos: direct upload, pLoader and FTP. Each of them has a dedicated tab
on the Admin>Photos>Add screen.

No use of the big question mark icon linked to the Help pages in the
administration header, to avoid having this icon twice : in the header
+ in the content next to H2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/photos_add.php

    r5089 r5182  
    148148    'code' => 'settings',
    149149    'label' => 'Settings',
    150     )
     150    ),
     151  array(
     152    'code' => 'ploader',
     153    'label' => 'Piwigo Uploader',
     154    ),
     155  array(
     156    'code' => 'ftp',
     157    'label' => 'FTP + Synchronisation',
     158    ),
    151159  );
    152160
Note: See TracChangeset for help on using the changeset viewer.