Changeset 703
- Timestamp:
- 01/03/2004 05:12:32 AM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r633 r703 52 52 <head> 53 53 <title>WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?></title> 54 <link rel="stylesheet" href="wp-admin.css" type="text/css" /> 54 <link rel="stylesheet" href="../wp-images/wp-admin.css" type="text/css" /> 55 <link rel="shortcut icon" href="wp-favicon.png" /> 55 56 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 56 57 <?php -
trunk/wp-admin/bookmarklet.php
r694 r703 67 67 <head> 68 68 <title>WordPress > Bookmarklet</title> 69 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 69 70 <link rel="stylesheet" href="wp-admin.css" type="text/css" /> 70 < meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" />71 <link rel="shortcut icon" href="wp-favicon.png" /> 71 72 <script type="text/javascript" language="javascript"> 72 73 <!-- -
trunk/wp-admin/sidebar.php
r698 r703 36 36 <head> 37 37 <title>WordPress > Sidebar</title> 38 <link rel="stylesheet" href="wp-admin.css" type="text/css">39 38 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $admin_area_charset ?>" /> 39 <link rel="stylesheet" href="wp-admin.css" type="text/css" /> 40 <link rel="shortcut icon" href="wp-favicon.png" /> 40 41 <style type="text/css" media="screen"> 41 42 form { 42 43 padding: 3px; 43 44 } 45 .sidebar-categories { 46 display: block; 47 height: 6.6em; 48 overflow: auto; 49 background-color: #f4f4f4; 50 } 44 51 .sidebar-categories label { 45 52 font-size: 10px; 53 display: block; 54 width: 90%; 46 55 } 47 56 </style> … … 56 65 <input type="text" name="post_title" size="20" tabindex="1" style="width: 100%;" /> 57 66 </p> 58 <p class="sidebar-categories">Categories: 67 <p>Categories: 68 <span class="sidebar-categories"> 59 69 <?php dropdown_categories(); ?> 70 </span> 60 71 </p> 61 72 <p>
Note: See TracChangeset
for help on using the changeset viewer.