Browse code

Removed old templates

Benjamin Roth authored on17/08/2015 17:17:35
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-<?php if (!$this->tableless): ?>
2
-  <tr class="<?php echo $this->rowClass; ?>">
3
-    <td class="col_0 col_first">&nbsp;</td>
4
-    <td class="col_1 col_last"><div class="submit_container"><?php echo $this->generate(); ?></div></td>
5
-  </tr>
6
-<?php else: ?>
7
-  <div class="submit_container widget<?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; ?>">
8
-    <?php echo $this->generate(); ?>
9
-  </div>
10
-<?php endif; ?>
11 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,10 @@
1
+<?php if (!$this->tableless): ?>
2
+  <tr class="<?php echo $this->rowClass; ?>">
3
+    <td class="col_0 col_first">&nbsp;</td>
4
+    <td class="col_1 col_last"><div class="submit_container"><?php echo $this->generate(); ?></div></td>
5
+  </tr>
6
+<?php else: ?>
7
+  <div class="submit_container widget<?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; ?>">
8
+    <?php echo $this->generate(); ?>
9
+  </div>
10
+<?php endif; ?>
0 11
\ No newline at end of file