Dotclear

Changeset 2987:57199ed47806 for plugins


Ignore:
Timestamp:
04/01/15 04:41:20 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Radio and checkbox should be inside label tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/filters/class.dc.filter.words.php

    r2986 r2987  
    113113 
    114114          if ($core->auth->isSuperAdmin()) { 
    115                $res .= form::checkbox('globalsw',1). 
    116                '<label class="classic" for="globalsw">'.__('Global word (used for all blogs)').'</label> '; 
     115               $res .= '<label class="classic" for="globalsw">'.form::checkbox('globalsw',1). 
     116                    __('Global word (used for all blogs)').'</label> '; 
    117117          } 
    118118 
Note: See TracChangeset for help on using the changeset viewer.

Sites map