Make WordPress Core

Changeset 8845


Ignore:
Timestamp:
09/08/2008 06:01:33 AM (17 years ago)
Author:
azaozz
Message:

CSS and HTML validation fixes, props Simek, fixes #7703

Location:
trunk/wp-admin
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/inbox.php

    r8691 r8845  
    2424<h2><?php _e('Inbox'); ?></h2>
    2525<ul class="subsubsub">
    26 <li><a href="#" class="current"><?php _e('Messages') ?></a></li> | <li><a href="#"><?php echo sprintf(__('Archived') . ' (%s)', '42'); ?></a></li>
     26<li><a href="#" class="current"><?php _e('Messages') ?></a> | </li><li><a href="#"><?php echo sprintf(__('Archived') . ' (%s)', '42'); ?></a></li>
    2727</ul>
    2828<div class="tablenav">
     
    4040    <thead>
    4141    <tr>
    42     <th scope="col" class="check-column"><input type="checkbox"/></th>
     42    <th scope="col" class="check-column"><input type="checkbox" /></th>
    4343    <th scope="col"><?php _e('Message'); ?></th>
    4444    <th scope="col"><?php _e('Date'); ?></th>
     
    5151   
    5252    <tr id="message-<?php echo $k; ?>">
    53         <th scope="col" class="check-column"><input type="checkbox" name="messages[]" value="<?php echo $k; ?>" /></td>
     53        <th scope="col" class="check-column"><input type="checkbox" name="messages[]" value="<?php echo $k; ?>" /></th>
    5454        <td><?php
    5555            if ( $item->href )
  • trunk/wp-admin/includes/dashboard.php

    r8751 r8845  
    383383function wp_dashboard_quick_press_js() {
    384384?>
     385
    385386<script type="text/javascript">
    386387/* <![CDATA[ */
     
    430431?>
    431432
    432     <style type="text/css">
    433         #inbox-filter ul {
    434             list-style: none;
    435             margin: 0;
    436             padding: 0;
    437             position: relative;
    438         }
    439         #inbox-filter ul li {
    440             position: relative;
    441             padding-right: 20px;
    442         }
    443         #inbox-filter ul input.checkbox {
    444             float: left;
    445         }
    446         #inbox-filter ul p {
    447             float: left;
    448             margin: 0;
    449             margin-left: -40px;
    450             width: 100%;
    451             position: relative;
    452             left: 50px;
    453         }
    454         #inbox-message {
    455             margin:0 0 0 7.5em;
    456             padding:5px;
    457         }
    458     </style>
    459433    <script type="text/javascript">
    460434        jQuery( function($) {
  • trunk/wp-admin/includes/template.php

    r8777 r8845  
    116116    $name = ( $name_override ? $name_override : $category->name );
    117117    if ( current_user_can( 'manage_categories' ) ) {
    118         $edit = "<a class='row-title' href='link-category.php?action=edit&amp;cat_ID=$category->term_id' title='" . attribute_escape(sprintf(__('Edit "%s"'), $category->name)) . "' class='edit'>$name</a>";
     118        $edit = "<a class='row-title' href='link-category.php?action=edit&amp;cat_ID=$category->term_id' title='" . attribute_escape(sprintf(__('Edit "%s"'), $category->name)) . "'>$name</a>";
    119119        $default_cat_id = (int) get_option( 'default_link_category' );
    120120    } else {
     
    303303        $out .= '<th scope="row" class="check-column"> <input type="checkbox" name="delete_tags[]" value="' . $tag->term_id . '" /></th>';
    304304        $out .= '<td><strong><a class="row-title" href="edit-tags.php?action=edit&amp;tag_ID=' . $tag->term_id . '" title="' . attribute_escape(sprintf(__('Edit "%s"'), $name)) . '">' .
    305             $name . '</a></td>';
     305            $name . '</a></strong></td>';
    306306
    307307        $out .= "<td class='num'>$count</td>";
  • trunk/wp-admin/plugin-editor.php

    r8656 r8845  
    9696</div>
    9797<?php endif; ?>
    98  <div class="wrap">
     98<div class="wrap">
    9999<div class="bordertitle">
    100100    <h2><?php _e('Plugin Editor'); ?></h2>
     
    102102<div class="tablenav">
    103103<div class="alignleft">
    104 <big><strong><?php
     104<big><?php
    105105    if ( is_plugin_active($file) ) {
    106106        if ( is_writeable($real_file) )
     
    114114            echo sprintf(__('Browsing <strong>%s</strong> (inactive)'), $file);
    115115    }
    116     ?></strong></big>
     116    ?></big>
    117117</div>
    118118<br class="clear" />
  • trunk/wp-admin/theme-editor.php

    r8717 r8845  
    102102<div class="bordertitle">
    103103    <h2><?php _e('Theme Editor'); ?></h2>
    104     <form id="themeselector" name="theme" action="theme-editor.php" method="post">
     104    <form id="themeselector" action="theme-editor.php" method="post">
    105105        <strong><label for="theme"><?php _e('Select theme to edit:'); ?> </label></strong>
    106106        <select name="theme" id="theme">
  • trunk/wp-admin/user-edit.php

    r8733 r8845  
    172172<h2><?php $is_profile_page? _e('Your Profile and Personal Options') : _e('Edit User'); ?></h2>
    173173
    174 <form name="profile" id="your-profile" action="" method="post">
     174<form id="your-profile" action="" method="post">
    175175<?php wp_nonce_field('update-user_' . $user_id) ?>
    176176<?php if ( $wp_http_referer ) : ?>
  • trunk/wp-admin/users.php

    r8839 r8845  
    319319</select>
    320320<input type="submit" value="<?php _e('Apply'); ?>" name="doaction" class="button-secondary action" />
    321 <label class="hidden" for="new_role"><?php _e('Change role to&hellip;') ?></label><select name="new_role" id="new_role"><option value=''><?php _e('Change role to&hellip;') ?></option>"<?php wp_dropdown_roles(); ?></select>
     321<label class="hidden" for="new_role"><?php _e('Change role to&hellip;') ?></label><select name="new_role" id="new_role"><option value=''><?php _e('Change role to&hellip;') ?></option><?php wp_dropdown_roles(); ?></select>
    322322<input type="submit" value="<?php _e('Change'); ?>" name="changeit" class="button-secondary" />
    323323<?php wp_nonce_field('bulk-users'); ?>
  • trunk/wp-admin/wp-admin.css

    r8827 r8845  
    18601860}
    18611861
     1862#inbox-filter ul {
     1863    list-style: none;
     1864    margin: 0;
     1865    padding: 0;
     1866    position: relative;
     1867}
     1868
     1869#inbox-filter ul li {
     1870    position: relative;
     1871}
     1872
     1873#inbox-filter ul input.checkbox {
     1874    float: left;
     1875}
     1876
     1877#inbox-filter ul p {
     1878    float: left;
     1879    margin: 0;
     1880    margin-left: -40px;
     1881    width: 100%;
     1882    position: relative;
     1883    left: 50px;
     1884}
     1885
     1886#inbox-message {
     1887    margin: 0 0 0 7.5em;
     1888    padding: 5px;
     1889}
     1890
     1891
    18621892/* media popup 0819 */
    18631893#sidemenu {
Note: See TracChangeset for help on using the changeset viewer.