Changeset 8017
- Timestamp:
- 05/30/2008 04:00:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r8013 r8017 345 345 <div id="posting"> 346 346 347 <h2 id="title">< ?php _e('Title') ?></h2>347 <h2 id="title"><label for="post_title"><?php _e('Title') ?></label></h2> 348 348 <div class="titlewrap"> 349 349 <input name="post_title" id="post_title" class="text" value="<?php echo attribute_escape($title);?>"/> 350 350 </div> 351 351 <div id="photo_fields" style="display: none;"> 352 <h2>< ?php _e('Photo URL') ?></h2>352 <h2><label for="photo_src"><?php _e('Photo URL') ?></label></h2> 353 353 <div class="titlewrap"> 354 354 <input name="photo_src" id="photo_src" class="text" onkeydown="pick(0);"/> … … 357 357 <div class="photolist"></div> 358 358 359 <h2>< ?php _e('Link Photo to following URL') ?></h2><?php _e('(leave blank to leave the photo unlinked)') ?>359 <h2><label for="photo_link"><?php _e('Link Photo to following URL') ?></label></h2><?php _e('(leave blank to leave the photo unlinked)') ?> 360 360 <div class="titlewrap"> 361 361 <input name="photo_link" id="photo_link" class="text" value="<?php echo attribute_escape($url);?>"/> … … 369 369 </div> 370 370 371 <h2 id="content_type">< ?php _e('Post') ?></h2>371 <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2> 372 372 <div class="editor-container"> 373 373 <textarea name="content" id="content" style="height:170px;width:100%;" class="mceEditor"> … … 389 389 <?php } else { ?> 390 390 391 <h2>< ?php _e('Embed Code') ?></h2>391 <h2><label for="video_post_one"><?php _e('Embed Code') ?></label></h2> 392 392 <textarea name="content" id="video_post_one" style="height:80px;width:100%;"></textarea> 393 393 <?php } */?>
Note: See TracChangeset
for help on using the changeset viewer.