Browse code

Formilicioulize form_row_double template

Benjamin Roth authored on01/09/2016 14:05:20
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 
2 2
 <?php if ($this->tableless): ?>
3 3
 
4
-  <div class="<?= $this->prefix; ?><?php if ($this->class) echo ' ' . $this->class; ?>">
4
+  <div class="<?= $this->prefix; ?><?php if ($this->class) echo ' ' . $this->class; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?>">
5 5
     <?php $this->block('label'); ?>
6 6
     <?php $this->endblock(); ?>
7 7
 
... ...
@@ -9,7 +9,7 @@
9 9
     <?php $this->endblock(); ?>
10 10
   </div>
11 11
 
12
-  <div class="<?= $this->prefix; ?> confirm<?php if ($this->class) echo ' ' . $this->class; ?>">
12
+  <div class="<?= $this->prefix; ?> confirm<?php if ($this->class) echo ' ' . $this->class; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?>">
13 13
     <?php $this->block('label2'); ?>
14 14
     <?php $this->endblock(); ?>
15 15
 
... ...
@@ -22,24 +22,24 @@
22 22
   <tr class="<?= $this->rowClass; ?>">
23 23
     <td class="col_0 col_first">
24 24
       <?php $this->block('label'); ?>
25
-        &nbsp;
25
+      &nbsp;
26 26
       <?php $this->endblock(); ?>
27 27
     </td>
28 28
     <td class="col_1 col_last">
29 29
       <?php $this->block('field'); ?>
30
-        &nbsp;
30
+      &nbsp;
31 31
       <?php $this->endblock(); ?>
32 32
     </td>
33 33
   </tr>
34 34
   <tr class="<?= $this->rowClassConfirm; ?>">
35 35
     <td class="col_0 col_first">
36 36
       <?php $this->block('label2'); ?>
37
-        &nbsp;
37
+      &nbsp;
38 38
       <?php $this->endblock(); ?>
39 39
     </td>
40 40
     <td class="col_1 col_last">
41 41
       <?php $this->block('field2'); ?>
42
-        &nbsp;
42
+      &nbsp;
43 43
       <?php $this->endblock(); ?>
44 44
     </td>
45 45
   </tr>