Dotclear


Ignore:
Timestamp:
08/19/13 16:38:02 (12 years ago)
Author:
Dsls
Branch:
default
Children:
1477:6ffbcd3cfb6f, 1480:9451796b02e2
Message:
  • Selection is kept when going back to entries
  • Notifications when applying changes
  • Added "back to entries" link

see #1540

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts.php

    r1474 r1476  
    252252          )) 
    253253); 
    254  
     254if (!empty($_GET['upd'])) { 
     255     dcPage::message(__('Selected entries have been successfully updated.')); 
     256} elseif (!empty($_GET['del'])) { 
     257     dcPage::message(__('Selected entries have been successfully deleted.')); 
     258} 
    255259if (!$core->error->flag()) 
    256260{ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map