Skip to content
Snippets Groups Projects

Develop to master for 2.9.5

Merged Cyril Vazquez requested to merge develop into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -159,6 +159,7 @@ class archiveDescription
{
$th = $this->view->createElement('th', $descriptionField->label);
$th->setAttribute('name', $descriptionField->name);
$th->setAttribute('class', 'col-sm-4');
if (is_string($descriptionField->type)) {
$th->setAttribute('data-type', $descriptionField->type);
}
Loading