replaced form-control with custom css construct

This commit is contained in:
Simon Gschnell
2023-12-21 08:53:56 +01:00
parent 6f8bd9527c
commit fed4f7f929
7 changed files with 280 additions and 193 deletions
-12
View File
@@ -9,18 +9,6 @@ $includesArray = array(
$this->load->view('templates/CISHTML-Header', $includesArray);
?>
<!--
<student-profil></student-profil>
<component :is="StudentProfil"></component>
<h2>Profil</h2>
<hr>
<component :is="<?php //echo "StudentProfil"; ?>" ></component>
we can pass information from the php view file to the public js file throughz interpolating data from php into vue props
<Profil <?php //echo "uid=$uid" ?> view=<?php //echo $view? boolval(1): boolval(0); ?>></Profil>
-->
<div id="content" >