Skip to content
Snippets Groups Projects
Commit c7bc7e90 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

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

parents 4613658d 0d966a7f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
background-color: #f5f5f5;
}
.footer_container {
.footer-container {
width: auto;
max-width: 680px;
padding-top: 10px;
......@@ -16,6 +16,6 @@
}
.text-footer {
/*text-align : center;*/
text-align : center;
color : black;
}
\ No newline at end of file
<div id="footer">
<div class="container">
<div class="foote-container">
<p class="text-footer">NF17 - ©Team CAMP 2014 - Developed by Matthieu GUFFROY, Clément MERCIER, Alexandre CORTYL & Paul GOUJON</p>
</div>
</div>
......
......@@ -15,7 +15,7 @@
<?php foreach($listParams["keys"] as $key): ?>
<td><?php echo $line->{$key}(); ?></td>
<?php endforeach; ?>
<td> <a type="button" class="btn btn-primary" href="<?php echo $base_url.$page.$editLink.'?'.$listParams['keys'][0].'='.$line->{$listParams['keys'][0]}() ?>">Editer</a>
<td> <a type="button" class="btn btn-primary" href="<?php echo $base_url.$page.'/'.$editLink.'?'.$listParams['keys'][0].'='.$line->{$listParams['keys'][0]}() ?>">Editer</a>
</tr>
<?php endforeach; ?>
</tbody>
......
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