diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:17:01 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:17:01 +0200 |
commit | a25edc8edf23e652dbd529b8c42199ae559905a1 (patch) | |
tree | bdc47a31288343a8bd11310a021fdf0679eb503c /appli_3_alpha_old/app/popfixer.php | |
parent | 3fc908d3a1d0f6c9b1fca690561098541a73266e (diff) | |
download | 2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.tar.gz 2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.tar.bz2 2007-AWOR-a25edc8edf23e652dbd529b8c42199ae559905a1.zip |
Version alpha_old6 2007-02-22+15:45:00 - 2007-03-12+13:59:02
Diffstat (limited to 'appli_3_alpha_old/app/popfixer.php')
-rw-r--r-- | appli_3_alpha_old/app/popfixer.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/appli_3_alpha_old/app/popfixer.php b/appli_3_alpha_old/app/popfixer.php index 578e2fb..a1232b0 100644 --- a/appli_3_alpha_old/app/popfixer.php +++ b/appli_3_alpha_old/app/popfixer.php @@ -16,8 +16,10 @@ } } - echo '<br/><br/>'; - //~ echo '<form id="formfixer" method="get" action="'.$_SERVER['PHP_SELF'].'">'; + echo '<br/>'; + echo '<em>(Il vous sera impossible par la suite de modifier les informations concernant la réunion)</em>'; + echo '<br/>';echo '<br/>'; + //~ echo '<form id="formfixer" method="get" action="'.$_SERVER['PHP_SELF'].'">'; echo '<form id="formfixer" method="get" action="">'; echo '<input type="hidden" name="action" value="fixer_creneau" />'; echo '<input type="hidden" name="idR" value="'.$_GET['idR'].'" />'; |