Searched refs:printApplyCheckBox (Results 1 – 1 of 1) sorted by relevance
| /plugin/batchedit/ |
| D | interface.php | 180 $this->printApplyCheckBox('be-applyall', $stats, 'ttl_applyall'); 270 private function printApplyCheckBox($id, $label, $title, $checked = FALSE) { function in BatcheditInterface 288 … $this->printApplyCheckBox($page->getId(), $stats, 'ttl_applyfile', !$page->hasUnmarkedMatches()); 346 $this->printApplyCheckBox($id, $id, 'ttl_applymatch', $match->isMarked());
|