Dotclear


Ignore:
Timestamp:
08/18/13 16:27:51 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Let labels be labels, the end (I hope so).

File:
1 edited

Legend:

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

    r1179 r1454  
    120120          $res .= 
    121121          '<form action="'.html::escapeURL($url).'" method="post" class="fieldset">'. 
    122           '<p><label class="classic" for="swa">'.__('Add a word ').' '.form::field('swa',20,128).'</label>'; 
     122          '<p><label class="classic" for="swa">'.__('Add a word ').'</label> '.form::field('swa',20,128); 
    123123 
    124124          if ($core->auth->isSuperAdmin()) { 
    125                $res .= '<label class="classic" for="globalsw">'.form::checkbox('globalsw',1).' '. 
    126                __('Global word (used for all blogs)').'</label> '; 
     125               $res .= '<label class="classic" for="globalsw">'.form::checkbox('globalsw',1).'</label> '. 
     126               __('Global word (used for all blogs)'); 
    127127          } 
    128128 
Note: See TracChangeset for help on using the changeset viewer.

Sites map