Changeset 1668:496eacb230d8 for plugins
- Timestamp:
- 08/31/13 12:39:15 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r1625 r1668 403 403 'items' => array( 404 404 'post_status' => 405 '<p><label for="post_status" class="ib">'.__('Page status :').'</label> '.405 '<p><label for="post_status" class="ib">'.__('Page status').'</label> '. 406 406 form::combo('post_status',$status_combo,$post_status,'','',!$can_publish). 407 407 '</p>', … … 411 411 '</p>', 412 412 'post_lang' => 413 '<p><label for="post_lang" class="ib">'.__('Page lang :').'</label>'.413 '<p><label for="post_lang" class="ib">'.__('Page lang').'</label>'. 414 414 form::combo('post_lang',$lang_combo,$post_lang). 415 415 '</p>', … … 426 426 'items' => array( 427 427 'post_position' => 428 '<p><label for="post_position" class="classic">'.__('Page position :').'</label> '.428 '<p><label for="post_position" class="classic">'.__('Page position').'</label> '. 429 429 form::field('post_position',3,3,(string) $post_position). 430 430 '</p>')),
Note: See TracChangeset
for help on using the changeset viewer.