Fixed help text
parent
09cd83352f
commit
278cf5091a
|
@ -103,7 +103,7 @@
|
||||||
<label for="frmProductTags" class="col-sm-2 control-label">Product tag words</label>
|
<label for="frmProductTags" class="col-sm-2 control-label">Product tag words</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="text" class="form-control" id="frmProductTags" name="frmProductTags" value="{{result.productTags}}">
|
<input type="text" class="form-control" id="frmProductTags" name="frmProductTags" value="{{result.productTags}}">
|
||||||
<p class="help-block">Tag words are used to making searching for products easier</p>
|
<p class="help-block">Tag words used to indexed products, making them easier to find and filter.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="product-images">
|
<div id="product-images">
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
<label for="frmProductTags" class="col-sm-2 control-label">Product tag words</label>
|
<label for="frmProductTags" class="col-sm-2 control-label">Product tag words</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="text" class="form-control" id="frmProductTags" name="frmProductTags">
|
<input type="text" class="form-control" id="frmProductTags" name="frmProductTags">
|
||||||
<p class="help-block">Tag words are used to making searching for products easier</p>
|
<p class="help-block">Tag words used to indexed products, making them easier to find and filter.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue