Skip to content
Snippets Groups Projects
Commit a350d73c authored by clement's avatar clement
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 537c9644 8806f827
No related branches found
No related tags found
No related merge requests found
<?php
class ForeignField {
class ForeignField extends Field {
protected $name;
protected $value;
protected $primary;
......
......@@ -6,7 +6,7 @@
<table class="table">
<thead>
<?php foreach($list->getLabels() as $field): ?>
<th><?php echo $field->getLabel(); ?></th>
<th><?php echo $field->label; ?></th>
<?php endforeach; ?>
<th></th>
</thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment