diff options
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'].'" />'; |