Style updates to plugins, export, and sidemenu from mt. fixes #6019

git-svn-id: https://develop.svn.wordpress.org/trunk@7066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-27 19:18:21 +00:00
parent b76a914593
commit 87b8a192c8
4 changed files with 67 additions and 57 deletions

View File

@@ -14,16 +14,15 @@ require_once ('admin-header.php');
<div class="wrap">
<h2><?php _e('Export'); ?></h2>
<div class="narrow">
<p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p>
<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p>
<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function on another WordPress blog to import this blog.'); ?></p>
<form action="" method="get">
<h3><?php _e('Optional options'); ?></h3>
<h3><?php _e('Options'); ?></h3>
<table class="niceblue">
<table class="form-table">
<tr>
<th><?php _e('Restrict Author:'); ?></th>
<th><?php _e('Restrict Author'); ?></th>
<td>
<select name="author">
<option value="all" selected="selected"><?php _e('All Authors'); ?></option>
@@ -43,7 +42,6 @@ foreach ( $authors as $id ) {
</p>
</form>
</div>
</div>
<?php