aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurtaza Sultani <sultani@data-quest.de>2025-05-13 12:10:48 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-05-13 12:10:48 +0200
commitd563cb7ab5f9185fa47deb8ed79ceabd2dcc7bb6 (patch)
treef1017244987c2e78a35caaac84358aba836d1331
parent3241c64cdad23215b0b3ff0d4e5917ff1fce2654 (diff)
Resolve "Spaltenüberschriften im Dialog "Raumeigenschaften" nicht sinnvoll"
Closes #3056 Merge request studip/studip!4224
-rw-r--r--app/views/resources/resource/_standard_properties_display_part.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/resources/resource/_standard_properties_display_part.php b/app/views/resources/resource/_standard_properties_display_part.php
index 890b3f7..ada4f80 100644
--- a/app/views/resources/resource/_standard_properties_display_part.php
+++ b/app/views/resources/resource/_standard_properties_display_part.php
@@ -23,20 +23,6 @@
</header>
<table class="default">
- <colgroup>
- <col style="width: 30%">
- <col>
- </colgroup>
- <thead>
- <tr>
- <th>
- <?= _('Name') ?>
- </th>
- <th>
- <?= _('Wert') ?>
- </th>
- </tr>
- </thead>
<tbody>
<? foreach ($properties as $property): ?>
<tr>