Browse Source

beautify orderform

andre 4 years ago
parent
commit
a3e5bd14b7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      templates/configureproduct.tpl

+ 4 - 1
templates/configureproduct.tpl

@@ -276,7 +276,8 @@ var _localLang = {
                             </div>
 
                             <div class="field-container">
-                                {foreach $customfields as $customfield}
+                            <table width="100%" border="0" cellpadding="10" cellspacing="0" class="table table-striped table-framed">
+                                {foreach name=customfields $customfields as $customfield}
                                     <div class="form-group">
                                         <label for="customfield{$customfield.id}">{$customfield.name}</label>
                                         {$customfield.input}
@@ -285,8 +286,10 @@ var _localLang = {
                                                 {$customfield.description}
                                             </span>
                                         {/if}
+                                        {$smarty.foreach.customfields.iteration}
                                     </div>
                                 {/foreach}
+                            </table>
                             </div>
                             <div class="alert alert-info">
                                 <div id='hints'>