Changeset 3397:7ce03cdf599c for admin/comments.php
- Timestamp:
- 11/08/16 21:35:28 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r3360 r3397 186 186 -------------------------------------------------------- */ 187 187 188 $form_filter_title = __('Show filters and display options'); 189 $starting_script = dcPage::jsLoad('js/_comments.js'); 190 $starting_script .= dcPage::jsLoad('js/filter-controls.js'); 191 $starting_script .= 192 '<script type="text/javascript">'."\n". 193 "//<![CDATA["."\n". 194 dcPage::jsVar('dotclear.msg.show_filters', $show_filters ? 'true':'false')."\n". 195 dcPage::jsVar('dotclear.msg.filter_posts_list',$form_filter_title)."\n". 196 dcPage::jsVar('dotclear.msg.cancel_the_filter',__('Cancel filters and display options'))."\n". 197 "//]]>". 198 "</script>"; 199 200 dcPage::open(__('Comments and trackbacks'),$starting_script, 188 dcPage::open(__('Comments and trackbacks'), 189 dcPage::jsLoad('js/_comments.js').dcPage::jsFilterControl($show_filters), 201 190 dcPage::breadcrumb( 202 191 array( … … 247 236 echo 248 237 '<form action="'.$core->adminurl->get("admin.comments").'" method="get" id="filters-form">'. 249 '<h3 class="hidden">'.__('Filter comments and trackbacks list').'</h3>'. 238 '<h3 class="out-of-screen-if-js">'.__('Show filters and display options').'</h3>'. 239 250 240 '<div class="table">'. 251 252 241 '<div class="cell">'. 253 242 '<h4>'.__('Filters').'</h4>'.
Note: See TracChangeset
for help on using the changeset viewer.