Changeset 1977
- Timestamp:
- 12/19/2004 12:21:14 AM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r1940 r1977 159 159 ?></table> 160 160 <p><a href="javascript:;" onclick="checkAll(document.getElementById('deletecomments')); return false; "><?php _e('Invert Checkbox Selection') ?></a></p> 161 <p style="text-align: right;"><input type="submit" name="Submit" 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.") ?>')" /> </p>161 <p class="submit"><input type="submit" name="Submit" 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.") ?>')" /> </p> 162 162 </form> 163 163 <?php -
trunk/wp-admin/wp-admin.css
r1976 r1977 5 5 background-color: #eee; 6 6 padding: 1em; 7 border: 1px solid # ccc;7 border: 1px solid #69c; 8 8 } 9 9 … … 276 276 277 277 #adminmenu a:hover, .current { 278 background: # eaeaea;278 background: #ccc; 279 279 border: 1px solid #9d9d9d; 280 280 color: #171717; … … 519 519 font-weight: normal; 520 520 margin: 0; 521 letter-spacing: -.05em; 521 522 } 522 523
Note: See TracChangeset
for help on using the changeset viewer.