Overview
Comment:Correction "mes infos" : le javascript pour input type=date n'était pas chargé
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 07b472ca6200357e422caf5ebabf2964283f46e4
User & Date: bohwaz on 2013-09-18 16:14:16
Other Links: manifest | tags
References
2020-12-08
23:25 Wiki page "Changelog/0.9" artifact: b9c916b4d1 user: bohwaz
Context
2013-09-29
11:27
Merges multiples de corrections dans la branche stable check-in: 3d710711d8 user: bohwaz tags: stable, 0.5.9
2013-09-18
16:19
Correction champs non modifiables qui étaient quand même transmis et donc vérifiés check-in: eb6acee70d user: bohwaz tags: trunk
16:14
Correction "mes infos" : le javascript pour input type=date n'était pas chargé check-in: 07b472ca62 user: bohwaz tags: trunk
16:12
Un peu de promo check-in: 8259014f34 user: bohwaz tags: trunk
Changes

Modified src/www/admin/mes_infos.php from [e52bd07e77] to [6829c83229].

45
46
47
48
49
50
51


52
53
54
55
}

$tpl->assign('error', $error);
$tpl->assign('passphrase', utils::suggestPassword());
$tpl->assign('champs', $config->get('champs_membres')->getAll());

$tpl->assign('membre', $membre);



$tpl->display('admin/mes_infos.tpl');

?>







>
>




45
46
47
48
49
50
51
52
53
54
55
56
57
}

$tpl->assign('error', $error);
$tpl->assign('passphrase', utils::suggestPassword());
$tpl->assign('champs', $config->get('champs_membres')->getAll());

$tpl->assign('membre', $membre);

$tpl->assign('custom_js', array('datepickr.js'));

$tpl->display('admin/mes_infos.tpl');

?>