Changeset 3182:adf3c934173f for admin/comments.php
- Timestamp:
- 02/22/16 16:15:18 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r3126 r3182 267 267 form::combo('action',$comments_actions_page->getCombo(),$default,'','','','title="'.__('Actions').'"'). 268 268 $core->formNonce(). 269 '<input type="submit" value="'.__('ok').'" /></p>'.269 '<input id="do-action" type="submit" value="'.__('ok').'" /></p>'. 270 270 form::hidden(array('type'),$type). 271 271 form::hidden(array('sortby'),$sortby).
Note: See TracChangeset
for help on using the changeset viewer.