You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{* $Id$ *}
|
|
|
<form method="post" action="{query _type=relative _keepall=y}" style="display: inline;">
|
|
|
{section name=v loop=$values}
|
|
|
{$values[v].label|escape}: <input type="text" size="20" name="{$values[v].name}" value="{$values[v].current}">
|
|
|
<br>
|
|
|
{/section}
|
|
|
<input type="submit" class="btn btn-primary btn-sm" name="shopperinfo" value="{tr}Submit{/tr}">
|
|
|
</form>
|
|
|
|