Make WordPress Core


Ignore:
Timestamp:
05/24/2003 11:12:55 PM (23 years ago)
Author:
mikelittle
Message:

New and modified images.
Fixed image paths.

File:
1 edited

Legend:

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

    r38 r86  
    2222        background-image: url('<?php
    2323if ($is_gecko || $is_macIE) {
    24 ?>b2-img/bgbookmarklet1.gif<?php
     24?>../b2-img/bgbookmarklet1.gif<?php
    2525} else {
    26 ?>b2-img/bgbookmarklet3.gif<?php
     26?>../b2-img/bgbookmarklet3.gif<?php
    2727}
    2828?>');
     
    3636        background-color: white;
    3737/*<?php if ($is_gecko || $is_macIE) { ?>
    38         background-image: url('b2-img/bgbookmarklet.png');
     38        background-image: url('../b2-img/bgbookmarklet.png');
    3939<?php } elseif ($is_winIE) { ?>
    4040        background-color: #cccccc;
     
    9191        <tbody>
    9292        <tr>
    93         <td valign="top" style="background-color: transparent; <?php if ($is_gecko || $is_macIE) { ?>background-image: url('b2-img/bgbookmarklet.png');<?php } elseif ($is_winIE) { ?>background-color: #cccccc; filter: alpha(opacity:60);<?php } ?>;">
     93        <td valign="top" style="background-color: transparent; <?php if ($is_gecko || $is_macIE) { ?>background-image: url('../b2-img/bgbookmarklet.png');<?php } elseif ($is_winIE) { ?>background-color: #cccccc; filter: alpha(opacity:60);<?php } ?>;">
    9494<?php
    9595
Note: See TracChangeset for help on using the changeset viewer.