weight and visibility on product are not mandatory anymore

This commit is contained in:
Manuel Raynaud
2014-03-12 16:21:45 +01:00
parent 775160235c
commit d8e1f24fda
3 changed files with 3 additions and 4 deletions

View File

@@ -520,7 +520,7 @@
<div class="row">
<div class="col-lg-4">
<div class="input-group">
<input type="text" id="{$label_attr.for}" required="required" name="{$name}" class="form-control" value="{$value}" title="{$label}" placeholder="{intl l='Product weight'}">
<input type="text" id="{$label_attr.for}" name="{$name}" class="form-control" value="{$value}" title="{$label}" placeholder="{intl l='Product weight'}">
<span class="input-group-addon">{intl l="Kg"}</span>
</div>
</div>