//fixed bug update form

This commit is contained in:
lLefevre
2011-10-05 08:17:51 +00:00
parent 3de9a7277d
commit d311b3c976
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -75,8 +75,9 @@
</script>
<form action="{$tab_form['current']}&submitAdd{$tab_form['table']}=1&token={$tab_form['token']}" method="post">
{if $tab_form['id']}<input type="hidden" name="id_'.$this->table.'" value="'.$obj->id.'" />{/if}
<fieldset><legend>{l s ='Shop Url'}</legend>
{if $tab_form['id']}<input type="hidden" name="id_{$tab_form['table']}" value="{$tab_form['id']}" />{/if}
<fieldset>
<legend>{l s ='Shop Url'}</legend>
<label for="domain">{l s ='Domain'}</label>
<div class="margin-form">
<input type="text" name="domain" id="domain" value="{$tab_form['domain']}" />