Blame | Letzte Änderung | Log anzeigen | RSS feed
<!-- $Id: star_garantie.tpl 3543 2011-06-01 12:48:35Z tiefland $ --><form action="{$SCRIPT_NAME}" method="post"><table><tr>{section name=wg_ind loop=$Warengruppen}<td valign="top"><table cellpadding="0" cellspacing="0"><tr><td class="links" align="center">{$Warengruppen[wg_ind].name}</td></tr><tr><td valign="top"><table cellpadding="0" cellspacing="0"><tr><td class="links">von</td><td class="links">bis</td><td class="links">Betrag</td></tr>{section name=s_ind loop=$Warengruppen[wg_ind].stufen}<tr><td class="rechts"><input type="text" name="daten[{$Warengruppen[wg_ind].stufen[s_ind]}][{$Warengruppen[wg_ind].id}][von]" size="8" maxlength="10" value="{$Warengruppen[wg_ind].werte[s_ind].von}"></td><td class="rechts"><input type="text" name="daten[{$Warengruppen[wg_ind].stufen[s_ind]}][{$Warengruppen[wg_ind].id}][bis]" size="8" maxlength="10" value="{$Warengruppen[wg_ind].werte[s_ind].bis}"></td><td class="rechts"><input type="text" name="daten[{$Warengruppen[wg_ind].stufen[s_ind]}][{$Warengruppen[wg_ind].id}][betrag]" size="8" maxlength="10" value="{$Warengruppen[wg_ind].werte[s_ind].betrag}"></td></tr>{/section}</table></td></tr></table></td>{/section}</tr><tr><td class="links" colspan="{$colspan}" align="center"><input type="hidden" name="mode" value="update"><input type="submit" value="eintragen"></td></tr></table></form>