Changeset 121 for trunk/wassup.php

Show
Ignore:
Timestamp:
03/30/08 15:55:10 (9 months ago)
Author:
root
Message:

some colors changes to meet wp2.5 color schema

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wassup.php

    r120 r121  
    837837                <td align="left" class="legend"> 
    838838                <?php 
     839                // Marked items - Refresh 
    839840                if ($wassup_options->wmark == 1) echo '<a href="?'.$_SERVER['QUERY_STRING'].'&search='.$wassup_options->wip.'" title="'.__('Filter by marked IP','wassup').'"><strong>'.$markedtot.'</strong> '.__('show marked items','wassup').'</a> - '; 
    840841                if (!empty($search)) print "<strong>$searchtot</strong>".__('Searched for','wassup').": <strong>$search</strong> - ";