Browse code

Removed old templates

Benjamin Roth authored on17/08/2015 17:17:35
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,9 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-  <tr class="<?php echo $this->rowClass; ?>">
3
-    <td colspan="2" class="colspan explanation"><?php echo $this->generate(); ?></td>
4
-  </tr>
5
-<?php else: ?>
6
-	<div class="explanation widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?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; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
7
-    <?php echo $this->generate(); ?>
8
-  </div>
9
-<?php endif; ?>
10 0
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on27/03/2015 10:45:40
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+<?php if (!$this->tableless): ?>
2
+  <tr class="<?php echo $this->rowClass; ?>">
3
+    <td colspan="2" class="colspan explanation"><?php echo $this->generate(); ?></td>
4
+  </tr>
5
+<?php else: ?>
6
+	<div class="explanation widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?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; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
7
+    <?php echo $this->generate(); ?>
8
+  </div>
9
+<?php endif; ?>
0 10
\ No newline at end of file