Ignore:
Timestamp:
Nov 21, 2010, 10:25:44 PM (14 years ago)
Author:
LucMorizur
Message:

Some cosmetic corrections

Location:
extensions/event_cats/admin
Files:
16 edited

Legend:

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

    r7066 r7832  
    3636// +-----------------------------------------------------------------------+
    3737
    38 // Keeps file coded in UTF-8 without BOM : é
     38// Keeps file coded in UTF-8 without BOM: é
    3939
    4040if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/event_cats/admin/autolog_new.inc.php

    r7810 r7832  
    3636// +-----------------------------------------------------------------------+
    3737
    38 // Keeps file coded in UTF-8 without BOM : é
     38// Keeps file coded in UTF-8 without BOM: é
    3939
    4040if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/event_cats/admin/config.inc.php

    r7811 r7832  
    3636// +-----------------------------------------------------------------------+
    3737
    38 // Keeps file coded in UTF-8 without BOM : é
     38// Keeps file coded in UTF-8 without BOM: é
    3939
    4040if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/event_cats/admin/duplication.inc.php

    r7811 r7832  
    3636// +-----------------------------------------------------------------------+
    3737
    38 // Keeps file coded in UTF-8 without BOM : é
     38// Keeps file coded in UTF-8 without BOM: é
    3939
    4040if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/event_cats/admin/evntcats_admin.php

    r7663 r7832  
    3636// +-----------------------------------------------------------------------+
    3737
    38 // Keeps file coded in UTF-8 without BOM : é
     38// Keeps file coded in UTF-8 without BOM: é
    3939
    4040if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/event_cats/admin/evntcats_theme.css

    r4500 r7832  
    1 /* Keeps file coded in UTF-8 without BOM : é */
     1/* Keeps file coded in UTF-8 without BOM: é */
    22
    33#ec_js_warn {
  • extensions/event_cats/admin/template/autolog_entries.js

    r5058 r7832  
    11/* Event Cats Javascript functions LucMorizur June 2009 - ... */
    22
    3 // Keeps file coded in UTF-8 without BOM : é
     3// Keeps file coded in UTF-8 without BOM: é
    44
    55var ec_checked_line = -1;
  • extensions/event_cats/admin/template/autolog_entries.tpl

    r7663 r7832  
    11{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
    22
    3 {* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
     3{* <!-- Keeps file coded in UTF-8 without BOM: é --> *}
    44
    55{include file=$HeaderIncTPL}
  • extensions/event_cats/admin/template/autolog_new.js

    r7828 r7832  
    11/* Event Cats Javascript functions LucMorizur June 2009 - ... */
    22
    3 // Keeps file coded in UTF-8 without BOM : é
     3// Keeps file coded in UTF-8 without BOM: é
    44
    55// All variables declarations
  • extensions/event_cats/admin/template/autolog_new.tpl

    r7828 r7832  
    11{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
    22
    3 {* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
     3{* <!-- Keeps file coded in UTF-8 without BOM: é --> *}
    44
    55{include file = $HeaderIncTPL}
     
    314314    <!--
    315315      Next steps:
    316         _ check if initialize validity date with JS is doable ;
    317         _ check if ' onchange = "ec_update_ts();" ' can be used ;
     316        _ check if initialize validity date with JS is doable ;   DONE
     317        _ check if ' onchange = "ec_update_ts();" ' can be used ; DONE
    318318        _ implement JS ;
    319319        _ implement PHP ;
     
    339339          <p style = "text-align:left;">
    340340            <select id = "ec_validity_day_id" name = "ec_validity_day">
    341               <option value = "0">——</option>
     341              <option value = "0">--</option>
    342342              {section name=day start=1 loop=32}
    343343                <option value = "{$smarty.section.day.index}">
     
    403403            <!-- jQuery datepicker : voir http://fr.piwigo.org/forum/viewtopic.php?id=19042 -->
    404404            <select id = "ec_min_day_id" name = "ec_min_day">
    405               <option value = "0">——</option>
     405              <option value = "0">--</option>
    406406              {section name=day start=1 loop=32}
    407407                <option value = "{$smarty.section.day.index}" {if $smarty.section.day.index == 14} selected = "selected" {/if} >
  • extensions/event_cats/admin/template/config.js

    r5058 r7832  
    11/* Event Cats Javascript functions LucMorizur June 2009 - ... */
    22
    3 // Keeps file coded in UTF-8 without BOM : é
     3// Keeps file coded in UTF-8 without BOM: é
    44
    55// All variables declarations
  • extensions/event_cats/admin/template/config.tpl

    r7811 r7832  
    11{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
    22
    3 {* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
     3{* <!-- Keeps file coded in UTF-8 without BOM: é --> *}
    44
    55{include file=$HeaderIncTPL}
  • extensions/event_cats/admin/template/duplication.tpl

    r7811 r7832  
    11{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
    22
    3 {* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
     3{* <!-- Keeps file coded in UTF-8 without BOM: é --> *}
    44
    55{include file=$HeaderIncTPL}
  • extensions/event_cats/admin/template/footer.inc.tpl

    r7663 r7832  
    11{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
    22
    3 {* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
     3{* <!-- Keeps file coded in UTF-8 without BOM: é --> *}
    44
    55{* <!-- Common Event Cats admin pages footer --> *}
  • extensions/event_cats/admin/template/header.inc.tpl

    r7663 r7832  
    11{* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *}
    22
    3 {* <!-- Keeps file coded in UTF-8 without BOM : é --> *}
     3{* <!-- Keeps file coded in UTF-8 without BOM: é --> *}
    44
    55{* <!-- Common Event Cats admin pages "header" --> *}
  • extensions/event_cats/admin/template/header.js

    r7663 r7832  
    11/* Event Cats Javascript functions LucMorizur June 2009 - ... */
    22
    3 // Keeps file coded in UTF-8 without BOM : é
     3// Keeps file coded in UTF-8 without BOM: é
    44
    55// All variables declarations
Note: See TracChangeset for help on using the changeset viewer.