diff options
Diffstat (limited to 'public/app/views/templates/penalty.php')
| -rw-r--r-- | public/app/views/templates/penalty.php | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/public/app/views/templates/penalty.php b/public/app/views/templates/penalty.php index 6a8f563..bbd7b4a 100644 --- a/public/app/views/templates/penalty.php +++ b/public/app/views/templates/penalty.php @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title><?=SITE_TITLE?> - Εγγραφή</title> + <title><?=SITE_TITLE?> - Πρακτικό Πειθαρχικής Υπόθεσης</title> <?php // header includes //////////////////////////////////////////////////////////////////////// @@ -56,14 +56,8 @@ <div class='content-form'> <form method="post"> <div> - <p>1o Γυμνάσιο Ραφήνας /<br /> - Πλατφόρμα ηλεκτρονικών αιτήσεων και δημιουργίας διαδικαστικών εγγράφων</p> - <h2>Πρόσκληση #</h2> - - <?php - $form = JsonToForm::make_a_form(PENALTY_FORM); - ?> + <h2>Πρακτικό Πειθαρχικής Υπόθεσης</h2> <?=$form['html']?> @@ -122,6 +116,8 @@ <?=$form['init_js']?> + + <?=$form['values_js']?> </script> </html> |
