Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<table width="100%">
    <tr class="links">
        <td>Lieferanten</td>
    </tr>
    {section loop=$lieferanten name=l_ind}
    <tr class="rechts">
        <td><a href="?mode=edit&id={$lieferanten[l_ind].id}">{$lieferanten[l_ind].name}</a></td>
    </tr>
    {sectionelse}
    {/section}
</table>