Version 1.7l
This commit is contained in:
parent
ba5e741c99
commit
aea537909a
42 changed files with 718 additions and 131 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{foreach from=$tableau item=ligne key=key}
|
||||
<tr>
|
||||
<td><a href="?p={$linkpage}&id={$idPlan}&key={$key}">{$key}</a></td>
|
||||
<td>{$ligne}</td>
|
||||
<td>{if $key == "mdp"}{$ligne|truncate:50}{else}{$ligne}{/if}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue