Changeset 1828:5274b117ae55 for plugins/pages
- Timestamp:
- 09/09/13 17:37:35 (12 years ago)
- Branch:
- Ticket #1539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/page.php
r1741 r1828 406 406 '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 407 407 '</p>'. 408 '<p >'.($post_id && $post_format != 'xhtml' ?409 '<a id="convert-xhtml" class="button maximal" href="post.php?id='.$post_id.'&xconv=1">'.410 __('Convert to XHTML').'</a> ' : '').'</p></div>')),408 '<p class="format_control control_wiki">'. 409 '<a id="convert-xhtml" class="button'.($post_id && $post_format != 'wiki' ? ' hide' : '').'" href="post.php?id='.$post_id.'&xconv=1">'. 410 __('Convert to XHTML').'</a></p></div>')), 411 411 'metas-box' => array( 412 412 'title' => __('Ordering'), … … 473 473 474 474 "post_content" => 475 '<p class="area" ><label class="required" '.475 '<p class="area" id="content-area"><label class="required" '. 476 476 'for="post_content"><abbr title="'.__('Required field').'">*</abbr> '.__('Content:').'</label> '. 477 477 form::textarea('post_content',50,$core->auth->getOption('edit_size'),html::escapeHTML($post_content)). … … 490 490 491 491 echo '<div class="multi-part" title="'.__('Edit page').'" id="edit-entry">'; 492 echo '<h3 class="hidden">'.__('Edit page').'</h3>'; 492 493 echo '<form action="'.html::escapeURL($redir_url).'" method="post" id="entry-form">'; 493 494
Note: See TracChangeset
for help on using the changeset viewer.