mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 17:15:16 +01:00
Add some IDs. Props Mark Jaquith. fixes #3164
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1567d96ae1
commit
9f74ddf170
@ -97,7 +97,7 @@ addLoadEvent(focusit);
|
|||||||
<div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div>
|
<div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="dbx-box">
|
<fieldset id="poststatusdiv" class="dbx-box">
|
||||||
<h3 class="dbx-handle"><?php _e('Post Status') ?></h3>
|
<h3 class="dbx-handle"><?php _e('Post Status') ?></h3>
|
||||||
<div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?>
|
<div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?>
|
||||||
<label for="post_status_publish" class="selectit"><input id="post_status_publish" name="post_status" type="radio" value="publish" <?php checked($post->post_status, 'publish'); ?> /> <?php _e('Published') ?></label>
|
<label for="post_status_publish" class="selectit"><input id="post_status_publish" name="post_status" type="radio" value="publish" <?php checked($post->post_status, 'publish'); ?> /> <?php _e('Published') ?></label>
|
||||||
@ -107,7 +107,7 @@ addLoadEvent(focusit);
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<?php if ( current_user_can('edit_posts') ) : ?>
|
<?php if ( current_user_can('edit_posts') ) : ?>
|
||||||
<fieldset class="dbx-box">
|
<fieldset id="posttimestampdiv" class="dbx-box">
|
||||||
<h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3>
|
<h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3>
|
||||||
<div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div>
|
<div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
@ -244,7 +244,7 @@ if (current_user_can('upload_files')) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dbx-box-wrapper">
|
<div class="dbx-box-wrapper">
|
||||||
<fieldset class="dbx-box">
|
<fieldset id="trackbacksdiv" class="dbx-box">
|
||||||
<div class="dbx-handle-wrapper">
|
<div class="dbx-handle-wrapper">
|
||||||
<h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3>
|
<h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3>
|
||||||
</div>
|
</div>
|
||||||
|
@ -384,7 +384,7 @@ default:
|
|||||||
|
|
||||||
include('edit-form-advanced.php');
|
include('edit-form-advanced.php');
|
||||||
?>
|
?>
|
||||||
<div class="wrap">
|
<div id="wp-bookmarklet" class="wrap">
|
||||||
<?php echo '<h3>'.__('WordPress bookmarklet').'</h3>
|
<?php echo '<h3>'.__('WordPress bookmarklet').'</h3>
|
||||||
<p>'.__('Right click on the following link and choose "Add to favorites" to create a posting shortcut.').'</p>'; ?>
|
<p>'.__('Right click on the following link and choose "Add to favorites" to create a posting shortcut.').'</p>'; ?>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user