From 773e7a94ccc9abb7de70b761451d7db30dbbc224 Mon Sep 17 00:00:00 2001 From: Elmar Ludwig Date: Mon, 5 Aug 2024 12:58:18 +0000 Subject: fix indentation, re #2863 Merge request studip/studip!3224 --- app/views/course/lvgselector/index.php | 36 +++++----- app/views/course/study_areas/show.php | 12 ++-- app/views/course/wizard/steps/studyareas/index.php | 78 +++++++++++----------- 3 files changed, 61 insertions(+), 65 deletions(-) diff --git a/app/views/course/lvgselector/index.php b/app/views/course/lvgselector/index.php index 6946f26..aeb5f70 100644 --- a/app/views/course/lvgselector/index.php +++ b/app/views/course/lvgselector/index.php @@ -1,8 +1,8 @@ -
- method="post" class="default"> - + + method="post" class="default"> +
@@ -34,11 +34,11 @@
- asInput([ - 'name' => 'start_search', - 'onclick' => 'return STUDIP.MVV.CourseWizard.searchTree()', - ]) ?> - + asInput([ + 'name' => 'start_search', + 'onclick' => 'return STUDIP.MVV.CourseWizard.searchTree()', + ]) ?> +
- - - + + +
- -
- -
-
+ + + diff --git a/app/views/course/study_areas/show.php b/app/views/course/study_areas/show.php index a80a569..93131e4 100644 --- a/app/views/course/study_areas/show.php +++ b/app/views/course/study_areas/show.php @@ -1,9 +1,9 @@ -
- method="post" class="default"> - + + method="post" class="default"> + - -
+ + diff --git a/app/views/course/wizard/steps/studyareas/index.php b/app/views/course/wizard/steps/studyareas/index.php index 9f54268..d4c1c0a 100644 --- a/app/views/course/wizard/steps/studyareas/index.php +++ b/app/views/course/wizard/steps/studyareas/index.php @@ -1,27 +1,27 @@
- -
-

+ +
+

-

-
    -
  • > - UNI_NAME_CLEAN) ?> -
      - - render_partial('studyareas/_assigned_node', - ['element' => $element, 'studyareas' => $values['studyareas']]) ?> - -
    -
  • -
-
- +

+
    +
  • > + UNI_NAME_CLEAN) ?> +
      + + render_partial('studyareas/_assigned_node', + ['element' => $element, 'studyareas' => $values['studyareas']]) ?> + +
    +
  • +
+
+
@@ -65,28 +65,26 @@
- -
- - - - - + -- cgit v1.0