Ignore:
Timestamp:
Nov 4, 2009, 12:28:23 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Entry creation in DB OK.

File:
1 edited

Legend:

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

    r4173 r4179  
    153153          <ul><li>
    154154            <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'ec_new_user_name'|@translate}<br>
    155               <input type = "text" name = "ec_in_up_usr_txt" id = "ec_in_up_usr_txt_id" maxlength = "32"
     155              <input type = "text" name = "login" id = "ec_in_up_usr_txt_id" maxlength = "50"
    156156               size = "20" onblur = "ec_new_user_text = this.value; ec_check_user_text();"
    157157              />
    158158            </label>
    159159            <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'ec_new_user_pswd'|@translate}<br>
    160               <input type = "text" name = "ec_in_up_psd_txt" id = "ec_in_up_psd_txt_id" maxlength = "32"
     160              <input type = "text" name = "password" id = "ec_in_up_psd_txt_id" maxlength = "32"
    161161               size = "20" onblur = "ec_new_psd_text = this.value; ec_check_pwd_text();"
    162162              />
Note: See TracChangeset for help on using the changeset viewer.