Ignore:
Timestamp:
Sep 11, 2013, 6:44:54 PM (11 years ago)
Author:
mistic100
Message:

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/admin/sets.php

    r23551 r24421  
    5050    'DATE_CREATION' => format_date($row['date_creation'], true),
    5151    'USERNAME' => $row['username'],
    52     'IS_PUBLIC' => (bool)$row['public'],
    53     'U_PUBLIC' => USER_COLLEC_PUBLIC . 'view/'.$row['public_id'],
    5452    'U_EDIT' => USER_COLLEC_PUBLIC . 'edit/'.$row['id'],
    5553    'U_EXPORT' => USER_COLLEC_ADMIN . '-export&col_id='.$row['id'],
Note: See TracChangeset for help on using the changeset viewer.