Changeset 46 in svn
- Timestamp:
- 2006-05-29T09:25:46Z (12 years ago)
- Location:
- trunk/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.css
r34 r46 3 3 table.cycles .col1 { background-color: #f5f5f5; } 4 4 table.cycles .col2 { background-color: #e0e0e0; } 5 table.cycles th, table.cycles td { border-top: 1px solid white; border-left: 1px solid white; } 5 6 table.cycles th { background-color: #707090; color: white; font-weight: bold; height: 20px; line-height: 16px; font-family: serif; } 6 7 th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; } -
trunk/admin/xcache.tpl.php
r34 r46 21 21 $b = new Cycle('class="col1"', 'class="col2"'); 22 22 ?> 23 <table cellspacing=" 1" cellpadding="4" class="cycles">23 <table cellspacing="0" cellpadding="4" class="cycles"> 24 24 <col /> 25 25 <col align="right" /> … … 38 38 <col /> 39 39 <tr <?php echo $a->next(); ?>> 40 <th> </th>40 <th>-</th> 41 41 <th>Slots</th> 42 42 <th>Size</th> … … 99 99 foreach ($cacheinfos as $i => $ci) { 100 100 ?> 101 <table cellspacing=" 1" cellpadding="4" class="cycles freeblocks">101 <table cellspacing="0" cellpadding="4" class="cycles freeblocks"> 102 102 <tr> 103 103 <th><?php echo $ci['cache_name']; ?> size<br>offset</th> … … 132 132 ?> 133 133 134 <table cellspacing=" 1" cellpadding="4" class="cycles entrys" width="100%">134 <table cellspacing="0" cellpadding="4" class="cycles entrys" width="100%"> 135 135 <col /> 136 136 <col />
Note: See TracChangeset
for help on using the changeset viewer.