Changeset 4438


Ignore:
Timestamp:
Dec 7, 2009, 4:55:24 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Add comment label

Location:
extensions/event_cats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/template/autolog_new.tpl

    r4437 r4438  
    103103            />
    104104             — 
    105             <input type = "text" name = "ec_in_up_comment" maxlength = "100" size = "50" id = "ec_in_up_comment_id"
    106               onchange = "ec_new_comment_text = this.value;" title = "{'Comment'|@translate}"
    107             />
     105            <label for = "ec_in_up_comment_id" style = "margin:0;">
     106              <span style = "font-weight:bold;  font-style:italic;">{'Comment'|@translate}</span>
     107              <input type = "text" name = "ec_in_up_comment" maxlength = "100" size = "50" id = "ec_in_up_comment_id"
     108                onchange = "ec_new_comment_text = this.value;" title = "{'Optional'|@translate}"
     109              />
     110            </label>
    108111          </li>
    109112        </li>
     
    143146          </select>
    144147          &nbsp;&#151;&nbsp;
    145           <input type = "text" name = "ec_in_up_comment" maxlength = "100" size = "50" id = "ec_in_up_comment_id"
    146             onchange = "ec_new_comment_text = this.value;" title = "{'Comment'|@translate}"
    147           />
     148            <label for = "ec_in_up_comment_id" style = "margin:0;">
     149              <span style = "font-weight:bold;  font-style:italic;">{'Comment'|@translate}</span>
     150              <input type = "text" name = "ec_in_up_comment" maxlength = "100" size = "50" id = "ec_in_up_comment_id"
     151                onchange = "ec_new_comment_text = this.value;" title = "{'Optional'|@translate}"
     152              />
     153            </label>
    148154        </li>
    149155       
  • extensions/event_cats/language/fr_FR/plugin.lang.php

    r4437 r4438  
    6060$lang['Auto code end']             = 'caractères';
    6161$lang['Comment']                   = 'Commentaire';
     62$lang['Optional']                  = 'Facultatif';
    6263$lang['Existing code']             = 'Code existant :';
    6364$lang['Identified user']           = 'Utilisateur identifié';
     
    202203
    203204// Help banner
    204 $lang['ec_help_banner1_entries']   = '';
     205$lang['ec_help_banner1_entries']   = 'Bientôt disponible ;-) !';
    205206
    206207unset($t_ap1, $t_ap2);
Note: See TracChangeset for help on using the changeset viewer.