Just testing the 2.8.1 version before upgrading and found out the mandatory * symbol is displayed twice in the comment form (see screencopy). The generated code is:
Code:<td class="col_first"> <label for="ctrl_name" class="mandatory"><span class="invisible">Champ obligatoire</span> Votre nom<span class="mandatory">*</span></label><span class="mandatory">*</span> </td> <td class="col_last"> <input type="text" name="name" id="ctrl_name" class="text mandatory" value="" maxlength="64" /> </td> </tr> <tr class="widget"> <td class="col_first"> <label for="ctrl_email" class="mandatory"><span class="invisible">Champ obligatoire</span> Votre adresse mail (non publiée)<span class="mandatory">*</span></label><span class="mandatory">*</span> </td>


Reply With Quote
Bookmarks