Changeset 1880:d4fa16992327
- Timestamp:
- 08/15/13 13:11:09 (12 years ago)
- Branch:
- Ticket #1181
- Location:
- plugins/pages
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/list.php
r1879 r1880 39 39 '<th>'.__('Trackbacks').'</th>'. 40 40 '<th>'.__('Status').'</th>'. 41 '</tr></thead> %s</table>';41 '</tr></thead><tbody id="pageslist">%s</tbody></table>'; 42 42 43 43 if ($enclose_block) { … … 149 149 if ($core->auth->check('publish,contentadmin',$core->blog->id)) 150 150 { 151 $combo_action[__(' reorder')] = 'reorder';151 $combo_action[__('Reorder')] = 'reorder'; 152 152 $combo_action[__('publish')] = 'publish'; 153 153 $combo_action[__('unpublish')] = 'unpublish'; … … 172 172 <head> 173 173 <title><?php echo __('Pages'); ?></title> 174 <script type="text/javascript" src="js/_posts_list.js"></script> 174 <?php 175 echo dcPage::jsLoad('js/jquery/jquery-ui.custom.js'). 176 dcPage::jsLoad('index.php?pf=pages/list.js'); 177 ?> 175 178 <script type="text/javascript"> 176 179 //<![CDATA[ … … 201 204 '<div class="two-cols">'. 202 205 '<p class="col checkboxes-helpers">'. 203 '<input type="submit" name="updateaction" value="'.__('Update menu').'" />'.206 '<input id="updateaction" type="submit" name="updateaction" value="'.__('Update action').'" />'. 204 207 form::hidden(array('post_type'),'page'). 205 208 form::hidden(array('redir'),html::escapeHTML($_SERVER['REQUEST_URI'])).
Note: See TracChangeset
for help on using the changeset viewer.