mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
Added Comments in Controllers
called html_escape function for all textfields before saving (against html injection) Reformatted Fixed Studienjahr Dropdown prefill in Studiensemester view
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$this->load->view('templates/header', array('title' => 'StudiensemesterList', 'tablesort' => true, 'tableid' => 't1', 'headers' => '7:{sorter:false}, 8:{sorter:false}', 'sortList' =>'4,1'));
|
||||
$this->load->view('templates/header', array('title' => 'StudiensemesterList', 'tablesort' => true, 'tableid' => 't1', 'headers' => '7:{sorter:false}, 8:{sorter:false}', 'sortList' => '4,1],[0,0'));
|
||||
?>
|
||||
<body>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user