mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Changed: Now "Herkunft der Kenntnisse" are required
Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
@@ -54,6 +54,8 @@ class requestAnrechnung extends Auth_Controller
|
|||||||
$this->_setAuthUID();
|
$this->_setAuthUID();
|
||||||
|
|
||||||
$this->setControllerId();
|
$this->setControllerId();
|
||||||
|
// $this->_uid = 'wd15k002';
|
||||||
|
$this->_uid = 'be18b106';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ $this->load->view(
|
|||||||
<?php echo $this->p->t('anrechnung', 'herkunftDerKenntnisse'); ?>
|
<?php echo $this->p->t('anrechnung', 'herkunftDerKenntnisse'); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<textarea class="form-control" name="anmerkung" rows="3" <?php echo $disabled; ?>><?php echo $anrechnungData->anmerkung; ?></textarea>
|
<textarea class="form-control" name="anmerkung" rows="2" required<?php echo $disabled; ?>><?php echo $anrechnungData->anmerkung; ?></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -174,8 +174,8 @@ $this->load->view(
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class ="col-xs-4">
|
<div class ="col-xs-4">
|
||||||
<div class="panel panel-default panel-heading text-center">
|
<div class="alert alert-info text-center">
|
||||||
Status: <span class="text-uppercase"><small><b><?php echo $anrechnungData->status; ?></b></small></span>
|
Status: <b><span class="text-uppercase"><?php echo $anrechnungData->status; ?></span></b>
|
||||||
</div>
|
</div>
|
||||||
<?php if ($is_expired): ?>
|
<?php if ($is_expired): ?>
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
|
|||||||
Reference in New Issue
Block a user