Changeset 3182:adf3c934173f for admin/posts.php
- Timestamp:
- 02/22/16 16:15:18 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r3117 r3182 389 389 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 390 390 form::combo('action',$posts_actions_page->getCombo()). 391 '<input type="submit" value="'.__('ok').'"/></p>'.391 '<input id="do-action" type="submit" value="'.__('ok').'" disabled /></p>'. 392 392 form::hidden(array('user_id'),$user_id). 393 393 form::hidden(array('cat_id'),$cat_id).
Note: See TracChangeset
for help on using the changeset viewer.