Changeset 197:a21c571b614a for admin/post.php
- Timestamp:
- 05/06/11 21:05:04 (14 years ago)
- Branch:
- default
- Children:
- 198:61d85982ea30, 199:d1538efa6724
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r195 r197 380 380 '<p><label for="post_format">'.__('Text formating:'). 381 381 form::combo('post_format',$formaters_combo,$post_format,'',3). 382 ($post_id && $post_format != 'xhtml' ? '<a id="convert-xhtml" href="post.php?id='.$post_id.'&xconv=1">'.__('Convert to XHTML').'</a>' : ''). 383 '</label></p>'. 382 '</label>'. 383 '</p>'. 384 '<p>'.($post_id && $post_format != 'xhtml' ? '<a id="convert-xhtml" class="button" href="post.php?id='.$post_id.'&xconv=1">'.__('Convert to XHTML').'</a>' : '').'</p>'. 384 385 385 386 '<p><label for="post_open_comment" class="classic">'.form::checkbox('post_open_comment',1,$post_open_comment,'',3).' '. … … 441 442 echo '<p>'.__('No attachment.').'</p>'; 442 443 } 443 echo '<p><a href="media.php?post_id='.$post_id.'">'.__('Add files to this entry').'</a></p>';444 echo '<p><a class="button" href="media.php?post_id='.$post_id.'">'.__('Add files to this entry').'</a></p>'; 444 445 } 445 446
Note: See TracChangeset
for help on using the changeset viewer.