Changeset 721 for trunk/Modules/File


Ignore:
Timestamp:
Jan 3, 2015, 7:34:55 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Form class ItemActions changed to define URL using #RowId instead of addition of &i=number.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/File/File.php

    r708 r721  
    130130      ),
    131131      'ItemActions' => array(
    132         array('Caption' => 'Stáhnout', 'URL' => '/file'),
     132        array('Caption' => 'Stáhnout', 'URL' => '/file?i=#RowId'),
    133133      ),
    134134    ));
Note: See TracChangeset for help on using the changeset viewer.