Added button to copy Empfehlungstext into reason textarea when rejecting

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-03-25 17:12:38 +01:00
committed by cris-technikum
parent f9cbd9caf5
commit 279157b920
3 changed files with 39 additions and 2 deletions
@@ -286,6 +286,14 @@ $this->load->view(
<i class="fa fa-clipboard" aria-hidden="true"></i>
</span>
</li>
<li>
<span><?php echo $this->p->t('anrechnung', 'genehmigungNegativEmpfehlungstextUebernehmen'); ?></span>
<span id="empfehlungstextUebernehmen" class="btn-copyIntoTextarea" data-toggle="tooltip"
data-placement="right"
title="<?php echo $this->p->t('ui', 'textUebernehmen'); ?>">
<i class="fa fa-clipboard" aria-hidden="true"></i>
</span>
</li>
<li><?php echo $this->p->t('anrechnung', 'andereBegruendung'); ?></li>
</ul>
<br>