From 580b6239c2b8fa5489453a0de5945c57a2f38cec Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 25 Apr 2024 14:35:06 +0200 Subject: [PATCH] remove the body tag from all views that use the FHC-Header view --- application/views/codex/oehbeitrag.php | 2 -- application/views/lehre/lehrauftrag/Dashboard.php | 2 -- application/views/lehre/lehrauftrag/LehrendeUebersicht.php | 2 -- application/views/lehre/lehrauftrag/acceptLehrauftrag.php | 3 +-- application/views/lehre/lehrauftrag/approveLehrauftrag.php | 2 -- application/views/lehre/lehrauftrag/orderLehrauftrag.php | 3 +-- application/views/lehre/lvplanung/adminZeitverfuegbarkeit.php | 2 -- application/views/lehre/pruefungsprotokollUebersicht.php | 2 -- application/views/organisation/reihungstest/reihungstest.php | 2 -- application/views/organisation/studienjahr.php | 3 +-- application/views/person/bpk/bpkDetails.php | 2 -- application/views/person/bpk/bpkwartung.php | 2 -- application/views/person/gradelist/gradelist.php | 2 -- application/views/person/gruppenmanagement/benutzergruppe.php | 2 -- .../views/person/gruppenmanagement/gruppenmanagement.php | 2 -- application/views/system/infocenter/infocenterAbgewiesen.php | 2 -- application/views/system/infocenter/infocenterAufgenommen.php | 2 -- application/views/system/infocenter/infocenterFreigegeben.php | 2 -- .../system/infocenter/infocenterReihungstestAbsolviert.php | 2 -- application/views/system/infocenter/infocenterZgvDetails.php | 2 -- .../views/system/infocenter/infocenterZgvUeberpruefung.php | 2 -- application/views/system/infocenter/studiengangZgvInfo.php | 2 -- application/views/system/issues/issues.php | 3 +-- application/views/system/issues/issuesKonfiguration.php | 3 +-- application/views/system/issues/issuesZustaendigkeiten.php | 2 -- application/views/system/jq/jobsQueueViewer.php | 2 -- application/views/system/login/usernamePassword.php | 3 +-- application/views/system/messages/FAShtmlWriteTemplate.php | 2 -- application/views/system/messages/ajaxRead.php | 2 -- application/views/system/messages/ajaxWrite.php | 2 -- application/views/system/messages/ajaxWriteReply.php | 2 -- application/views/system/messages/htmlMessageSentError.php | 2 -- application/views/system/messages/htmlMessageSentSuccess.php | 2 -- application/views/system/messages/htmlRead.php | 2 -- application/views/system/messages/htmlWriteReply.php | 2 -- application/views/system/messages/htmlWriteTemplate.php | 2 -- 36 files changed, 6 insertions(+), 72 deletions(-) diff --git a/application/views/codex/oehbeitrag.php b/application/views/codex/oehbeitrag.php index feebeddef..ba99bbf0c 100644 --- a/application/views/codex/oehbeitrag.php +++ b/application/views/codex/oehbeitrag.php @@ -26,7 +26,6 @@ $this->load->view( ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -63,6 +62,5 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/lehre/lehrauftrag/Dashboard.php b/application/views/lehre/lehrauftrag/Dashboard.php index d89636f04..3da01700c 100644 --- a/application/views/lehre/lehrauftrag/Dashboard.php +++ b/application/views/lehre/lehrauftrag/Dashboard.php @@ -16,7 +16,6 @@ $this->load->view( ); ?> - widgetlib->widget('NavigationWidget'); ?>
@@ -33,6 +32,5 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/lehre/lehrauftrag/LehrendeUebersicht.php b/application/views/lehre/lehrauftrag/LehrendeUebersicht.php index d64381547..4f49a2518 100644 --- a/application/views/lehre/lehrauftrag/LehrendeUebersicht.php +++ b/application/views/lehre/lehrauftrag/LehrendeUebersicht.php @@ -13,7 +13,6 @@ $this->load->view( ); ?> - widgetlib->widget('NavigationWidget'); ?>
@@ -34,6 +33,5 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php index 96345288e..bdc839155 100644 --- a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php @@ -86,7 +86,7 @@ $this->load->view( ); ?> - +
@@ -227,7 +227,6 @@ $this->load->view(

- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/lehre/lehrauftrag/approveLehrauftrag.php b/application/views/lehre/lehrauftrag/approveLehrauftrag.php index fa706f64f..dadc9a193 100644 --- a/application/views/lehre/lehrauftrag/approveLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/approveLehrauftrag.php @@ -97,7 +97,6 @@ $this->load->view( ); ?> - widgetlib->widget('NavigationWidget'); ?>
@@ -209,7 +208,6 @@ $this->load->view(

- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/lehre/lehrauftrag/orderLehrauftrag.php b/application/views/lehre/lehrauftrag/orderLehrauftrag.php index fbab8490a..ce2466906 100644 --- a/application/views/lehre/lehrauftrag/orderLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/orderLehrauftrag.php @@ -97,7 +97,7 @@ $this->load->view( ); ?> - + widgetlib->widget('NavigationWidget'); ?>
@@ -206,7 +206,6 @@ $this->load->view(

- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/lehre/lvplanung/adminZeitverfuegbarkeit.php b/application/views/lehre/lvplanung/adminZeitverfuegbarkeit.php index be61f756d..e9bb71038 100644 --- a/application/views/lehre/lvplanung/adminZeitverfuegbarkeit.php +++ b/application/views/lehre/lvplanung/adminZeitverfuegbarkeit.php @@ -44,7 +44,6 @@ $this->load->view( ); ?> - widgetlib->widget('NavigationWidget'); ?>
@@ -170,6 +169,5 @@ $this->load->view(

- load->view('templates/FHC-Footer'); ?> \ No newline at end of file diff --git a/application/views/lehre/pruefungsprotokollUebersicht.php b/application/views/lehre/pruefungsprotokollUebersicht.php index 6b203f843..e75e3c914 100644 --- a/application/views/lehre/pruefungsprotokollUebersicht.php +++ b/application/views/lehre/pruefungsprotokollUebersicht.php @@ -30,7 +30,6 @@ ); ?> -
@@ -66,6 +65,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/organisation/reihungstest/reihungstest.php b/application/views/organisation/reihungstest/reihungstest.php index 357c11c10..dc53bf737 100644 --- a/application/views/organisation/reihungstest/reihungstest.php +++ b/application/views/organisation/reihungstest/reihungstest.php @@ -21,7 +21,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -41,6 +40,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/organisation/studienjahr.php b/application/views/organisation/studienjahr.php index 8cef4634d..a14c408e7 100644 --- a/application/views/organisation/studienjahr.php +++ b/application/views/organisation/studienjahr.php @@ -1,7 +1,7 @@ load->view('templates/header', array('title' => 'StudienjahrList', 'tablesort' => true, 'tableid' => 't1', 'headers' => '2:{sorter:false}, 3:{sorter:false}', 'sortList' => '0,1')); ?> - +

Studienjahr

@@ -40,7 +40,6 @@ $this->load->view('templates/header', array('title' => 'StudienjahrList', 'table
- diff --git a/application/views/person/bpk/bpkDetails.php b/application/views/person/bpk/bpkDetails.php index bd6191c6a..b45a75304 100644 --- a/application/views/person/bpk/bpkDetails.php +++ b/application/views/person/bpk/bpkDetails.php @@ -34,7 +34,6 @@ ) ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -155,6 +154,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/person/bpk/bpkwartung.php b/application/views/person/bpk/bpkwartung.php index f6283ee3b..dfd2951c3 100644 --- a/application/views/person/bpk/bpkwartung.php +++ b/application/views/person/bpk/bpkwartung.php @@ -21,7 +21,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -46,6 +45,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/person/gradelist/gradelist.php b/application/views/person/gradelist/gradelist.php index 06d499ded..9a7469f0b 100644 --- a/application/views/person/gradelist/gradelist.php +++ b/application/views/person/gradelist/gradelist.php @@ -18,7 +18,6 @@ ) ); ?> -
@@ -63,7 +62,6 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/person/gruppenmanagement/benutzergruppe.php b/application/views/person/gruppenmanagement/benutzergruppe.php index c076f6dd0..5cf404aab 100644 --- a/application/views/person/gruppenmanagement/benutzergruppe.php +++ b/application/views/person/gruppenmanagement/benutzergruppe.php @@ -22,7 +22,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -70,6 +69,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/person/gruppenmanagement/gruppenmanagement.php b/application/views/person/gruppenmanagement/gruppenmanagement.php index 87c44c1b9..90b03a5a0 100644 --- a/application/views/person/gruppenmanagement/gruppenmanagement.php +++ b/application/views/person/gruppenmanagement/gruppenmanagement.php @@ -21,7 +21,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -41,6 +40,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/infocenter/infocenterAbgewiesen.php b/application/views/system/infocenter/infocenterAbgewiesen.php index 55987a3bd..921d9f224 100644 --- a/application/views/system/infocenter/infocenterAbgewiesen.php +++ b/application/views/system/infocenter/infocenterAbgewiesen.php @@ -25,7 +25,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -45,6 +44,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/infocenter/infocenterAufgenommen.php b/application/views/system/infocenter/infocenterAufgenommen.php index 6d65c0f7c..680d66a8a 100644 --- a/application/views/system/infocenter/infocenterAufgenommen.php +++ b/application/views/system/infocenter/infocenterAufgenommen.php @@ -25,7 +25,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -45,6 +44,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/infocenter/infocenterFreigegeben.php b/application/views/system/infocenter/infocenterFreigegeben.php index d3e44ea95..a240a0b5c 100644 --- a/application/views/system/infocenter/infocenterFreigegeben.php +++ b/application/views/system/infocenter/infocenterFreigegeben.php @@ -25,7 +25,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -46,6 +45,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/infocenter/infocenterReihungstestAbsolviert.php b/application/views/system/infocenter/infocenterReihungstestAbsolviert.php index 71a7a1d5e..a86e0df97 100644 --- a/application/views/system/infocenter/infocenterReihungstestAbsolviert.php +++ b/application/views/system/infocenter/infocenterReihungstestAbsolviert.php @@ -25,7 +25,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -46,6 +45,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/infocenter/infocenterZgvDetails.php b/application/views/system/infocenter/infocenterZgvDetails.php index aefd95da0..eb9b4d2ee 100644 --- a/application/views/system/infocenter/infocenterZgvDetails.php +++ b/application/views/system/infocenter/infocenterZgvDetails.php @@ -52,7 +52,6 @@ ) ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -241,6 +240,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/infocenter/infocenterZgvUeberpruefung.php b/application/views/system/infocenter/infocenterZgvUeberpruefung.php index 7b285edb2..7b6b430d6 100644 --- a/application/views/system/infocenter/infocenterZgvUeberpruefung.php +++ b/application/views/system/infocenter/infocenterZgvUeberpruefung.php @@ -24,7 +24,6 @@ $this->load->view( ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -44,6 +43,5 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/infocenter/studiengangZgvInfo.php b/application/views/system/infocenter/studiengangZgvInfo.php index 8b6d1a636..49862f282 100644 --- a/application/views/system/infocenter/studiengangZgvInfo.php +++ b/application/views/system/infocenter/studiengangZgvInfo.php @@ -11,7 +11,6 @@ $this->load->view( ) ); ?> -
@@ -36,7 +35,6 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/issues/issues.php b/application/views/system/issues/issues.php index 5e8efd547..d39ccb23f 100644 --- a/application/views/system/issues/issues.php +++ b/application/views/system/issues/issues.php @@ -24,7 +24,7 @@ $this->load->view( ); ?> - +
widgetlib->widget('NavigationWidget'); ?> @@ -44,6 +44,5 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/issues/issuesKonfiguration.php b/application/views/system/issues/issuesKonfiguration.php index dbd62a26a..a045b1bcf 100644 --- a/application/views/system/issues/issuesKonfiguration.php +++ b/application/views/system/issues/issuesKonfiguration.php @@ -24,7 +24,7 @@ $this->load->view( ); ?> - +
widgetlib->widget('NavigationWidget'); ?> @@ -195,6 +195,5 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/issues/issuesZustaendigkeiten.php b/application/views/system/issues/issuesZustaendigkeiten.php index 9a82665a0..0ca60d0c3 100644 --- a/application/views/system/issues/issuesZustaendigkeiten.php +++ b/application/views/system/issues/issuesZustaendigkeiten.php @@ -24,7 +24,6 @@ $this->load->view( ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -163,6 +162,5 @@ $this->load->view(
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/jq/jobsQueueViewer.php b/application/views/system/jq/jobsQueueViewer.php index bf4e16645..fc2d83bc7 100644 --- a/application/views/system/jq/jobsQueueViewer.php +++ b/application/views/system/jq/jobsQueueViewer.php @@ -22,7 +22,6 @@ ); ?> -
widgetlib->widget('NavigationWidget'); ?> @@ -42,6 +41,5 @@
- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/login/usernamePassword.php b/application/views/system/login/usernamePassword.php index ba6062b46..d695089b4 100644 --- a/application/views/system/login/usernamePassword.php +++ b/application/views/system/login/usernamePassword.php @@ -16,7 +16,7 @@ ); ?> - +

@@ -40,6 +40,5 @@

Forgot Password?

- load->view('templates/FHC-Footer'); ?> diff --git a/application/views/system/messages/FAShtmlWriteTemplate.php b/application/views/system/messages/FAShtmlWriteTemplate.php index 83f895d14..3ab95ac91 100644 --- a/application/views/system/messages/FAShtmlWriteTemplate.php +++ b/application/views/system/messages/FAShtmlWriteTemplate.php @@ -17,7 +17,6 @@ ) ); ?> -
@@ -191,7 +190,6 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/ajaxRead.php b/application/views/system/messages/ajaxRead.php index 4c1a77deb..0f066a28b 100644 --- a/application/views/system/messages/ajaxRead.php +++ b/application/views/system/messages/ajaxRead.php @@ -19,7 +19,6 @@ ) ); ?> -
@@ -56,6 +55,5 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/ajaxWrite.php b/application/views/system/messages/ajaxWrite.php index b3a598506..cfcf0e4aa 100644 --- a/application/views/system/messages/ajaxWrite.php +++ b/application/views/system/messages/ajaxWrite.php @@ -17,7 +17,6 @@ ) ); ?> -
@@ -101,6 +100,5 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/ajaxWriteReply.php b/application/views/system/messages/ajaxWriteReply.php index 08dc188fa..9e0ceb190 100644 --- a/application/views/system/messages/ajaxWriteReply.php +++ b/application/views/system/messages/ajaxWriteReply.php @@ -17,7 +17,6 @@ ) ); ?> -
@@ -96,6 +95,5 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/htmlMessageSentError.php b/application/views/system/messages/htmlMessageSentError.php index f8a0f8491..ead64808c 100644 --- a/application/views/system/messages/htmlMessageSentError.php +++ b/application/views/system/messages/htmlMessageSentError.php @@ -12,7 +12,6 @@ ); ?> -
@@ -77,6 +76,5 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/htmlMessageSentSuccess.php b/application/views/system/messages/htmlMessageSentSuccess.php index 91eeab519..5055e2793 100644 --- a/application/views/system/messages/htmlMessageSentSuccess.php +++ b/application/views/system/messages/htmlMessageSentSuccess.php @@ -12,7 +12,6 @@ ); ?> -
@@ -77,6 +76,5 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/htmlRead.php b/application/views/system/messages/htmlRead.php index 35e162b70..7bbf50aa1 100644 --- a/application/views/system/messages/htmlRead.php +++ b/application/views/system/messages/htmlRead.php @@ -11,7 +11,6 @@ ) ); ?> -
@@ -99,6 +98,5 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/htmlWriteReply.php b/application/views/system/messages/htmlWriteReply.php index d2150c1fb..0015022cf 100644 --- a/application/views/system/messages/htmlWriteReply.php +++ b/application/views/system/messages/htmlWriteReply.php @@ -13,7 +13,6 @@ ) ); ?> -
@@ -88,6 +87,5 @@
- load->view("templates/FHC-Footer"); ?> diff --git a/application/views/system/messages/htmlWriteTemplate.php b/application/views/system/messages/htmlWriteTemplate.php index 42a31f374..ca09558fc 100644 --- a/application/views/system/messages/htmlWriteTemplate.php +++ b/application/views/system/messages/htmlWriteTemplate.php @@ -17,7 +17,6 @@ ) ); ?> -
@@ -191,6 +190,5 @@
- load->view("templates/FHC-Footer"); ?>