[wp-cvs] wordpress/wp-admin admin-footer.php, 1.10, 1.11 wp-admin.css, 1.57, 1.58

Matthew Mullenweg saxmatt at users.sourceforge.net
Fri Jul 23 07:50:24 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24385/wp-admin

Modified Files:
	admin-footer.php wp-admin.css 
Log Message:
New, pretty footer.

Index: wp-admin.css
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/wp-admin.css,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** wp-admin.css	21 Jul 2004 07:44:27 -0000	1.57
--- wp-admin.css	23 Jul 2004 07:50:21 -0000	1.58
***************
*** 95,98 ****
--- 95,102 ----
  }
  
+ img {
+ 	border: 0;
+ }
+ 
  input:focus, textarea:focus, label:focus {
  	background: #fff;

Index: admin-footer.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-footer.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** admin-footer.php	15 Jun 2004 23:24:35 -0000	1.10
--- admin-footer.php	23 Jul 2004 07:50:21 -0000	1.11
***************
*** 1,8 ****
  
! <p id="footer"><strong><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> &#8212; <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
! <?php
!      printf(__('%s seconds'), number_format(timer_stop(), 2));
! ?>
  </p>
  <?php do_action('admin_footer', ''); ?>
  </body>
--- 1,9 ----
  
! <div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-images/wp-small.png" alt="WordPress" /></a><br />
! <?php bloginfo('version'); ?> &#8212; <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
! <?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
  </p>
+ <p>	<a href="http://getfirefox.com/" title="<?php _e('WordPress recommends the open-source Firefox browser') ?>"><img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_88x31.png" width="88" height="31" alt="Get Firefox"></a></p>
+ </div>
  <?php do_action('admin_footer', ''); ?>
  </body>




More information about the cvs mailing list