Changeset 1964:bfde9296c3c5 for plugins
- Timestamp:
- 09/19/13 22:38:09 (12 years ago)
- Branch:
- languages
- Children:
- 1965:69570ca58430, 3664:15724267e09b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r1948 r1964 398 398 '</p>', 399 399 'post_lang' => 400 '<p><label for="post_lang" class="ib">'.__('Page lang ').'</label>'.400 '<p><label for="post_lang" class="ib">'.__('Page language').'</label>'. 401 401 form::combo('post_lang',$lang_combo,$post_lang). 402 402 '</p>', 403 403 'post_format' => 404 404 '<div>'. 405 '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text format ing').'</label></h5>'.405 '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formatting').'</label></h5>'. 406 406 '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 407 407 '</p>'. … … 410 410 __('Convert to XHTML').'</a></p></div>')), 411 411 'metas-box' => array( 412 'title' => __(' Ordering'),412 'title' => __('Filing'), 413 413 'items' => array( 414 414 'post_position' =>
Note: See TracChangeset
for help on using the changeset viewer.