mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
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:
@@ -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'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user