diff --git a/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php b/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php index 988d6c227..cf5f4b363 100644 --- a/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php +++ b/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php @@ -5,11 +5,12 @@ $this->load->view( 'title' => $this->p->t('anrechnung', 'anrechnungenGenehmigen'), 'jquery3' => true, 'jqueryui1' => true, - 'bootstrap3' => true, + 'bootstrap5' => true, 'fontawesome4' => true, 'tabulator4' => true, 'ajaxlib' => true, 'dialoglib' => true, + 'cis'=>true, 'tablewidget' => true, 'phrases' => array( 'global' => array( @@ -80,7 +81,7 @@ $this->load->view( ) ), 'customJSs' => array( - 'public/js/bootstrapper.js', + //'public/js/bootstrapper5.js', 'public/js/lehre/anrechnung/approveAnrechnungUebersicht.js' ) ) @@ -89,20 +90,23 @@ $this->load->view(
- +
- + + +
-
-
-
+
+ +
widgetlib->widget( 'Studiensemester_widget', @@ -111,13 +115,15 @@ $this->load->view( ), array( 'name' => 'studiensemester', - 'id' => 'studiensemester' + 'id'=>'studiensemester', + 'class'=>'form-select w-auto ', ) ); ?>
+ + class="btn btn-outline-secondary col-auto">p->t('ui', 'anzeigen')); ?>
@@ -132,6 +138,7 @@ $this->load->view(