Changeset 7832 for extensions/event_cats/admin
- Timestamp:
- Nov 21, 2010, 10:25:44 PM (14 years ago)
- Location:
- extensions/event_cats/admin
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/admin/autolog_entries.inc.php
r7066 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/autolog_new.inc.php
r7810 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/config.inc.php
r7811 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/duplication.inc.php
r7811 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); -
extensions/event_cats/admin/evntcats_admin.php
r7663 r7832 36 36 // +-----------------------------------------------------------------------+ 37 37 38 // Keeps file coded in UTF-8 without BOM 38 // Keeps file coded in UTF-8 without BOM: é 39 39 40 40 if (!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: é */ 2 2 3 3 #ec_js_warn { -
extensions/event_cats/admin/template/autolog_entries.js
r5058 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 var ec_checked_line = -1; -
extensions/event_cats/admin/template/autolog_entries.tpl
r7663 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file=$HeaderIncTPL} -
extensions/event_cats/admin/template/autolog_new.js
r7828 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 // All variables declarations -
extensions/event_cats/admin/template/autolog_new.tpl
r7828 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file = $HeaderIncTPL} … … 314 314 <!-- 315 315 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 318 318 _ implement JS ; 319 319 _ implement PHP ; … … 339 339 <p style = "text-align:left;"> 340 340 <select id = "ec_validity_day_id" name = "ec_validity_day"> 341 <option value = "0"> ——</option>341 <option value = "0">--</option> 342 342 {section name=day start=1 loop=32} 343 343 <option value = "{$smarty.section.day.index}"> … … 403 403 <!-- jQuery datepicker : voir http://fr.piwigo.org/forum/viewtopic.php?id=19042 --> 404 404 <select id = "ec_min_day_id" name = "ec_min_day"> 405 <option value = "0"> ——</option>405 <option value = "0">--</option> 406 406 {section name=day start=1 loop=32} 407 407 <option value = "{$smarty.section.day.index}" {if $smarty.section.day.index == 14} selected = "selected" {/if} > -
extensions/event_cats/admin/template/config.js
r5058 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 // All variables declarations -
extensions/event_cats/admin/template/config.tpl
r7811 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file=$HeaderIncTPL} -
extensions/event_cats/admin/template/duplication.tpl
r7811 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {include file=$HeaderIncTPL} -
extensions/event_cats/admin/template/footer.inc.tpl
r7663 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {* <!-- Common Event Cats admin pages footer --> *} -
extensions/event_cats/admin/template/header.inc.tpl
r7663 r7832 1 1 {* <!-- Event Cats (event categories) LucMorizur June 2009 - ... --> *} 2 2 3 {* <!-- Keeps file coded in UTF-8 without BOM 3 {* <!-- Keeps file coded in UTF-8 without BOM: é --> *} 4 4 5 5 {* <!-- Common Event Cats admin pages "header" --> *} -
extensions/event_cats/admin/template/header.js
r7663 r7832 1 1 /* Event Cats Javascript functions LucMorizur June 2009 - ... */ 2 2 3 // Keeps file coded in UTF-8 without BOM 3 // Keeps file coded in UTF-8 without BOM: é 4 4 5 5 // All variables declarations
Note: See TracChangeset
for help on using the changeset viewer.