Changeset 1619:5d925866b5b3 for admin/post.php
- Timestamp:
- 08/29/13 23:40:31 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1613 r1619 439 439 '</p>', 440 440 'post_format' => 441 '<p><label for="post_format" class="ib">'.__('Text formating').'</label>'. 442 form::combo('post_format',$formaters_combo,$post_format,'maximal'). 441 '<div>'. 442 '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formating').'</label></h5>'. 443 '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 443 444 '</p>'. 444 445 '<p>'.($post_id && $post_format != 'xhtml' ? 445 446 '<a id="convert-xhtml" class="button maximal" href="post.php?id='.$post_id.'&xconv=1">'. 446 __('Convert to XHTML').'</a>' : '').'</p> ')),447 __('Convert to XHTML').'</a>' : '').'</p></div>')), 447 448 'metas-box' => array( 448 449 'title' => __('Ordering'),
Note: See TracChangeset
for help on using the changeset viewer.