Changeset 3182:adf3c934173f for admin/search.php
- Timestamp:
- 02/22/16 16:15:18 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/search.php
r2785 r3182 127 127 '<p class="col right"><label for="action1" class="classic">'.__('Selected entries action:').'</label> '. 128 128 form::combo(array('action','action1'),$posts_actions_page->getCombo()). 129 '<input type="submit" value="'.__('ok').'" /></p>'.129 '<input id="do-action" type="submit" value="'.__('ok').'" /></p>'. 130 130 $core->formNonce(). 131 131 $posts_actions_page->getHiddenFields(). … … 155 155 '<p class="col right"><label for="action2" class="classic">'.__('Selected comments action:').'</label> '. 156 156 form::combo(array('action','action2'),$comments_actions_page->getCombo()). 157 '<input type="submit" value="'.__('ok').'" /></p>'.157 '<input id="do-action" type="submit" value="'.__('ok').'" /></p>'. 158 158 $core->formNonce(). 159 159 $comments_actions_page->getHiddenFields().
Note: See TracChangeset
for help on using the changeset viewer.