- Change boolean type to integer type for update_logged_in_user field

- Create view for customer modification
This commit is contained in:
mespeche
2013-09-11 11:39:33 +02:00
parent e4362ba414
commit 953bf005a1
3 changed files with 206 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
{assign var=customer_page value={$smarty.get.page|default:1}}
<div class="catalog">
<div class="customer">
<div id="wrapper" class="container">
@@ -150,7 +150,13 @@
<input type="hidden" name="{$name}" value="{url path='/admin/customer/update/_ID_'}" />
{/form_field}
{form_field form=$form field='company'}
<div class="form-group {if $error}has-error{/if}">
<label for="{$label_attr.for}" class="control-label">{intl l="{$label}"} : </label>
<input type="text" id="{$label_attr.for}" name="{$name}" class="form-control" value="{$value}" title="{intl l="{$label}"}" placeholder="{intl l='Company'}">
</div>
{/form_field}
{form_field form=$form field='title'}
<div class="form-group {if $error}has-error{/if}">
<label for="{$label_attr.for}" class="control-label">{intl l="{$label}"} : </label>