diff options
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> |
