Changeset 1806:6a0391e85f73 for admin/posts.php
- Timestamp:
- 09/13/13 11:38:14 (12 years ago)
- Branch:
- actionsreloaded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r1796 r1806 104 104 # Actions combo box 105 105 106 $posts_actions et = new dcPostsActionSet($core,'posts.php');107 108 $posts_actions et->process();106 $posts_actions_page = new dcPostsActionsPage($core,'posts.php'); 107 108 $posts_actions_page->process(); 109 109 110 110 /* Get posts … … 287 287 288 288 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 289 form::combo('action',$posts_actions et->getCombo()).289 form::combo('action',$posts_actions_page->getCombo()). 290 290 '<input type="submit" value="'.__('ok').'" /></p>'. 291 291 form::hidden(array('user_id'),$user_id).
Note: See TracChangeset
for help on using the changeset viewer.