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-13 12:10:48 +0200 |
| commit | d563cb7ab5f9185fa47deb8ed79ceabd2dcc7bb6 (patch) | |
| tree | f1017244987c2e78a35caaac84358aba836d1331 | |
| parent | 3241c64cdad23215b0b3ff0d4e5917ff1fce2654 (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.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> |
