Fixed wrong column grid / Small GUI adaptations

GUI adaptations:
. Changed 'Antrag anlegen': button instead of link
. Changed success text to: Antrag wurde angelegt

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-05-05 15:14:31 +02:00
committed by cris-technikum
parent 69b33a7f92
commit 563c0cea58
3 changed files with 24 additions and 5 deletions
@@ -167,7 +167,7 @@ class CreateAnrechnung extends Auth_Controller
}
// Success response to AJAX
$this->outputJsonSuccess($this->p->t('global', 'antragWurdeGestellt'));
$this->outputJsonSuccess($this->p->t('global', 'antragWurdeAngelegt'));
}