mirror of
https://github.com/fsr/eseeva
synced 2024-11-15 00:43:12 +01:00
forgot to uncomment messagebox function
This commit is contained in:
parent
5027036036
commit
4d02fea1cb
|
@ -70,10 +70,10 @@
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<?php
|
<?php
|
||||||
// CreateQuestionnaireElement("headline", $questionnaire, $_POST);
|
// CreateQuestionnaireElement("headline", $questionnaire, $_POST);
|
||||||
// if ($error)
|
if ($error)
|
||||||
// CreateMessageBox(MSG_DANGER, "Achtung:", "Deine Evaluation konnte aufgrund eines internen Fehlers leider nicht erfolgreich bearbeitet werden.<br/>Bitte versuch es später noch einmal oder wende dich an einen der Verantwortlichen.");
|
CreateMessageBox(MSG_DANGER, "Achtung:", "Deine Evaluation konnte aufgrund eines internen Fehlers leider nicht erfolgreich bearbeitet werden.<br/>Bitte versuch es später noch einmal oder wende dich an einen der Verantwortlichen.");
|
||||||
// else
|
else
|
||||||
// CreateKeyMessageBox($keyState);
|
CreateKeyMessageBox($keyState);
|
||||||
// CreateQuestionnaireElement("code", $questionnaire, $_POST);
|
// CreateQuestionnaireElement("code", $questionnaire, $_POST);
|
||||||
// CreateQuestionnaireElement("tutorName", $questionnaire, $patrons);
|
// CreateQuestionnaireElement("tutorName", $questionnaire, $patrons);
|
||||||
// CreateQuestionnaireElement("legend", $questionnaire, $_POST);
|
// CreateQuestionnaireElement("legend", $questionnaire, $_POST);
|
||||||
|
|
Loading…
Reference in a new issue