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'));
}
@@ -192,7 +192,7 @@ $this->load->view(
<!-- Filter buttons / Submit buttons-->
<div class="row">
<!-- Filter buttons -->
<div class="col-xs-3">
<div class="col-xs-4">
<div class="btn-toolbar" role="toolbar">
<div class="btn-group" role="group">
<button id="show-inProgressDP" class="btn btn-default btn-clearfilter" type="button"
@@ -226,10 +226,9 @@ $this->load->view(
class='fa fa-times'></i>
</button>
</div>
<span style="padding:20px;">
<a href='<?php echo site_url('lehre/anrechnung/createAnrechnung') ?>' target='_self'>
<a type="button" class="btn btn-default" style="margin-left: 20px;" href='<?php echo site_url('lehre/anrechnung/createAnrechnung') ?>' target='_self'>
<i class='fa fa-plus' aria-hidden='true'></i> <?php echo $this->p->t('global', 'antragAnlegen'); ?>
</a></span>
</a>
</div>
</div>
<!-- Action Buttons 'Genehmigen', Ablehnen, 'Empfehlung anfordern'-->
+20
View File
@@ -11051,6 +11051,26 @@ Any unusual occurrences
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'antragWurdeAngelegt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Antrag wurde angelegt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Application was created',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',