Ticket #5939: remove_colons.diff
| File remove_colons.diff, 14.1 KB (added by , 18 years ago) |
|---|
-
wp-admin/users.php
146 146 <li><label><input type="radio" id="delete_option0" name="delete_option" value="delete" checked="checked" /> 147 147 <?php _e('Delete all posts and links.'); ?></label></li> 148 148 <li><input type="radio" id="delete_option1" name="delete_option" value="reassign" /> 149 <?php echo '<label for="delete_option1">'.__('Attribute all posts and links to :')."</label> $user_dropdown"; ?></li>149 <?php echo '<label for="delete_option1">'.__('Attribute all posts and links to')."</label> $user_dropdown"; ?></li> 150 150 </ul> 151 151 <input type="hidden" name="action" value="dodelete" /> 152 152 <p class="submit"><input type="submit" name="submit" value="<?php _e('Confirm Deletion'); ?>" class="button" /></p> -
wp-admin/includes/template.php
939 939 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo attribute_escape($action) ?>"> 940 940 <p> 941 941 <?php wp_nonce_field('import-upload'); ?> 942 <label for="upload"><?php _e( 'Choose a file from your computer :' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?>)942 <label for="upload"><?php _e( 'Choose a file from your computer' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?>) 943 943 <input type="file" id="upload" name="import" size="25" /> 944 944 <input type="hidden" name="action" value="save" /> 945 945 <input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" /> -
wp-admin/custom-header.php
179 179 <p><?php printf(__('Images of exactly <strong>%1$d x %2$d pixels</strong> will be used as-is.'), HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT); ?></p> 180 180 181 181 <form enctype="multipart/form-data" id="uploadForm" method="POST" action="<?php echo attribute_escape(add_query_arg('step', 2)) ?>" style="margin: auto; width: 50%;"> 182 <label for="upload"><?php _e('Choose an image from your computer :'); ?></label><br /><input type="file" id="upload" name="import" />182 <label for="upload"><?php _e('Choose an image from your computer'); ?></label><br /><input type="file" id="upload" name="import" /> 183 183 <input type="hidden" name="action" value="save" /> 184 184 <?php wp_nonce_field('custom-header') ?> 185 185 <p class="submit"> -
wp-admin/import/dotclear.php
641 641 function db_form() 642 642 { 643 643 echo '<table class="editform">'; 644 printf('<tr><th><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('DotClear Database User :'));645 printf('<tr><th><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('DotClear Database Password :'));646 printf('<tr><th><label for="dbname">%s</label></th><td><input type="text" name="dbname" id="dbname" /></td></tr>', __('DotClear Database Name :'));647 printf('<tr><th><label for="dbhost">%s</label></th><td><input type="text" name="dbhost" nameid="dbhost" value="localhost" /></td></tr>', __('DotClear Database Host :'));648 printf('<tr><th><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix" value="dc_"/></td></tr>', __('DotClear Table prefix :'));649 printf('<tr><th><label for="dccharset">%s</label></th><td><input type="text" name="dccharset" id="dccharset" value="ISO-8859-15"/></td></tr>', __('Originating character set :'));644 printf('<tr><th><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('DotClear Database User')); 645 printf('<tr><th><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('DotClear Database Password')); 646 printf('<tr><th><label for="dbname">%s</label></th><td><input type="text" name="dbname" id="dbname" /></td></tr>', __('DotClear Database Name')); 647 printf('<tr><th><label for="dbhost">%s</label></th><td><input type="text" name="dbhost" nameid="dbhost" value="localhost" /></td></tr>', __('DotClear Database Host')); 648 printf('<tr><th><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix" value="dc_"/></td></tr>', __('DotClear Table prefix')); 649 printf('<tr><th><label for="dccharset">%s</label></th><td><input type="text" name="dccharset" id="dccharset" value="ISO-8859-15"/></td></tr>', __('Originating character set')); 650 650 echo '</table>'; 651 651 } 652 652 -
wp-admin/import/textpattern.php
576 576 function db_form() 577 577 { 578 578 echo '<table class="editform">'; 579 printf('<tr><th scope="row"><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('Textpattern Database User :'));580 printf('<tr><th scope="row"><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('Textpattern Database Password :'));581 printf('<tr><th scope="row"><label for="dbname">%s</label></th><td><input type="text" id="dbname" name="dbname" /></td></tr>', __('Textpattern Database Name :'));582 printf('<tr><th scope="row"><label for="dbhost">%s</label></th><td><input type="text" id="dbhost" name="dbhost" value="localhost" /></td></tr>', __('Textpattern Database Host :'));583 printf('<tr><th scope="row"><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix" /></td></tr>', __('Textpattern Table prefix (if any) :'));579 printf('<tr><th scope="row"><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('Textpattern Database User')); 580 printf('<tr><th scope="row"><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('Textpattern Database Password')); 581 printf('<tr><th scope="row"><label for="dbname">%s</label></th><td><input type="text" id="dbname" name="dbname" /></td></tr>', __('Textpattern Database Name')); 582 printf('<tr><th scope="row"><label for="dbhost">%s</label></th><td><input type="text" id="dbhost" name="dbhost" value="localhost" /></td></tr>', __('Textpattern Database Host')); 583 printf('<tr><th scope="row"><label for="dbprefix">%s</label></th><td><input type="text" name="dbprefix" id="dbprefix" /></td></tr>', __('Textpattern Table prefix (if any)')); 584 584 echo '</table>'; 585 585 } 586 586 -
wp-admin/edit-form.php
51 51 52 52 <input type="hidden" name="post_pingback" value="<?php echo (int) get_option('default_pingback_flag') ?>" id="post_pingback" /> 53 53 54 <p><label for="trackback"> <?php printf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> a <abbr title="Universal Resource Locator">URL</abbr></a> :</label> (Separate multiple <abbr title="Universal Resource Locator">URL</abbr>s with spaces.)'), 'http://wordpress.org/docs/reference/post/#trackback'); echo '<br />'; ?>54 <p><label for="trackback"> <?php printf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> a <abbr title="Universal Resource Locator">URL</abbr></a></label> (Separate multiple <abbr title="Universal Resource Locator">URL</abbr>s with spaces.)'), 'http://wordpress.org/docs/reference/post/#trackback'); echo '<br />'; ?> 55 55 <input type="text" name="trackback_url" style="width: 360px" id="trackback" tabindex="7" /></p> 56 56 57 57 <p class="submit"><input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="<?php _e('Save as Draft') ?>" /> -
wp-admin/edit-link-category-form.php
25 25 <?php wp_nonce_field($nonce_action); ?> 26 26 <table class="niceblue"> 27 27 <tr class="form-field form-required"> 28 <th scope="row" valign="top"><label for="name"><?php _e('Category name :') ?></label></th>28 <th scope="row" valign="top"><label for="name"><?php _e('Category name') ?></label></th> 29 29 <td><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td> 30 30 </tr> 31 31 <tr class="form-field"> 32 <th scope="row" valign="top"><label for="slug"><?php _e('Category slug :') ?></label></th>32 <th scope="row" valign="top"><label for="slug"><?php _e('Category slug') ?></label></th> 33 33 <td><input name="slug" id="slug" type="text" value="<?php echo $category->slug; ?>" size="40" /></td> 34 34 </tr> 35 35 <tr class="form-field"> 36 <th scope="row" valign="top"><label for="description"><?php _e('Description :(optional)') ?></label></th>36 <th scope="row" valign="top"><label for="description"><?php _e('Description (optional)') ?></label></th> 37 37 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td> 38 38 </tr> 39 39 </table> -
wp-admin/edit-tag-form.php
25 25 <?php wp_nonce_field($nonce_action); ?> 26 26 <table class="niceblue"> 27 27 <tr class="form-field form-required"> 28 <th scope="row" valign="top"><label for="name"><?php _e('Tag name :') ?></label></th>28 <th scope="row" valign="top"><label for="name"><?php _e('Tag name') ?></label></th> 29 29 <td><input name="name" id="name" type="text" value="<?php echo attribute_escape($tag->name); ?>" size="40" /></td> 30 30 </tr> 31 31 <tr class="form-field"> 32 <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug :') ?></label></th>32 <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th> 33 33 <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape($tag->slug); ?>" size="40" /></td> 34 34 </tr> 35 35 </table> -
wp-admin/user-edit.php
160 160 161 161 <fieldset> 162 162 <legend><?php _e('Name'); ?></legend> 163 <p><label><?php _e('Username :(no editing)'); ?><br />163 <p><label><?php _e('Username (no editing)'); ?><br /> 164 164 <input type="text" name="user_login" id="user_login" value="<?php echo $profileuser->user_login; ?>" disabled="disabled" /> 165 165 </label></p> 166 166 167 167 <?php if ( !$is_profile_page ): ?> 168 <p><label><?php _e('Role :') ?><br />168 <p><label><?php _e('Role') ?><br /> 169 169 <?php 170 170 // print_r($profileuser); 171 171 echo '<select name="role">'; … … 188 188 ?></label></p> 189 189 <?php endif; ?> 190 190 191 <p><label><?php _e('First name :') ?><br />191 <p><label><?php _e('First name') ?><br /> 192 192 <input type="text" name="first_name" value="<?php echo $profileuser->first_name ?>" /></label></p> 193 193 194 <p><label><?php _e('Last name :') ?><br />194 <p><label><?php _e('Last name') ?><br /> 195 195 <input type="text" name="last_name" value="<?php echo $profileuser->last_name ?>" /></label></p> 196 196 197 <p><label><?php _e('Nickname :') ?><br />197 <p><label><?php _e('Nickname') ?><br /> 198 198 <input type="text" name="nickname" value="<?php echo $profileuser->nickname ?>" /></label></p> 199 199 200 <p><label><?php _e('Display name publicly as :') ?> <br />200 <p><label><?php _e('Display name publicly as') ?> <br /> 201 201 <select name="display_name"> 202 202 <?php 203 203 $public_display = array(); … … 220 220 <fieldset> 221 221 <legend><?php _e('Contact Info'); ?></legend> 222 222 223 <p><label><?php _e('E-mail :(required)') ?><br />223 <p><label><?php _e('E-mail (required)') ?><br /> 224 224 <input type="text" name="email" value="<?php echo $profileuser->user_email ?>" /></label></p> 225 225 226 <p><label><?php _e('Website :') ?><br />226 <p><label><?php _e('Website') ?><br /> 227 227 <input type="text" name="url" value="<?php echo $profileuser->user_url ?>" /> 228 228 </label></p> 229 229 230 <p><label><?php _e('AIM :') ?><br />230 <p><label><?php _e('AIM') ?><br /> 231 231 <input type="text" name="aim" value="<?php echo $profileuser->aim ?>" /> 232 232 </label></p> 233 233 234 <p><label><?php _e('Yahoo IM :') ?><br />234 <p><label><?php _e('Yahoo IM') ?><br /> 235 235 <input type="text" name="yim" value="<?php echo $profileuser->yim ?>" /> 236 236 </label></p> 237 237 238 <p><label><?php _e('Jabber / Google Talk :') ?><br />238 <p><label><?php _e('Jabber / Google Talk') ?><br /> 239 239 <input type="text" name="jabber" value="<?php echo $profileuser->jabber ?>" /></label> 240 240 </p> 241 241 </fieldset> … … 253 253 <fieldset> 254 254 <legend><?php $is_profile_page? _e('Update Your Password') : _e("Update User's Password"); ?></legend> 255 255 <p class="desc"><?php _e("If you would like to change the password type a new one twice below. Otherwise leave this blank."); ?></p> 256 <p><label><?php _e('New Password :'); ?><br />256 <p><label><?php _e('New Password'); ?><br /> 257 257 <input type="password" name="pass1" id="pass1" size="16" value="" /> 258 258 </label></p> 259 <p><label><?php _e('Type it one more time :'); ?><br />259 <p><label><?php _e('Type it one more time'); ?><br /> 260 260 <input type="password" name="pass2" id="pass2" size="16" value="" /> 261 261 </label></p> 262 262 <?php if ( $is_profile_page ): ?> -
wp-admin/options-writing.php
64 64 <tr valign="top"> 65 65 <th scope="row"><?php _e('Mail Server') ?></th> 66 66 <td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" size="40" /> 67 <label for="mailserver_port"><?php _e('Port :') ?></label>67 <label for="mailserver_port"><?php _e('Port') ?></label> 68 68 <input name="mailserver_port" type="text" id="mailserver_port" value="<?php form_option('mailserver_port'); ?>" size="6" /> 69 69 </td> 70 70 </tr>