Changeset 3541
- Timestamp:
- 02/17/2006 01:29:33 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r3516 r3541 1 <?php 1 <?php 2 2 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 3 3 if (!isset($_GET["page"])) require_once('admin.php'); … … 60 60 <body> 61 61 <div id="wphead"> 62 <h1><?php echo wptexturize(get_settings(('blogname'))); ?> <span>(<a href="<?php echo get_settings('home') . '/'; ?>"><?php _e('View site ') ?> »</a>)</span></h1>62 <h1><?php echo wptexturize(get_settings(('blogname'))); ?> <span>(<a href="<?php echo get_settings('home') . '/'; ?>"><?php _e('View site »') ?></a>)</span></h1> 63 63 </div> 64 64 <div id="user_info"><p><?php printf(__('Howdy, <strong>%s</strong>.'), $user_identity) ?> [<a href="<?php echo get_settings('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Account'); ?></a>] </p></div> -
trunk/wp-admin/categories.php
r3517 r3541 86 86 </tr> 87 87 </table> 88 <p class="submit"><input type="submit" name="submit" value="<?php _e('Edit category ') ?> »" /></p>88 <p class="submit"><input type="submit" name="submit" value="<?php _e('Edit category »') ?>" /></p> 89 89 </form> 90 90 <p><a href="categories.php"><?php _e('« Return to category list'); ?></a></p> -
trunk/wp-admin/edit-comments.php
r3529 r3541 164 164 ?></table> 165 165 <p><a href="javascript:;" onclick="checkAll(document.getElementById('deletecomments')); return false; "><?php _e('Invert Checkbox Selection') ?></a></p> 166 <p class="submit"><input type="submit" name="delete_button" value="<?php _e('Delete Checked Comments ') ?> »" onclick="return confirm('<?php _e("You are about to delete these comments permanently \\n \'Cancel\' to stop, \'OK\' to delete.") ?>')" />167 <input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam ') ?> »" onclick="return confirm('<?php _e("You are about to mark these comments as spam \\n \'Cancel\' to stop, \'OK\' to mark as spam.") ?>')" /></p>166 <p class="submit"><input type="submit" name="delete_button" value="<?php _e('Delete Checked Comments »') ?>" onclick="return confirm('<?php _e("You are about to delete these comments permanently \\n \'Cancel\' to stop, \'OK\' to delete.") ?>')" /> 167 <input type="submit" name="spam_button" value="<?php _e('Mark Checked Comments as Spam »') ?>" onclick="return confirm('<?php _e("You are about to mark these comments as spam \\n \'Cancel\' to stop, \'OK\' to mark as spam.") ?>')" /></p> 168 168 </form> 169 169 <?php -
trunk/wp-admin/edit-page-form.php
r3513 r3541 184 184 <?php if ( $post_ID ) : ?> 185 185 <input name="save" type="submit" id="save" tabindex="5" value=" <?php _e('Save and Continue Editing'); ?> "/> 186 <input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php $post_ID ? _e('Save') : _e('Create New Page ') ?> »" />186 <input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php $post_ID ? _e('Save') : _e('Create New Page »') ?>" /> 187 187 <?php else : ?> 188 <input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php _e('Create New Page ') ?> »" />188 <input name="savepage" type="submit" id="savepage" tabindex="6" value="<?php _e('Create New Page »') ?>" /> 189 189 <?php endif; ?> 190 190 <input name="referredby" type="hidden" id="referredby" value="<?php echo $sendto; ?>" /> -
trunk/wp-admin/edit-pages.php
r3513 r3541 9 9 <div class="wrap"> 10 10 <h2><?php _e('Page Management'); ?></h2> 11 <p><?php _e('Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.'); ?> <a href="page-new.php"><?php _e('Create a new page '); ?> »</a></p>11 <p><?php _e('Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.'); ?> <a href="page-new.php"><?php _e('Create a new page »'); ?></a></p> 12 12 13 13 <form name="searchform" action="" method="get"> … … 73 73 ?> 74 74 75 <h3><a href="page-new.php"><?php _e('Create New Page '); ?> »</a></h3>75 <h3><a href="page-new.php"><?php _e('Create New Page »'); ?></a></h3> 76 76 77 77 </div> -
trunk/wp-admin/index.php
r3510 r3541 20 20 ?> 21 21 <div id="incominglinks"> 22 <h3><?php _e('Incoming Links'); ?> <cite><a href="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More '); ?> »</a></cite></h3>22 <h3><?php _e('Incoming Links'); ?> <cite><a href="http://www.technorati.com/search/<?php echo trailingslashit(get_option('home')); ?>?partner=wordpress"><?php _e('More »'); ?></a></cite></h3> 23 23 <ul> 24 24 <?php -
trunk/wp-admin/inline-uploading.php
r3510 r3541 657 657 <?php endif; ?> 658 658 <?php if ( false !== $next ) : ?> 659 <li><a href="<?php echo basename(__FILE__); ?>?action=<?php echo $action; ?>&post=<?php echo $post; ?>&all=<?php echo $all; ?>&start=<?php echo $next; ?>"><?php _e('Next '); ?> »</a></li>659 <li><a href="<?php echo basename(__FILE__); ?>?action=<?php echo $action; ?>&post=<?php echo $post; ?>&all=<?php echo $all; ?>&start=<?php echo $next; ?>"><?php _e('Next »'); ?></a></li> 660 660 <li><a href="<?php echo basename(__FILE__); ?>?action=<?php echo $action; ?>&post=<?php echo $post; ?>&all=<?php echo $all; ?>&last=true" title="<?php _e('Last'); ?>">»|</a></li> 661 661 <?php else : ?> 662 <li class="inactive"><?php _e('Next '); ?> »</li>662 <li class="inactive"><?php _e('Next »'); ?></li> 663 663 <li class="inactive">»|</li> 664 664 <?php endif; ?> -
trunk/wp-admin/link-import.php
r3480 r3541 55 55 </select></p> 56 56 57 <p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File ') ?> »" /></p>57 <p class="submit"><input type="submit" name="submit" value="<?php _e('Import OPML File »') ?>" /></p> 58 58 </form> 59 59 -
trunk/wp-admin/options-general.php
r3422 r3541 100 100 </fieldset> 101 101 102 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options ') ?> »" />102 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /> 103 103 <input type="hidden" name="action" value="update" /> 104 104 <input type="hidden" name="page_options" value="blogname,blogdescription,siteurl,admin_email,users_can_register,gmt_offset,date_format,time_format,home,start_of_week,comment_registration,default_role" /> -
trunk/wp-admin/options-misc.php
r3437 r3541 44 44 <input type="hidden" name="action" value="update" /> 45 45 <input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path" /> 46 <input type="submit" name="Submit" value="<?php _e('Update Options ') ?> »" />46 <input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /> 47 47 </p> 48 48 </form> -
trunk/wp-admin/options-reading.php
r3112 r3541 57 57 <input type="hidden" name="action" value="update" /> 58 58 <input type="hidden" name="page_options" value="posts_per_page,what_to_show,posts_per_rss,rss_use_excerpt,blog_charset,gzipcompression" /> 59 <input type="submit" name="Submit" value="<?php _e('Update Options ') ?> »" />59 <input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /> 60 60 </p> 61 61 </form> -
trunk/wp-admin/options-writing.php
r3223 r3541 92 92 <input type="hidden" name="action" value="update" /> 93 93 <input type="hidden" name="page_options" value="default_post_edit_rows,use_smilies,rich_editing,ping_sites,mailserver_url,mailserver_port,mailserver_login,mailserver_pass,default_category,default_email_category,use_balanceTags" /> 94 <input type="submit" name="Submit" value="<?php _e('Update Options ') ?> »" />94 <input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /> 95 95 </p> 96 96 </form> -
trunk/wp-admin/page-new.php
r3517 r3541 8 8 9 9 <?php if ( isset($_GET['saved']) ) : ?> 10 <div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?> <a href="edit-pages.php"><?php _e('Manage pages '); ?> »</a></strong></p></div>10 <div id="message" class="updated fade"><p><strong><?php _e('Page saved.') ?> <a href="edit-pages.php"><?php _e('Manage pages »'); ?></a></strong></p></div> 11 11 <?php endif; ?> 12 12 -
trunk/wp-admin/plugin-editor.php
r3517 r3541 103 103 <p class="submit"> 104 104 <?php 105 echo "<input type='submit' name='submit' value=' " . __('Update File ') . " »' tabindex='2' />";105 echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />"; 106 106 ?> 107 107 </p> -
trunk/wp-admin/templates.php
r3517 r3541 134 134 <p class="submit"> 135 135 <?php 136 echo "<input type='submit' name='submit' value=' " . __('Update File ') . " »' tabindex='2' />";136 echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />"; 137 137 ?> 138 138 </p> -
trunk/wp-admin/theme-editor.php
r3517 r3541 101 101 ?> 102 102 </select> 103 <input type="submit" name="Submit" value="<?php _e('Select ') ?> »" />103 <input type="submit" name="Submit" value="<?php _e('Select »') ?>" /> 104 104 </form> 105 105 </div> … … 138 138 <p class="submit"> 139 139 <?php 140 echo "<input type='submit' name='submit' value=' " . __('Update File ') . " »' tabindex='2' />";140 echo "<input type='submit' name='submit' value=' " . __('Update File »') . "' tabindex='2' />"; 141 141 ?> 142 142 </p> -
trunk/wp-admin/users.php
r3517 r3541 316 316 </table> 317 317 <p class="submit"> 318 <input name="adduser" type="submit" id="adduser" value="<?php _e('Add User ') ?> »" />318 <input name="adduser" type="submit" id="adduser" value="<?php _e('Add User »') ?>" /> 319 319 </p> 320 320 </form> -
trunk/wp-login.php
r3517 r3541 74 74 <input type="text" name="email" id="email" value="" size="25" tabindex="2" /></label><br /> 75 75 </p> 76 <p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Retrieve Password '); ?> »" tabindex="3" /></p>76 <p class="submit"><input type="submit" name="submit" id="submit" value="<?php _e('Retrieve Password »'); ?>" tabindex="3" /></p> 77 77 </form> 78 78 <ul> -
trunk/wp-register.php
r3517 r3541 69 69 <?php printf(__('Password: %s'), '<strong>' . __('emailed to you') . '</strong>') ?> <br /> 70 70 <?php printf(__('E-mail: %s'), "<strong>$user_email</strong>") ?></p> 71 <p class="submit"><a href="wp-login.php"><?php _e('Login '); ?> »</a></p>71 <p class="submit"><a href="wp-login.php"><?php _e('Login »'); ?></a></p> 72 72 </div> 73 73 </body> … … 112 112 <p><label for="user_email"><?php _e('E-mail:') ?></label><br /> <input type="text" name="user_email" id="user_email" size="25" maxlength="100" value="<?php echo $user_email; ?>" /></p> 113 113 <p><?php _e('A password will be emailed to you.') ?></p> 114 <p class="submit"><input type="submit" value="<?php _e('Register ') ?> »" id="submit" name="submit" /></p>114 <p class="submit"><input type="submit" value="<?php _e('Register »') ?>" id="submit" name="submit" /></p> 115 115 </form> 116 116 <ul>
Note: See TracChangeset
for help on using the changeset viewer.