Changeset 4440 for extensions
- Timestamp:
- Dec 7, 2009, 8:45:26 AM (15 years ago)
- Location:
- extensions/event_cats
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/admin/autolog_new.inc.php
r4437 r4440 89 89 /****************************************************************************/ 90 90 91 $template->assign('ec_help_banner1', l10n('ec_help_banner1_new')); 92 $template->assign('ec_help_banner2', l10n('ec_help_banner2_new')); 93 94 $template->assign('ec_is_creation', ( 91 $template->assign('ec_is_creation', $ec_is_creation = ( 95 92 $ec_default_action == 'duplicate_entry_submit' or 96 93 $ec_default_action == 'duplicate_entry_ask' or … … 98 95 $ec_default_action == 'create' 99 96 )); 97 98 if ($ec_is_creation) { 99 $template->assign('ec_help_banner1', l10n('ec_help_banner1_new_c')); 100 $template->assign('ec_help_banner2', l10n('ec_help_banner2_new_c')); 101 } 102 else { 103 $template->assign('ec_help_banner1', l10n('ec_help_banner1_new_m')); 104 $template->assign('ec_help_banner2', l10n('ec_help_banner2_new_m')); 105 } 100 106 101 107 $template->assign('ec_hidden_when_no_code', -
extensions/event_cats/admin/duplication.inc.php
r4437 r4440 72 72 $ec_conf2['duplic_display'] = read_ec_conf('duplic_display'); 73 73 $template->assign('ec_conf', $ec_conf2); 74 $template->assign('ec_help_banner1', l10n('ec_help_banner1_duplic ation'));74 $template->assign('ec_help_banner1', l10n('ec_help_banner1_duplic')); 75 75 76 76 ?> -
extensions/event_cats/admin/template/autolog_new.js
r4421 r4440 732 732 ec_default_action == 'duplicate_entry_submit' 733 733 ) { // Create entry from blank 734 ec_help_banner_no = 1; 734 735 de('ec_in_up_usr_list_id').selectedIndex = '-1'; 735 736 de('ec_in_up_code_list_id').selectedIndex = '-1'; … … 755 756 } 756 757 else { // Duplicate entry 758 ec_help_banner_no = 2; 757 759 de('ec_act1_id').value = 'duplicate_entry_submit'; 758 760 de('ec_submit_gen_full_auto_id').disabled = 'disabled'; … … 789 791 ec_default_action == 'modify_entry_submit' 790 792 ) { // Modify entry 793 ec_help_banner_no = 1; 791 794 de('ec_in_up_entry_list_id').disabled = ''; 792 795 de('ec_sel_user_none').checked = ''; … … 812 815 } 813 816 else { // Outdate entry 817 ec_help_banner_no = 2; 814 818 ec_selected_user = 'ec_sel_user_none'; 815 819 de('ec_in_up_entry_list_id').disabled = 'disabled'; … … 836 840 ec_default_action = 'modify_entry_ask'; 837 841 } 842 ec_mark_help(''); 838 843 return false; 839 844 } -
extensions/event_cats/admin/template/autolog_new.tpl
r4438 r4440 103 103 /> 104 104 — 105 <label for = "ec_in_up_comment_id" style = "margin:0;" >105 <label for = "ec_in_up_comment_id" style = "margin:0;" title = "{'Optional'|@translate}"> 106 106 <span style = "font-weight:bold; font-style:italic;">{'Comment'|@translate}</span> 107 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}"108 onchange = "ec_new_comment_text = this.value;" 109 109 /> 110 110 </label> … … 146 146 </select> 147 147 — 148 <label for = "ec_in_up_comment_id" style = "margin:0;" >148 <label for = "ec_in_up_comment_id" style = "margin:0;" title = "{'Optional'|@translate}"> 149 149 <span style = "font-weight:bold; font-style:italic;">{'Comment'|@translate}</span> 150 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}"151 onchange = "ec_new_comment_text = this.value;" 152 152 /> 153 153 </label> -
extensions/event_cats/admin/template/header.inc.tpl
r4437 r4440 24 24 </div> 25 25 <p> 26 <hr width = 75% size = 3 />27 </p>28 26 {/if} 29 27 -
extensions/event_cats/language/fr_FR/plugin.lang.php
r4438 r4440 19 19 // "Header" 20 20 $lang['Admin page title'] = 'Event Categories'; 21 $lang['Acknowledgement'] = 'Event Categories, pour catégories événementielles :<br />cette extension permet d\'identifier automatiquement un compte ("autolog"), et de dupliquer le compte sous lequel un visiteur est identifié ("duplication").<br /><br />Merci au Forum, plg, ddtddt, flipflip, VDigital, Gotcha , P@t pour le code principal :-) !';21 $lang['Acknowledgement'] = 'Event Categories, pour catégories événementielles :<br />cette extension permet d\'identifier automatiquement un compte ("autolog"), et de dupliquer le compte sous lequel un visiteur est identifié ("duplication").<br /><br />Merci au Forum, plg, ddtddt, flipflip, VDigital, Gotcha pour les tests, P@t pour le code principal :-) !'; 22 22 $lang['JS needed'] = 'Javascript DOIT être activé sur votre navigateur pour un fonctionnement correct de cette page !'; 23 23 … … 203 203 204 204 // Help banner 205 $lang['ec_help_banner1_entries'] = 'Bientôt disponible ;-) !'; 205 $lang['ec_help_banner1_entries'] = 'Aide concernant liste des entrées'; 206 $lang['ec_help_banner1_new_c'] = 'Aide sur la création d\'entrée (en général)'; 207 $lang['ec_help_banner2_new_c'] = 'Aide sur la création d\'entrée (dans le cas d\'une recopie)'; 208 $lang['ec_help_banner1_new_m'] = 'Aide sur la modification d\'entrée (en général)'; 209 $lang['ec_help_banner2_new_m'] = 'Aide lors du passage d\'une entrée en périmée'; 210 $lang['ec_help_banner1_duplic'] = 'Aide sur la duplication'; 211 $lang['ec_help_banner1_config'] = 'Aide sur la configuration générale'; 206 212 207 213 unset($t_ap1, $t_ap2);
Note: See TracChangeset
for help on using the changeset viewer.