diff options
| author | Murtaza Sultani <sultani@data-quest.de> | 2025-05-13 12:10:48 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-05-16 10:12:29 +0200 |
| commit | 2f6382e7e3d8e8f2c18b6d17afbe0f970f926155 (patch) | |
| tree | d773c342bfb37608a0546b407b9a496648f233f7 /app | |
| parent | 390535125aaa6b5c6533adfc5f312713f4aeec98 (diff) | |
Resolve "Spaltenüberschriften im Dialog "Raumeigenschaften" nicht sinnvoll"
Closes #3056
Merge request studip/studip!4224
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/resources/resource/_standard_properties_display_part.php | 14 |
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> |
