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">
|
||||
<?php
|
||||
// CreateQuestionnaireElement("headline", $questionnaire, $_POST);
|
||||
// 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.");
|
||||
// else
|
||||
// CreateKeyMessageBox($keyState);
|
||||
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.");
|
||||
else
|
||||
CreateKeyMessageBox($keyState);
|
||||
// CreateQuestionnaireElement("code", $questionnaire, $_POST);
|
||||
// CreateQuestionnaireElement("tutorName", $questionnaire, $patrons);
|
||||
// CreateQuestionnaireElement("legend", $questionnaire, $_POST);
|
||||
|
|
Loading…
Reference in a new issue