Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

Revision 55 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 55 Revision 59
Zeile 15... Zeile 15...
15
            <tr>
15
            <tr>
16
                <td>{$group->id}</td>
16
                <td>{$group->id}</td>
17
                <td>{$group->name}</td>
17
                <td>{$group->name}</td>
18
                <td>
18
                <td>
19
                    {foreach explode(";",$group->conditions) as $condition}
19
                    {foreach explode(";",$group->conditions) as $condition}
20
                        {$condition}
20
                        {$condition|ucfirst}
21
                        {if !$condition@last}<br>{/if}
21
                        {if !$condition@last}<br>{/if}
22
                    {/foreach}
22
                    {/foreach}
23
                </td>
23
                </td>
24
                <td></td>
24
                <td></td>
25
            </tr>
25
            </tr>
26
        {/foreach}
26
        {/foreach}
27
        </tbody>
27
        </tbody>
28
    </table>
28
    </table>
29
    <!-- $Id: shippingGroups.tpl 1682 2023-05-13 23:52:23Z lars $ END -->
29
    <!-- $Id: shippingGroups.tpl 1682 2023-05-13 23:52:23Z lars $ END -->
30
{/block}
-
 
31
30
{/block}
-
 
31