Dotclear


Ignore:
Timestamp:
09/13/13 11:38:14 (12 years ago)
Author:
Dsls
Branch:
actionsreloaded
Message:
  • Documented code is so much simple to understand
  • Simplified actions classes, renamed ActionSet? to ActionsPage?
  • Introduced dcLegacy plugin
  • Fixed several handling bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts.php

    r1796 r1806  
    104104# Actions combo box 
    105105 
    106 $posts_actionset = new dcPostsActionSet($core,'posts.php'); 
    107  
    108 $posts_actionset->process(); 
     106$posts_actions_page = new dcPostsActionsPage($core,'posts.php'); 
     107 
     108$posts_actions_page->process(); 
    109109 
    110110/* Get posts 
     
    287287      
    288288     '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 
    289      form::combo('action',$posts_actionset->getCombo()). 
     289     form::combo('action',$posts_actions_page->getCombo()). 
    290290     '<input type="submit" value="'.__('ok').'" /></p>'. 
    291291     form::hidden(array('user_id'),$user_id). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map