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

[Event Cats] Add comment label

File:
1 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       
Note: See TracChangeset for help on using the changeset viewer.