Changeset 7287


Ignore:
Timestamp:
Oct 20, 2010, 12:46:07 AM (14 years ago)
Author:
LucMorizur
Message:

Small correction in previous commit

File:
1 edited

Legend:

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

    r7285 r7287  
    3232    {'Additional Pages active'|@translate}
    3333    <script type = "text/javascript">
    34       var ec_ap_ok = {if count($ec_lists.add_pages)  == 0}false{else}true{/if};
     34      var ec_ap_ok = {if count($ec_lists.add_pages) == 0}false{else}true{/if};
    3535    </script>
    3636  {else}
     
    100100              <option value = "{$ec_item}">
    101101                {$ec_item}
    102                 {if $smarty.foreach.listloop.index  == 0}
     102                {if $smarty.foreach.listloop.index == 0}
    103103                  {'Auto code min'|@translate}
    104104                {/if}
    105                 {if $smarty.foreach.listloop.index  == count($ec_auto_code_dg_nb) - 1}
     105                {if $smarty.foreach.listloop.index == count($ec_auto_code_dg_nb) - 1}
    106106                  {'Auto code max'|@translate}
    107107                {/if}
     
    260260        {* <!-- Additionnal Page, provided the plugin is activated and at least one Add. P. is available --> *}
    261261        <label class = "ec_block" for = "ec_in_up_aps_id" onclick = "return ec_mark_action('ec_input_action_add_p');"
    262          {if !$ec_ap_ok or count($ec_lists.add_pages)  == 0} style = "display:none;" {/if}
     262         {if !$ec_ap_ok or count($ec_lists.add_pages) == 0} style = "display:none;" {/if}
    263263        >
    264264          <input type = "radio" name = "ec_input_action" value = "add_p" id = "ec_input_action_add_p" />
     
    271271        {* <!-- Category, provided at least one category is available --> *}
    272272        <label class = "ec_block" for = "ec_in_up_cats_id" onclick = "return ec_mark_action('ec_input_action_cat');"
    273          {if count($ec_lists.categories)  == 0} style = "display:none;" {/if}
     273         {if count($ec_lists.categories) == 0} style = "display:none;" {/if}
    274274        >
    275275          <input type = "radio" name = "ec_input_action" value = "cat" id = "ec_input_action_cat"
     
    284284        {* <!-- Image, provided at least one category is available and at least one image is associated to one category --> *}
    285285        <label class = "ec_block" for = "ec_in_up_imgs_id" onclick = "return ec_mark_action('ec_input_action_img');"
    286          {if $ec_no_assoc or count($ec_lists.categories)  == 0} style = "display:none;" {/if}
     286         {if $ec_no_assoc or count($ec_lists.categories) == 0} style = "display:none;" {/if}
    287287        >
    288288          <input type = "radio" name = "ec_input_action" value = "img" id = "ec_input_action_img" />
     
    393393          </label><br />
    394394          {* <!-- Additionnal Page, provided the plugin is activated and at least one Add. P. is available --> *}
    395           <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} >
     395          <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} >
    396396            <input type = "radio" name = "ec_date_unknown" value = "2" id = "ec_date_unknown_2_id" />
    397397            {'Additional Page'|@translate}<br />
Note: See TracChangeset for help on using the changeset viewer.