Ignore:
Timestamp:
Mar 1, 2012, 5:18:31 PM (12 years ago)
Author:
plg
Message:

feature 2584: redesign on add photos screens

[Administration > Photos > Add] tabs become: {Web Form, Applications, FTP + Synchronization}

admin screen for pLoader is replaced by a more generic screen for applications

thanks to multisize, FTP+sync method becomes simpler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/photos_add.php

    r12879 r13451  
    5454  array(
    5555    'code' => 'direct',
    56     'label' => l10n('Upload Photos'),
     56    'label' => l10n('Web Form'),
    5757    ),
    5858  array(
    59     'code' => 'ploader',
    60     'label' => l10n('Piwigo Uploader'),
     59    'code' => 'applications',
     60    'label' => l10n('Applications'),
    6161    ),
    6262  );
Note: See TracChangeset for help on using the changeset viewer.