Ignore:
Timestamp:
Jan 11, 2013, 12:44:10 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] some updates (almost 2.4.a.b2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/admin/admin_authorizations.php

    r20047 r20059  
    77
    88$template->set_filenames(array(
    9         'plugin_admin_content'  => ECARD_ROOT.'/admin/template/admin_authorizations.tpl',
     9        'plugin_admin_content'  => PIWECARD_ROOT.'/admin/template/admin_authorizations.tpl',
    1010        'double_select'                 => 'double_select.tpl'
    1111));
     
    3535        $piwecard->my_config['authorized_cats'] = $_POST['ecard_authorized_cats'];
    3636        $piwecard->set_config();
    37         array_push($page['infos'], l10n('piwecard_admin_saveOK'));
     37        array_push($page['infos'], l10n('Information data registered in database'));
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.