Dotclear

Changeset 2987:57199ed47806


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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r2969 r2987  
    452452     '</p>'. 
    453453 
    454      '<p><label for="enable_xmlrpc" class="classic">'.'</label>'. 
     454     '<p><label for="enable_xmlrpc" class="classic">'. 
    455455     form::checkbox('enable_xmlrpc','1',$blog_settings->system->enable_xmlrpc). 
    456      __('Enable XML/RPC interface').'</p>'; 
     456     __('Enable XML/RPC interface').'</label>'.'</p>'; 
    457457 
    458458     echo 
  • 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