Ignore:
Timestamp:
May 2, 2008, 11:56:21 PM (16 years ago)
Author:
rub
Message:

Resolved issue 0000823: Enhance upload functionalities

First commit, others will be follow.
Not hesitate to change my translations.

Add upload configuration tabsheet (move and add configuration)
Change and add define for access level
Can show upload link every time
Can restrict access upload.class.php
Can choice category on upload page
Add upload class not use for the moment
Review quickly and temporary style of upload.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/nl_NL/admin.lang.php

    r2305 r2325  
    644644/* TODO */ $lang['Purge compiled templates'] = 'Purge compiled templates';
    645645/* TODO */ $lang['Caddie is currently empty'] = 'Caddie is currently empty';
     646/* TODO */ $lang['conf_upload_title'] = 'Upload';
     647/* TODO */ $lang['Show upload link every time'] = 'Show upload link every time';
     648/* TODO */ $lang['User access level to upload'] = 'User access level to upload';
     649/* TODO */ $lang['ACCESS_0'] = 'Free access';
     650/* TODO */ $lang['ACCESS_1'] = 'Access to all';
     651/* TODO */ $lang['ACCESS_2'] = 'Access to subscribed';
     652/* TODO */ $lang['ACCESS_3'] = 'Access to administrators';
     653/* TODO */ $lang['ACCESS_4'] = 'Access to webmasters';
     654/* TODO */ $lang['ACCESS_5'] = 'No access';
     655
    646656?>
Note: See TracChangeset for help on using the changeset viewer.