Changeset 119
- Timestamp:
- 06/01/2003 12:23:57 AM (23 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
-
b2bookmarklet.php (modified) (2 diffs)
-
b2sidebar.php (modified) (1 diff)
-
b2upload.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2bookmarklet.php
r93 r119 57 57 background-image: url('<?php 58 58 if ($is_gecko || $is_IE) { 59 ?>../b2-img/bgbookmarklet 1.gif<?php59 ?>../b2-img/bgbookmarklet3.gif<?php 60 60 } else { 61 61 ?>../b2-img/bgbookmarklet3.gif<?php … … 70 70 background-color: transparent; 71 71 <?php if ($is_gecko || $is_macIE) { ?> 72 background-image: url('../b2-img/bgbookmarklet .png');72 background-image: url('../b2-img/bgbookmarklet3.gif'); 73 73 <?php } elseif ($is_winIE) { ?> 74 74 background-color: #cccccc; -
trunk/wp-admin/b2sidebar.php
r93 r119 63 63 background-color: transparent; 64 64 <?php if ($is_gecko || $is_macIE) { ?> 65 background-image: url('../b2-img/bgbookmarklet .png');65 background-image: url('../b2-img/bgbookmarklet3.gif'); 66 66 <?php } elseif ($is_winIE) { ?> 67 67 background-color: #dddddd; -
trunk/wp-admin/b2upload.php
r93 r119 20 20 background-image: url('<?php 21 21 if ($is_gecko || $is_macIE) { 22 ?>../b2-img/bgbookmarklet 1.gif<?php22 ?>../b2-img/bgbookmarklet3.gif<?php 23 23 } else { 24 24 ?>../b2-img/bgbookmarklet3.gif<?php … … 34 34 background-color: white; 35 35 /*<?php if ($is_gecko || $is_macIE) { ?> 36 background-image: url('../b2-img/bgbookmarklet .png');36 background-image: url('../b2-img/bgbookmarklet3.gif'); 37 37 <?php } elseif ($is_winIE) { ?> 38 38 background-color: #cccccc; … … 89 89 <tbody> 90 90 <tr> 91 <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 } ?>;">91 <td valign="top" style="background-color: transparent; <?php if ($is_gecko || $is_macIE) { ?>background-image: url('../b2-img/bgbookmarklet3.gif');<?php } elseif ($is_winIE) { ?>background-color: #cccccc; filter: alpha(opacity:60);<?php } ?>;"> 92 92 <?php 93 93
Note: See TracChangeset
for help on using the changeset viewer.