Adapted CSS: Red button for rejecting, blue for approving

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-19 15:56:34 +01:00
committed by cris-technikum
parent 360aec41ee
commit 403304e1a7
@@ -114,8 +114,8 @@ $this->load->view(
<div class="row">
<div class="col-xs-12">
<div class="pull-right">
<button id="request-recommendation" class="btn btn-primary btn-w200 btn-mr50"><?php echo ucfirst($this->p->t('anrechnung', 'empfehlungAnfordern')); ?></button>
<button id="reject-anrechnungen" class="btn btn-primary btn-w200 btn-mr5"><?php echo ucfirst($this->p->t('global', 'ablehnen')); ?></button>
<button id="request-recommendation" class="btn btn-default btn-w200 btn-mr50"><?php echo ucfirst($this->p->t('anrechnung', 'empfehlungAnfordern')); ?></button>
<button id="reject-anrechnungen" class="btn btn-danger btn-w200"><?php echo ucfirst($this->p->t('global', 'ablehnen')); ?></button>
<button id="approve-anrechnungen" class="btn btn-primary btn-w200"><?php echo ucfirst($this->p->t('global', 'genehmigen')); ?></button>
</div>
</div>