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 <?php
class ForeignField { class ForeignField extends Field {
protected $name; protected $name;
protected $value; protected $value;
protected $primary; protected $primary;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<table class="table"> <table class="table">
<thead> <thead>
<?php foreach($list->getLabels() as $field): ?> <?php foreach($list->getLabels() as $field): ?>
<th><?php echo $field->getLabel(); ?></th> <th><?php echo $field->label; ?></th>
<?php endforeach; ?> <?php endforeach; ?>
<th></th> <th></th>
</thead> </thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment