Dotclear


Ignore:
Timestamp:
07/30/18 09:48:26 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use css3 flex rather than <br > to vertical align supplemental labels under dashboard icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/inc/lib.dc.antispam.php

    r3781 r3787  
    7373        if (($count = self::countSpam($core)) > 0) { 
    7474            $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 
    75             $icons['comments'][0] .= '</span></a> <br /><a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' . 
     75            $icons['comments'][0] .= '</span></a> <a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' . 
    7676            sprintf($str, $count); 
    7777        } 
     
    8282        if (($count = self::countSpam($core)) > 0) { 
    8383            $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 
    84             return '</span></a> <br /><a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' . 
     84            return '</span></a> <a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' . 
    8585            sprintf($str, $count); 
    8686        } else { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map