Ignore:
Timestamp:
Nov 4, 2009, 7:14:50 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Some debugging ; adapt certain labels so that it can be recognized in other modules

(See http://fr.piwigo.org/forum/viewtopic.php?pid=122608#p122608 ) mainly

File:
1 edited

Legend:

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

    r4179 r4181  
    2626  <div style = "text-align:center;">
    2727    <a style = "font-weight:bold; font-size:120%;" href = "#ec_top" name = "ec_top" title = "{'ec_top_title'|@translate}">
    28       <label>
     28      <!--[if !IE]> <--> <label> <!--> <![endif]-->
    2929        {if $ec_is_creation}
    3030          {'ec_new_entry_title'|@translate}
     
    3232          {'ec_modify_entry_title'|@translate}
    3333        {/if}
    34       </label>
     34      <!--[if !IE]> <--> </label> <!--> <![endif]-->
     35      <!-- What we're able to do for our "prefered" browser |-( ...!  -->
    3536    </a>
    3637    {if $ec_is_creation}
     
    172173                {'ec_new_user_group'|@translate}
    173174              </span><br>
    174               <input type = "text" name = "ec_in_up_grp_txt" id = "ec_in_up_grp_txt_id" maxlength = "32"
     175              <input type = "text" name = "groupname" id = "ec_in_up_grp_txt_id" maxlength = "32"
    175176               size = "20" onblur = "ec_new_grp_text = this.value; if (this.value != '') ec_selected_old_group = true;"
    176177              />
     
    274275  ec_JS_message['ec_new_pwd_gen2']        = "{'ec_new_pwd_gen2'|@translate|@escape:javascript}";
    275276  ec_JS_message['ec_act_entry_miss']      = "{'ec_act_entry_miss'|@translate|@escape:javascript}";
     277  ec_JS_message['ec_confirm_force']       = "{'ec_confirm_force'|@translate|@escape:javascript}";
    276278  ec_JS_message['ec_confirm_del_other']   = "{'ec_confirm_del_other'|@translate|@escape:javascript}";
    277279  ec_JS_message['ec_user_already_exists'] = "{'ec_user_already_exists'|@translate|@escape:javascript}";
    278280  ec_JS_message['ec_code_already_exists'] = "{'ec_code_already_exists'|@translate|@escape:javascript}";
    279281  ec_JS_message['ec_conf_pwd_dont_match'] = "{'ec_conf_pwd_dont_match'|@translate|@escape:javascript}";
     282  ec_JS_message['ec_confirm_change_user'] = "{'ec_confirm_change_user'|@translate|@escape:javascript}";
    280283  ec_JS_message['ec_up_code_lbl_home']    = "{'ec_up_code_lbl_home'|@translate}";
    281284  ec_JS_message['ec_submit_code_miss']    = "{'ec_submit_code_miss'|@translate}";
Note: See TracChangeset for help on using the changeset viewer.