Changeset 3725:b47f38c701ee for plugins/pages/class.listpage.php
- Timestamp:
- 03/02/18 15:55:06 (8 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          plugins/pages/class.listpage.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/pages/class.listpage.phpr3707 r3725 118 118 $cols = array( 119 119 'position' => '<td class="nowrap handle minimal">' . 120 form::field(array('order[' . $this->rs->post_id . ']'), 2, 3, $count + 1, 'position', '', false, 'title="' . sprintf(__('position of %s'), html::escapeHTML($this->rs->post_title)) . '"') . '</td>', 120 form::number(array('order[' . $this->rs->post_id . ']'), array( 121 'min' => 1, 122 'default' => $count + 1, 123 'class' => 'position', 124 'extra_html' => 'title="' . sprintf(__('position of %s'), html::escapeHTML($this->rs->post_title)) . '"' 125 )) . 126 '</td>', 121 127 'check' => '<td class="nowrap">' . 122 128 form::checkbox(array('entries[]'), $this->rs->post_id, 
Note: See TracChangeset
          for help on using the changeset viewer.
      