Browse Source

beautify orderform

andre 4 years ago
parent
commit
8e3b644b26
1 changed files with 10 additions and 0 deletions
  1. 10 0
      templates/configureproduct.tpl

+ 10 - 0
templates/configureproduct.tpl

@@ -276,6 +276,16 @@ var _localLang = {
                             </div>
 
                             <div class="field-container">
+                            <table width="100%" border="0" cellpadding="10" cellspacing="0" class="table table-striped table-framed">
+                              <tr>
+                                <td align='left'>{$customfields[0].name}</td>
+                                <td align="left">{$customfields[1].name}</td>
+                              </tr>
+                              <tr>
+                                <td align='left'>Sicherheit</td>
+                                <td align="left">SSL/TLS</td>
+                              </tr>
+                            </table>
                                 {foreach $customfields as $customfield}
                                     <div class="form-group">
                                         <label for="customfield{$customfield.id}">{$customfield.name}</label>