Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap

This commit is contained in:
Kevin Granger
2013-08-28 10:07:02 +02:00
16 changed files with 165 additions and 1 deletions
@@ -430,7 +430,7 @@
<div class="row">
<div class="input-group col-lg-4">
<input
id="{if isset($input.id)}{$input.id}_{$language.id_lang}{else}{$input.name}_{$language.id_lang}{/if}"
id="{if isset($input.id)}{$input.id}{else}{$input.name}{/if}"
type="text"
data-hex="true"
{if isset($input.class)}class="{$input.class}"