Changeset 7663 for extensions/event_cats


Ignore:
Timestamp:
Nov 6, 2010, 12:43:16 PM (13 years ago)
Author:
LucMorizur
Message:

Replace all " />" by ">" (see topic:16569 in english forum)

Location:
extensions/event_cats
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/config.inc.php

    r7068 r7663  
    5454  sprintf(
    5555    l10n('Register replacement'),
    56     '&nbsp;&nbsp;<br />', // nicer line feed
     56    '&nbsp;&nbsp;<br>', // nicer line feed
    5757    $lang['Register'],
    5858    $lang['Duplicate']
     
    6464  sprintf(
    6565    l10n('Display connection'),
    66     '&nbsp;&nbsp;<br />', // nicer line feed
     66    '&nbsp;&nbsp;<br>', // nicer line feed
    6767    (version_compare(PHPWG_VERSION, '2.1.0', '<')) ?
    6868     $lang['Connection'] : $lang['Login']
  • extensions/event_cats/admin/duplication.inc.php

    r4440 r7663  
    5858  sprintf(
    5959    l10n('Register replacement'),
    60     '&nbsp;&nbsp;<br />', // nicer line feed
     60    '&nbsp;&nbsp;<br>', // nicer line feed
    6161    $lang['Register'],
    6262    $lang['Duplicate']
  • extensions/event_cats/admin/evntcats_admin.php

    r7311 r7663  
    383383//print_r('ROOT_URL : '.ROOT_URL.'<br>EVNTCATS_PATH : '.EVNTCATS_PATH);
    384384print('ROOT_URL + ... : '.preg_match('/(\d+\.\d+)\.(\d+)/', PHPWG_VERSION, $matches));
    385 print('<br />');
     385print('<br>');
    386386print_r($matches);
    387387print '</pre>';
  • extensions/event_cats/admin/template/autolog_entries.tpl

    r7314 r7663  
    3333</div><span id = "ec_help_ban"></span>
    3434
    35 <br />
     35<br>
    3636
    3737{* <!-- Form to view codes --> *}
    3838<form class = "filter" method = "post" name = "ec_view_codes" action = "">
    3939  <p>
    40     <input type = "hidden" id = "ec_act1_id" name = "ec_act1" />
    41     <input type = "radio" name = "ec_entry_sel" value = "-1" id = "selection--1" style = "display:none;" />
     40    <input type = "hidden" id = "ec_act1_id" name = "ec_act1">
     41    <input type = "radio" name = "ec_entry_sel" value = "-1" id = "selection--1" style = "display:none;">
    4242  </p>
    4343 
     
    4848      <!--[if !IE]> <--> </label> <!--> <![endif]-->
    4949      <!-- What we're able to do for our "prefered" browser |-( ...!  -->
    50     </a><br /><br />
     50    </a><br><br>
    5151  </div>
    5252 
     
    6969          <input type = "radio" name = "ec_entry_sel" value = "{$code_line.id}" id = "selection-{$code_line.id}"
    7070           onclick = "ec_mark_line({$code_line.id});"
    71           />
     71         >
    7272          <label for = "selection-{$code_line.id}">{$code_line.id}</label>
    7373          <a id = "ec_url_id_{$code_line.id}" style = "display:none;" href = "{$code_line.code_URL}"></a>
     
    7878          >
    7979            {$code_line.Code}
    80             {if !$comment_tooltip and $code_line.Comment != ''}<br />{$code_line.Comment}{/if}
     80            {if !$comment_tooltip and $code_line.Comment != ''}<br>{$code_line.Comment}{/if}
    8181          </label>
    8282        </td>
     
    8888            <a href = "javascript:void(0);" onclick = "ec_check_ds({$code_line.id});">
    8989              <img src = "{$EVNTCATS_URLS.ROOT}icon/disable.png" class = "button"
    90                alt = "{'Outdate entry ttip'|@translate}" title = "{'Outdate entry ttip'|@translate}" />
     90               alt = "{'Outdate entry ttip'|@translate}" title = "{'Outdate entry ttip'|@translate}">
    9191            </a>
    9292            {if $code_line.Forced == 'true'}
     
    9494                <img class = "button" src = "{$EVNTCATS_URLS.ROOT}icon/forced.png"
    9595                 alt = "{'Unforce display ttip'|@translate}" title = "{'Unforce display ttip'|@translate}"
    96                 />
     96               >
    9797              </a>
    9898            {else}
     
    103103              <a href = "javascript:void(0);" title = "{'Duplicate entry ttip'|@translate}" onclick = "ec_duplicate_entry({$code_line.id});">
    104104                <img src = "{$EVNTCATS_URLS.ROOT}icon/duplicate.png" class = "button" style = "border:none"
    105                  alt = "{'Duplicate entry ttip'|@translate}" title = "{'Duplicate entry ttip'|@translate}" />
     105                 alt = "{'Duplicate entry ttip'|@translate}" title = "{'Duplicate entry ttip'|@translate}">
    106106              </a>
    107107            {/if}
     
    122122        <label title = "{'Copy URL ttip'|@translate}">
    123123          {'URL'|@translate}
    124           <input type = "text" id = "ec_show_URL" size = "100" title = "{'Copy URL ttip'|@translate}" readonly = "readonly" />
    125         </label><br />
    126         <br />
     124          <input type = "text" id = "ec_show_URL" size = "100" title = "{'Copy URL ttip'|@translate}" readonly = "readonly">
     125        </label><br>
     126        <br>
    127127        <a href = "javascript:void(0);" title = "{'Test URL ttip'|@translate}"
    128128         id = "ec_table_URL" onclick = "return ec_check_tst();" class = "ec_lower_tools" >
    129           <img src = "{$EVNTCATS_URLS.ROOT}icon/url2.png" class = "button" alt = "{'Test URL ttip'|@translate}" />
     129          <img src = "{$EVNTCATS_URLS.ROOT}icon/url2.png" class = "button" alt = "{'Test URL ttip'|@translate}">
    130130          {'Test'|@translate}
    131131        </a>
     
    133133        <a href = "javascript:void(0);" onclick = "ec_check_dl();" id = "ec_del_link_id"
    134134         class = "ec_lower_tools" title = "{'Delete entry ttip'|@translate}" >
    135           <img src = "{$EVNTCATS_URLS.ROOT}icon/delete.png" class = "button" alt = "{'Delete entry ttip'|@translate}" />
     135          <img src = "{$EVNTCATS_URLS.ROOT}icon/delete.png" class = "button" alt = "{'Delete entry ttip'|@translate}">
    136136          {'Delete'|@translate}
    137137        </a>
     
    139139        <a href = "javascript:void(0);" onclick = "ec_check_m();" id = "ec_mod_link_id"
    140140         class = "ec_lower_tools" title = "{'Modify entry ttip'|@translate}" >
    141           <img src = "{$EVNTCATS_URLS.ROOT}icon/modify.png" class = "button" alt = "{'Modify entry ttip'|@translate}" />
     141          <img src = "{$EVNTCATS_URLS.ROOT}icon/modify.png" class = "button" alt = "{'Modify entry ttip'|@translate}">
    142142          {'Modify'|@translate}
    143143        </a>
  • extensions/event_cats/admin/template/autolog_new.tpl

    r7661 r7663  
    4545<form class = "filter" method = "post" name = "ec_new_code" action = "" onsubmit = "return ec_check_submit();">
    4646  <p>
    47     <input type = "hidden" id = "ec_act1_id" name = "ec_act1" />
    48     <input type = "hidden" id = "ec_act2_id" name = "ec_entry_sel" />
     47    <input type = "hidden" id = "ec_act1_id" name = "ec_act1">
     48    <input type = "hidden" id = "ec_act2_id" name = "ec_entry_sel">
    4949  </p>
    5050 
     
    6262    </a>
    6363    {if $ec_is_creation}
    64       <br /><br />
     64      <br><br>
    6565      <input class = "submit" type = "button" name = "ec_submit_gen_full_auto" value = "{'Full auto'|@translate}"
    6666       id = "ec_submit_gen_full_auto_id" onclick = "ec_gen_full_auto();" style = "margin-top:0;"/>
     
    9090            <input class = "submit" type = "button" name = "ec_submit_gen_code" value = "{'Auto code button'|@translate}"
    9191             id = "ec_submit_gen_code_id" onclick = "ec_gen_code();" style = "margin:0;"
    92             />
     92           >
    9393          </label>
    9494          {'Auto code mid'|@translate}
     
    106106            {/foreach}
    107107          </select>
    108           {'Auto code end'|@translate}<br />
     108          {'Auto code end'|@translate}<br>
    109109        </li>
    110110       
     
    112112          <input type = "text" name = "ec_in_up_code" maxlength = "32" size = "40"
    113113           id = "ec_in_up_code_id" onblur = "ec_check_code_text(this.value);"
    114           />
     114         >
    115115          &nbsp;—&nbsp;
    116116          <label for = "ec_in_up_comment_id" style = "margin:0;" title = "{'Optional'|@translate}">
     
    118118            <input type = "text" name = "ec_in_up_comment" maxlength = "100" size = "50" id = "ec_in_up_comment_id"
    119119              onchange = "ec_new_comment_text = this.value;"
    120             />
     120           >
    121121          </label>
    122122        </li>
     
    125125          {* <!-- Known code --> *}
    126126          <label for = "ec_in_up_code_list_id" onclick = "ec_mark_code('ec_sel_code_old');" {$ec_hidden_when_no_code}>
    127             <input type = "radio" name = "ec_sel_code" {$ec_hidden_when_no_code} value = "old" id = "ec_sel_code_old" />
     127            <input type = "radio" name = "ec_sel_code" {$ec_hidden_when_no_code} value = "old" id = "ec_sel_code_old">
    128128            {'Existing code'|@translate}
    129129          </label>
     
    159159              <span style = "font-weight:bold;  font-style:italic;">{'Comment'|@translate}</span>
    160160              <input type = "text" name = "ec_in_up_comment" maxlength = "100" size = "50" id = "ec_in_up_comment_id"
    161                onchange = "ec_new_comment_text = this.value;" />
     161               onchange = "ec_new_comment_text = this.value;">
    162162            </label>
    163163        </li>
     
    172172    <legend style = "font-weight:bold;">
    173173      {'Identified user'|@translate}
    174       <span style = "font-weight:bold; color:red;" id = "ec_in_up_pwd_warn">&nbsp;</span><br />
     174      <span style = "font-weight:bold; color:red;" id = "ec_in_up_pwd_warn">&nbsp;</span><br>
    175175    </legend>
    176176      <ul>
     
    180180            {* <!-- None --> *}
    181181            <label onclick = "return ec_mark_user('ec_sel_user_none');">
    182               <input type = "radio" name = "ec_sel_user" value = "none" id = "ec_sel_user_none" />
     182              <input type = "radio" name = "ec_sel_user" value = "none" id = "ec_sel_user_none">
    183183              {'No user'|@translate}
    184             </label><br />
     184            </label><br>
    185185          </li>
    186186        {/if}
     
    189189          {* <!-- New user (to create) --> *}
    190190          <label for = "ec_in_up_usr_txt_id" onclick = "return ec_mark_user('ec_sel_user_new');" {$ec_hidden_when_no_user} >
    191             <input type = "radio" name = "ec_sel_user" value = "new" id = "ec_sel_user_new" {$ec_hidden_when_no_user} />
     191            <input type = "radio" name = "ec_sel_user" value = "new" id = "ec_sel_user_new" {$ec_hidden_when_no_user}>
    192192            {'New generic user'|@translate}
    193193          </label>
     
    196196            <input class = "submit" type = "button" name = "ec_submit_gen_user" value = "{'Generate username'|@translate}"
    197197             id = "ec_submit_gen_user_id" onclick = "ec_gen_user();"
    198             />
     198           >
    199199          </label>
    200200        </li>
    201201        <li style = "padding-left: 30px;">
    202           <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'New username'|@translate}<br />
     202          <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'New username'|@translate}<br>
    203203            <input type = "text" name = "login" id = "ec_in_up_usr_txt_id" maxlength = "50"
    204204             size = "20" onblur = "ec_new_user_text = this.value; ec_check_user_text();"
    205             />
    206           </label>
    207           <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'New password'|@translate}<br />
     205           >
     206          </label>
     207          <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'New password'|@translate}<br>
    208208            <input type = "text" name = "password" id = "ec_in_up_psd_txt_id" maxlength = "32"
    209209             size = "20" onblur = "ec_new_psd_text = this.value; ec_check_pwd_text();"
    210             />
    211           </label>
    212           <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'Confirm password'|@translate}<br />
     210           >
     211          </label>
     212          <label class = "ec_block" onclick = "return ec_mark_user('ec_sel_user_new');">{'Confirm password'|@translate}<br>
    213213            <input type = "password" id = "ec_confirm_psd_txt_id" maxlength = "32" size = "20"/>
    214214          </label>
     
    216216            <input type = "checkbox" name = "ec_in_up_newgroup" id = "ec_in_up_newgroup_id"
    217217             onchange = "ec_selected_old_group = (this.checked != '');"
    218             />
     218           >
    219219            <span onMouseover = "ec_chk_over_grp = true;" onMouseout = "ec_chk_over_grp = false;">
    220220              {'New group'|@translate}
    221             </span><br />
     221            </span><br>
    222222            <input type = "text" name = "groupname" id = "ec_in_up_grp_txt_id" maxlength = "32"
    223223             size = "20" onblur = "ec_new_grp_text = this.value; if (this.value != '') ec_selected_old_group = true;"
    224             />
    225           </label><br />
     224           >
     225          </label><br>
    226226        </li>
    227227       
     
    229229          {* <!-- Known user --> *}
    230230          <label for = "ec_in_up_usr_list_id" onclick = "return ec_mark_user('ec_sel_user_old');" {$ec_hidden_when_no_user} >
    231             <input type = "radio" name = "ec_sel_user" {$ec_hidden_when_no_user} value = "old" id = "ec_sel_user_old" />
     231            <input type = "radio" name = "ec_sel_user" {$ec_hidden_when_no_user} value = "old" id = "ec_sel_user_old">
    232232            {'Existing user'|@translate}
    233233          </label>
     
    236236              <option label = "{$ec_val}" value = "{$ec_key}" >{$ec_val}</option>
    237237            {/foreach}
    238           </select><br />
     238          </select><br>
    239239        </li>
    240240   
     
    259259         {if !$ec_ap_ok or count($ec_lists.add_pages) == 0} style = "display:none;" {/if}
    260260        >
    261           <input type = "radio" name = "ec_input_action" value = "add_p" id = "ec_input_action_add_p" />
    262           {'Additional Page'|@translate}<br />
     261          <input type = "radio" name = "ec_input_action" value = "add_p" id = "ec_input_action_add_p">
     262          {'Additional Page'|@translate}<br>
    263263          <select class = "categoryList" name = "ec_in_up_aps" size = "30" id = "ec_in_up_aps_id" onchange = "ec_selected_AP = this.value;" >
    264264            {html_options options = $ec_lists.add_pages}
     
    272272          <input type = "radio" name = "ec_input_action" value = "cat" id = "ec_input_action_cat"
    273273            onMouseover = "ec_chk_nover_cat = false;" onMouseout = "ec_chk_nover_cat = true;"
    274           />
    275           <span onMouseover = "ec_chk_nover_cat = false;" onMouseout = "ec_chk_nover_cat = true;">{'Category'|@translate}</span><br />
     274         >
     275          <span onMouseover = "ec_chk_nover_cat = false;" onMouseout = "ec_chk_nover_cat = true;">{'Category'|@translate}</span><br>
    276276          <select class = "categoryList" name = "ec_in_up_cat" size = "30" id = "ec_in_up_cats_id" onchange = "ec_selected_cat = this.value;">
    277277            {html_options options = $ec_lists.categories}
     
    283283         {if $ec_no_assoc or count($ec_lists.categories) == 0} style = "display:none;" {/if}
    284284        >
    285           <input type = "radio" name = "ec_input_action" value = "img" id = "ec_input_action_img" />
    286           {'Image id'|@translate}<br />
     285          <input type = "radio" name = "ec_input_action" value = "img" id = "ec_input_action_img">
     286          {'Image id'|@translate}<br>
    287287          <input type = "text" name = "ec_in_up_img" id = "ec_in_up_imgs_id" maxlength = "6"
    288288           size = "10" onblur = "ec_selected_img = this.value; ec_check_img_text();" onfocus = "return ec_mark_action('ec_input_action_img');"
    289           /><br />
    290           <span id = "ec_in_up_imgs_warn">&nbsp;</span><br />
     289         ><br>
     290          <span id = "ec_in_up_imgs_warn">&nbsp;</span><br>
    291291        </label>
    292292       
    293293        {* <!-- Index page --> *}
    294294        <label class = "ec_block" onclick = "return ec_mark_action('ec_input_action_home');">
    295           <input type = "radio" name = "ec_input_action" value = "home" id = "ec_input_action_home" />
     295          <input type = "radio" name = "ec_input_action" value = "home" id = "ec_input_action_home">
    296296          {'Home'|@translate}
    297297        </label>
     
    300300        {if !$ec_is_creation}
    301301          <label class = "ec_block" onclick = "return ec_mark_action('ec_input_action_refused');">
    302             <input type = "radio" name = "ec_input_action" value = "refused" id = "ec_input_action_refused" />
     302            <input type = "radio" name = "ec_input_action" value = "refused" id = "ec_input_action_refused">
    303303            {'Access denied'|@translate}
    304304          </label>
     
    334334              {html_options options=$month_list}
    335335            </select>
    336             <input id = "ec_validity_year_id" name = "ec_validity_year" type = "text" size = "4" maxlength = "4" value = "" />
    337             <input id = "ec_validity_time_id" name = "ec_validity_time" type = "text" size = "5" maxlength = "5" value = "" />
     336            <input id = "ec_validity_year_id" name = "ec_validity_year" type = "text" size = "4" maxlength = "4" value = "">
     337            <input id = "ec_validity_time_id" name = "ec_validity_time" type = "text" size = "5" maxlength = "5" value = "">
    338338           
    339339            <script type = "text/javascript"><!--
     
    361361            {* <!-- ec_linked_date_id représente la date indiquée par les listes déroulantes, et permet de limiter
    362362                    le choix dans la date, en l'occurrence à des dates uniquement postérieures (grâce au 6° paramètre de pwg_initialization_datepicker) --> *}
    363             <input id = "ec_linked_date_id" name = "ec_linked_date" type = "hidden" size = "10" disabled = "disabled" />
     363            <input id = "ec_linked_date_id" name = "ec_linked_date" type = "hidden" size = "10" disabled = "disabled">
    364364            <script type = "text/javascript">
    365               pwg_initialization_datepicker("#ec_validity_day_id", "#ec_validity_month_id",
    366                "#ec_validity_year_id", "#ec_linked_date_id", null, "#ec_linked_date_id");
    367             </script><br />
     365            </script><br>
    368366          </p>
    369367        </td>
     
    377375              <td style = "text-align:left;">
    378376                <label for = "ec_date_unknown_0_id">
    379                   <input type = "radio" name = "ec_date_unknown" value = "0" id = "ec_date_unknown_0_id" />
     377                  <input type = "radio" name = "ec_date_unknown" value = "0" id = "ec_date_unknown_0_id">
    380378                  {'Home'|@translate}
    381                 </label><br />
     379                </label><br>
    382380                <label for = "ec_date_unknown_1_id">
    383                   <input type = "radio" name = "ec_date_unknown" value = "1" id = "ec_date_unknown_1_id" />
     381                  <input type = "radio" name = "ec_date_unknown" value = "1" id = "ec_date_unknown_1_id">
    384382                  {'Access denied'|@translate}
    385                 </label><br />
     383                </label><br>
    386384                {* <!-- Additionnal Page, provided the plugin is activated and at least one Add. P. is available --> *}
    387385                <label class = "ec_date_block" for = "ec_date_in_up_aps_id" {if !$ec_ap_ok or count($ec_lists.add_pages) == 0} style = "display:none;" {/if} >
    388                   <input type = "radio" name = "ec_date_unknown" value = "2" id = "ec_date_unknown_2_id" />
    389                   {'Additional Page'|@translate}<br />
     386                  <input type = "radio" name = "ec_date_unknown" value = "2" id = "ec_date_unknown_2_id">
     387                  {'Additional Page'|@translate}<br>
    390388                  <select class = "categoryList" name = "ec_date_in_up_aps" size = "30" id = "ec_date_in_up_aps_id" >
    391389                    {html_options options = $ec_lists.add_pages}
     
    404402 
    405403  <p style = "margin-top:0;">
    406     <input class = "submit" type = "submit" value = "{'Submit'|@translate}" style = "margin-top:1em;" />
    407     <input class = "submit" type = "submit" value = "{'Reset'|@translate}" onclick = "return ec_init();" style = "margin-top:1em;" />
     404    <input class = "submit" type = "submit" value = "{'Submit'|@translate}" style = "margin-top:1em;">
     405    <input class = "submit" type = "submit" value = "{'Reset'|@translate}" onclick = "return ec_init();" style = "margin-top:1em;">
    408406  </p>
    409407</form>
     
    444442  ec_build_ec_lists();
    445443  ec_init();
    446 //--></script>
     444  pwg_initialization_datepicker("#ec_validity_day_id", "#ec_validity_month_id",
     445   "#ec_validity_year_id", "#ec_linked_date_id", null, "#ec_linked_date_id");
     446  //-->
     447</script>
    447448
    448449{include file = $FooterIncTPL}
  • extensions/event_cats/admin/template/config.tpl

    r7314 r7663  
    5050              type = "radio" name = "ec_dup_conf" value = "0" id = "ec_dup_conf_none_id"
    5151              {if $ec_conf.dup_allow == '0'} checked = "checked" {/if}
    52             />
     52           >
    5353            {'No account'|@translate}
    54           </label><br />
     54          </label><br>
    5555          <label for = "ec_dup_conf_group_id">
    5656            <input
    5757              type = "radio" name = "ec_dup_conf" value = "2" id = "ec_dup_conf_group_id"
    5858              {if $ec_conf.dup_allow == '2'} checked = "checked" {/if}
    59             />
     59           >
    6060            {'Selection per group'|@translate}
    61           </label><br />
     61          </label><br>
    6262          <label for = "ec_dup_conf_all_id">
    6363            <input
    6464              type = "radio" name = "ec_dup_conf" value = "1" id = "ec_dup_conf_all_id"
    6565              {if $ec_conf.dup_allow == '1'} checked = "checked" {/if}
    66             />
     66           >
    6767            {'All accounts'|@translate}
    6868          </label>
     
    7878              type = "radio" name = "ec_dup_disp" value = "0" id = "ec_dup_disp_normal_id"
    7979              {if $ec_conf.duplic_display == '0'} checked = "checked" {/if}
    80             />
     80           >
    8181            {'No account'|@translate}
    82           </label><br />
     82          </label><br>
    8383          <label for = "ec_dup_disp_but_gen_id">
    8484            <input
    8585              type = "radio" name = "ec_dup_disp" value = "2" id = "ec_dup_disp_but_gen_id"
    8686              {if $ec_conf.duplic_display == '2'} checked = "checked" {/if}
    87             />
     87           >
    8888            {'All but generics'|@translate}
    89           </label><br />
     89          </label><br>
    9090          <label for = "ec_dup_disp_dup_id">
    9191            <input
    9292              type = "radio" name = "ec_dup_disp" value = "1" id = "ec_dup_disp_dup_id"
    9393              {if $ec_conf.duplic_display == '1'} checked = "checked" {/if}
    94             />
     94           >
    9595            {'All accounts'|@translate}
    96           </label><br />
     96          </label><br>
    9797        </td>
    9898      </tr>
     
    109109        <td>
    110110          <label for = "ec_unknown_0_id" onclick = "ec_mark_action('ec_unknown_0_id');">
    111             <input type = "radio" name = "ec_unknown" value = "0" id = "ec_unknown_0_id" />
     111            <input type = "radio" name = "ec_unknown" value = "0" id = "ec_unknown_0_id">
    112112            {'Home'|@translate}
    113           </label><br />
     113          </label><br>
    114114          <label for = "ec_unknown_1_id" onclick = "ec_mark_action('ec_unknown_1_id');">
    115             <input type = "radio" name = "ec_unknown" value = "1" id = "ec_unknown_1_id" />
     115            <input type = "radio" name = "ec_unknown" value = "1" id = "ec_unknown_1_id">
    116116            {'Access denied'|@translate}
    117           </label><br />
     117          </label><br>
    118118          {* <!-- Additionnal Page, provided the plugin is activated and at least one Add. P. is available --> *}
    119119          <label class = "ec_block" for = "ec_in_up_aps_id" onclick = "ec_mark_action('ec_unknown_2_id');"
    120120           {if !$ec_ap_ok or count($add_pages) == 0} style = "display:none;" {/if}
    121121          >
    122             <input type = "radio" name = "ec_unknown" value = "2" id = "ec_unknown_2_id" />
    123             {'Additional Page'|@translate}<br />
     122            <input type = "radio" name = "ec_unknown" value = "2" id = "ec_unknown_2_id">
     123            {'Additional Page'|@translate}<br>
    124124            <select class = "categoryList" name = "ec_in_up_aps" size="30" id = "ec_in_up_aps_id" onchange = "ec_selected_AP = this.value;" >
    125125              {html_options options=$add_pages}
     
    142142            <input type = "radio" name = "ec_comments" value = "0" id = "ec_comments_0_id"
    143143              {if $ec_conf.comment_display == '0'} checked = "checked" {/if}
    144             />
     144           >
    145145            {'As tooltip'|@translate}
    146           </label><br />
     146          </label><br>
    147147          <label for = "ec_comments_1_id">
    148148            <input type = "radio" name = "ec_comments" value = "1" id = "ec_comments_1_id"
    149149              {if $ec_conf.comment_display == '1'} checked = "checked" {/if}
    150             />
     150           >
    151151            {'In a row'|@translate}
    152152          </label>
     
    160160            <input type = "radio" name = "ec_help_banner_onoff2" value = "1" id = "ec_2help_banner_1_id"
    161161              onclick = "ec_mark_help('ec_help_banner_1');"
    162             />
     162           >
    163163            {'Banner on'|@translate}
    164           </label><br />
     164          </label><br>
    165165          <label for = "ec_2help_banner_0_id">
    166166            <input type = "radio" name = "ec_help_banner_onoff2" value = "0" id = "ec_2help_banner_0_id"
    167167              onclick = "ec_mark_help('ec_help_banner_0');"
    168             />
     168           >
    169169            {'Banner off'|@translate}
    170170          </label>
     
    177177            <input type = "radio" name = "ec_connection" value = "1" id = "ec_connection_1_id"
    178178              {if $ec_conf.display_connection == '1'} checked = "checked" {/if}
    179             />
     179           >
    180180            {'Yes'|@translate}
    181           </label><br />
     181          </label><br>
    182182          <label for = "ec_connection_0_id">
    183183            <input type = "radio" name = "ec_connection" value = "0" id = "ec_connection_0_id"
    184184              {if $ec_conf.display_connection == '0'} checked = "checked" {/if}
    185             />
     185           >
    186186            {'No'|@translate}
    187187          </label>
     
    191191 
    192192  <div style = "text-align:center;">
    193     <input class = "submit" type = "submit" name = "ec_conf_submit" value = "{'Submit'|@translate}" />
     193    <input class = "submit" type = "submit" name = "ec_conf_submit" value = "{'Submit'|@translate}">
    194194  </div>
    195195 
  • extensions/event_cats/admin/template/duplication.tpl

    r7311 r7663  
    4141              type = "radio" name = "ec_dup_conf" value = "0" id = "ec_dup_conf_none_id"
    4242              {if $ec_conf.dup_allow == '0'} checked = "checked" {/if}
    43             />
     43           >
    4444            {'No account'|@translate}
    45           </label><br />
     45          </label><br>
    4646          <label for = "ec_dup_conf_group_id">
    4747            <input
    4848              type = "radio" name = "ec_dup_conf" value = "2" id = "ec_dup_conf_group_id"
    4949              {if $ec_conf.dup_allow == '2'} checked = "checked" {/if}
    50             />
     50           >
    5151            {'Selection per group'|@translate}
    52           </label><br />
     52          </label><br>
    5353          <label for = "ec_dup_conf_all_id">
    5454            <input
    5555              type = "radio" name = "ec_dup_conf" value = "1" id = "ec_dup_conf_all_id"
    5656              {if $ec_conf.dup_allow == '1'} checked = "checked" {/if}
    57             />
     57           >
    5858            {'All accounts'|@translate}
    5959          </label>
     
    6868              type = "radio" name = "ec_dup_disp" value = "0" id = "ec_dup_disp_normal_id"
    6969              {if $ec_conf.duplic_display == '0'} checked = "checked" {/if}
    70             />
     70           >
    7171            {'No account'|@translate}
    72           </label><br />
     72          </label><br>
    7373          <label for = "ec_dup_disp_but_gen_id">
    7474            <input
    7575              type = "radio" name = "ec_dup_disp" value = "2" id = "ec_dup_disp_but_gen_id"
    7676              {if $ec_conf.duplic_display == '2'} checked = "checked" {/if}
    77             />
     77           >
    7878            {'All but generics'|@translate}
    79           </label><br />
     79          </label><br>
    8080          <label for = "ec_dup_disp_dup_id">
    8181            <input
    8282              type = "radio" name = "ec_dup_disp" value = "1" id = "ec_dup_disp_dup_id"
    8383              {if $ec_conf.duplic_display == '1'} checked = "checked" {/if}
    84             />
     84           >
    8585            {'All accounts'|@translate}
    86           </label><br />
     86          </label><br>
    8787        </td>
    8888      </tr>
    89     </table><br />
    90     <input class = "submit" type = "submit" name = "ec_duplic_conf_submit" value = "{'Save dup. config btn'|@translate}" />
     89    </table><br>
     90    <input class = "submit" type = "submit" name = "ec_duplic_conf_submit" value = "{'Save dup. config btn'|@translate}">
    9191  </fieldset>
    9292</form>
     
    101101    <ul>
    102102      {foreach from=$groups_granted_ids item=id}
    103       <li><label><input type = "checkbox" name = "deny_groups[]" value = "{$id}" /> {$all_groups[$id]}</label></li>
     103      <li><label><input type = "checkbox" name = "deny_groups[]" value = "{$id}"> {$all_groups[$id]}</label></li>
    104104      {/foreach}
    105     </ul><br />
    106     <input class = "submit" type = "submit" name = "deny_groups_submit" value = "{'Deny to groups btn'|@translate}" />
     105    </ul><br>
     106    <input class = "submit" type = "submit" name = "deny_groups_submit" value = "{'Deny to groups btn'|@translate}">
    107107  </fieldset>
    108108 
     
    113113      <li><label><input type = "checkbox" name = "grant_groups[]" value = "{$id}"> {$all_groups[$id]}</label></li>
    114114      {/foreach}
    115     </ul><br />
    116     <input class = "submit" type = "submit" name = "grant_groups_submit" value = "{'Grant to groups btn'|@translate}" />
     115    </ul><br>
     116    <input class = "submit" type = "submit" name = "grant_groups_submit" value = "{'Grant to groups btn'|@translate}">
    117117  </fieldset>
    118118 
     
    123123    <ul>
    124124      {if $ec_gen_granted}
    125         <li><label><input type = "checkbox" name = "deny_generic" /> {'user_status_generic'|@translate}</label><br /></li>
     125        <li><label><input type = "checkbox" name = "deny_generic"> {'user_status_generic'|@translate}</label><br></li>
    126126      {/if}
    127127      {foreach from=$types_granted_ids item=id}
    128         <li><label><input type = "checkbox" name = "deny_types[]" value = "{$id}" /> {$all_types[$id]}</label></li>
     128        <li><label><input type = "checkbox" name = "deny_types[]" value = "{$id}"> {$all_types[$id]}</label></li>
    129129      {/foreach}
    130     </ul><br />
    131     <input class = "submit" type = "submit" name = "deny_types_submit" value = "{'Deny to types btn'|@translate}" />
     130    </ul><br>
     131    <input class = "submit" type = "submit" name = "deny_types_submit" value = "{'Deny to types btn'|@translate}">
    132132  </fieldset>
    133133 
     
    136136    <ul>
    137137      {if !$ec_gen_granted}
    138       <li><label><input type = "checkbox" name = "grant_generic" /> {'user_status_generic'|@translate}</label></li>
    139       <br />
     138      <li><label><input type = "checkbox" name = "grant_generic"> {'user_status_generic'|@translate}</label></li>
     139      <br>
    140140      {/if}
    141141      {foreach from=$types_denied_ids item=id}
    142         <li><label><input type = "checkbox" name = "grant_types[]" value = "{$id}" /> {$all_types[$id]}</label></li>
     142        <li><label><input type = "checkbox" name = "grant_types[]" value = "{$id}"> {$all_types[$id]}</label></li>
    143143      {/foreach}
    144     </ul><br />
    145     <input class = "submit" type = "submit" name = "grant_types_submit" value = "{'Grant to types btn'|@translate}" />
     144    </ul><br>
     145    <input class = "submit" type = "submit" name = "grant_types_submit" value = "{'Grant to types btn'|@translate}">
    146146  </fieldset>
    147147 
     
    152152    <ul>
    153153      {foreach from=$users_granted_direct_ids item=id}
    154       <li><label><input type = "checkbox" name = "deny_users[]" value = "{$id}" /> {$all_users[$id]}</label></li>
     154      <li><label><input type = "checkbox" name = "deny_users[]" value = "{$id}"> {$all_users[$id]}</label></li>
    155155      {/foreach}
    156     </ul><br />
    157     <input class = "submit" type = "submit" name = "deny_users_submit" value = "{'Deny to users btn'|@translate}" />
     156    </ul><br>
     157    <input class = "submit" type = "submit" name = "deny_users_submit" value = "{'Deny to users btn'|@translate}">
    158158  </fieldset>
    159159 
     
    175175      <li><label><input type = "checkbox" name = "grant_users[]" value = "{$id}"> {$all_users[$id]}</label></li>
    176176      {/foreach}
    177     </ul><br />
    178     <input class = "submit" type = "submit" name = "grant_users_submit" value = "{'Grant to users btn'|@translate}" />
     177    </ul><br>
     178    <input class = "submit" type = "submit" name = "grant_users_submit" value = "{'Grant to users btn'|@translate}">
    179179  </fieldset>
    180180 
  • extensions/event_cats/admin/template/footer.inc.tpl

    r7314 r7663  
    77{* <!-- For help banner --> *}
    88{if isset($ec_help_banner_in_foot)}
    9   <br />
     9  <br>
    1010  <script type = "text/javascript"><!--
    1111    ec_help_banner_in_foot = true;
  • extensions/event_cats/admin/template/header.inc.tpl

    r7285 r7663  
    1212{* <!-- JavaScript warning message --> *}
    1313<div id = "ec_js_warn">
    14   {'JS needed'|@translate}<br /><br />
     14  {'JS needed'|@translate}<br><br>
    1515</div>
    1616<script type = "text/javascript"><!-- // Removes JavaScript warning message
     
    2323    {'Acknowledgement'|@translate}
    2424  </div>
    25   <br />
     25  <br>
    2626{/if}
    2727
  • extensions/event_cats/admin/template/header.js

    r5058 r7663  
    3535    if (!ec_help_banner_in_foot) {
    3636      document.getElementById('ec_help_banner_0').checked = 'checked';
    37       document.getElementById('ec_help_ban').innerHTML = '<br />';
     37      document.getElementById('ec_help_ban').innerHTML = '<br>';
    3838      document.getElementById('ec_help_banner2').style.display = '';
    3939    }
  • extensions/event_cats/include/evntcats_main_funcs.inc.php

    r7311 r7663  
    8989 * returns a string easing array var informations displaying in Piwigo :
    9090 *   _ the string return value starts with"<p style = "text-align:left;">" ;
    91  *   _ all "TAB" characters (chr(10)) are replaced by "<br />" ;
     91 *   _ all "TAB" characters (chr(10)) are replaced by "<br>" ;
    9292 *   _ all spaces are replaced by "&nbsp;".
    9393 *
     
    101101   '<p style = "text-align:left;">'.
    102102   str_replace(
    103     chr(10),'<br />',
     103    chr(10),'<br>',
    104104    str_replace(' ','&nbsp;', print_r /* var_dump */ ($var,true))
    105105   ).
  • extensions/event_cats/language/en_UK/plugin.lang.php

    r5058 r7663  
    1919// "Header"
    2020$lang['Admin page title']          = 'Event Categories';
    21 $lang['Acknowledgement']           = 'the purpose of this extension is to allow automatic logging of an account ("autolog"), and duplication of the account with which the visitor is currently logged in ("duplication").<br /><br />Many thanks to the Forum, plg, ddtddt, flipflip, VDigital, Gotcha for the tests, P@t for the main code :-) !';
     21$lang['Acknowledgement']           = 'the purpose of this extension is to allow automatic logging of an account ("autolog"), and duplication of the account with which the visitor is currently logged in ("duplication").<br><br>Many thanks to the Forum, plg, ddtddt, flipflip, VDigital, Gotcha for the tests, P@t for the main code :-) !';
    2222$lang['JS needed']                 = 'Javascript MUST be activated for this page to work properly !';
    2323$lang['Show']                      = 'show';
  • extensions/event_cats/language/fr_FR/plugin.lang.php

    r5058 r7663  
    1919// "Header"
    2020$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 pour les tests, 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 :-) !';
    2222$lang['JS needed']                 = 'Javascript DOIT être activé sur votre navigateur pour un fonctionnement correct de cette page !';
    2323$lang['Show']                      = 'montrer';
Note: See TracChangeset for help on using the changeset viewer.