admin_pages/messages/Messages_Admin_Page.core.php 1 location
|
@@ 457-462 (lines=6) @@
|
454 |
|
|
455 |
|
|
456 |
|
|
457 |
|
protected function _add_screen_options_default() { |
458 |
|
$page_title = $this->_admin_page_title; |
459 |
|
$this->_admin_page_title = __('Global Message Templates', 'event_espresso'); |
460 |
|
$this->_per_page_screen_option(); |
461 |
|
$this->_admin_page_title = $page_title; |
462 |
|
} |
463 |
|
|
464 |
|
|
465 |
|
|
admin_pages/venues/Venues_Admin_Page.core.php 1 location
|
@@ 443-448 (lines=6) @@
|
440 |
|
|
441 |
|
|
442 |
|
|
443 |
|
protected function _add_screen_options_category_list() { |
444 |
|
$page_title = $this->_admin_page_title; |
445 |
|
$this->_admin_page_title = __('Venue Categories', 'event_espresso'); |
446 |
|
$this->_per_page_screen_option(); |
447 |
|
$this->_admin_page_title = $page_title; |
448 |
|
} |
449 |
|
|
450 |
|
|
451 |
|
|
caffeinated/admin/extend/messages/Extend_Messages_Admin_Page.core.php 1 location
|
@@ 155-160 (lines=6) @@
|
152 |
|
|
153 |
|
|
154 |
|
|
155 |
|
protected function _add_screen_options_custom_mtps() { |
156 |
|
$page_title = $this->_admin_page_title; |
157 |
|
$this->_admin_page_title = __('Custom Message Templates', 'event_espresso'); |
158 |
|
$this->_per_page_screen_option(); |
159 |
|
$this->_admin_page_title = $page_title; |
160 |
|
} |
161 |
|
|
162 |
|
|
163 |
|
|
caffeinated/admin/new/pricing/Pricing_Admin_Page.core.php 1 location
|
@@ 324-329 (lines=6) @@
|
321 |
|
} |
322 |
|
|
323 |
|
|
324 |
|
protected function _add_screen_options_price_types() { |
325 |
|
$page_title = $this->_admin_page_title; |
326 |
|
$this->_admin_page_title = __('Price Types', 'event_espresso'); |
327 |
|
$this->_per_page_screen_option(); |
328 |
|
$this->_admin_page_title = $page_title; |
329 |
|
} |
330 |
|
|
331 |
|
|
332 |
|
|
admin_pages/registrations/Registrations_Admin_Page.core.php 1 location
|
@@ 583-588 (lines=6) @@
|
580 |
|
$this->_per_page_screen_option(); |
581 |
|
} |
582 |
|
|
583 |
|
protected function _add_screen_options_contact_list() { |
584 |
|
$page_title = $this->_admin_page_title; |
585 |
|
$this->_admin_page_title = __("Contacts", 'event_espresso'); |
586 |
|
$this->_per_page_screen_option(); |
587 |
|
$this->_admin_page_title = $page_title; |
588 |
|
} |
589 |
|
|
590 |
|
|
591 |
|
|
caffeinated/admin/extend/registrations/Extend_Registrations_Admin_Page.core.php 1 location
|
@@ 203-208 (lines=6) @@
|
200 |
|
|
201 |
|
|
202 |
|
|
203 |
|
protected function _add_screen_options_registration_checkins() { |
204 |
|
$page_title = $this->_admin_page_title; |
205 |
|
$this->_admin_page_title = __('Check-In Records', 'event_espresso'); |
206 |
|
$this->_per_page_screen_option(); |
207 |
|
$this->_admin_page_title = $page_title; |
208 |
|
} |
209 |
|
|
210 |
|
|
211 |
|
|
admin_pages/registration_form/Registration_Form_Admin_Page.core.php 2 locations
|
@@ 216-221 (lines=6) @@
|
213 |
|
//todo |
214 |
|
} |
215 |
|
|
216 |
|
protected function _add_screen_options_default() { |
217 |
|
$page_title = $this->_admin_page_title; |
218 |
|
$this->_admin_page_title = __('Questions', 'event_espresso'); |
219 |
|
$this->_per_page_screen_option(); |
220 |
|
$this->_admin_page_title = $page_title; |
221 |
|
} |
222 |
|
|
223 |
|
protected function _add_screen_options_question_groups() { |
224 |
|
$page_title = $this->_admin_page_title; |
|
@@ 223-228 (lines=6) @@
|
220 |
|
$this->_admin_page_title = $page_title; |
221 |
|
} |
222 |
|
|
223 |
|
protected function _add_screen_options_question_groups() { |
224 |
|
$page_title = $this->_admin_page_title; |
225 |
|
$this->_admin_page_title = __('Question Groups', 'event_espresso'); |
226 |
|
$this->_per_page_screen_option(); |
227 |
|
$this->_admin_page_title = $page_title; |
228 |
|
} |
229 |
|
|
230 |
|
//none of the below group are currently used for Event Categories |
231 |
|
protected function _add_feature_pointers() {} |
admin_pages/events/Events_Admin_Page.core.php 1 location
|
@@ 494-499 (lines=6) @@
|
491 |
|
$this->_per_page_screen_option(); |
492 |
|
} |
493 |
|
|
494 |
|
protected function _add_screen_options_category_list() { |
495 |
|
$page_title = $this->_admin_page_title; |
496 |
|
$this->_admin_page_title = __('Categories', 'event_espresso'); |
497 |
|
$this->_per_page_screen_option(); |
498 |
|
$this->_admin_page_title = $page_title; |
499 |
|
} |
500 |
|
|
501 |
|
protected function _add_feature_pointers() { |
502 |
|
//todo |