Browse code

Removed old templates

Benjamin Roth authored on17/08/2015 17:17:35
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,12 +0,0 @@
1
-<?php //dump($this); ?>
2
-<?php if (!$this->tableless): ?>
3
-  <tr class="<?php echo $this->rowClass; ?>">
4
-    <td class="col_0 col_first"><?php echo $this->generateLabel(); ?></td>
5
-    <td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td>
6
-  </tr>
7
-<?php else: ?>
8
-<div class="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; ?>">
9
-  <?php if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error; contentAsHTML: true;">?</span><?php endif; ?><?php echo $this->generateLabel(); ?>
10
-  <?php echo $this->generate(); ?>
11
-</div>
12
-<?php endif; ?>
13 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,12 @@
1
+<?php //dump($this); ?>
2
+<?php if (!$this->tableless): ?>
3
+  <tr class="<?php echo $this->rowClass; ?>">
4
+    <td class="col_0 col_first"><?php echo $this->generateLabel(); ?></td>
5
+    <td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td>
6
+  </tr>
7
+<?php else: ?>
8
+<div class="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; ?>">
9
+  <?php if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error; contentAsHTML: true;">?</span><?php endif; ?><?php echo $this->generateLabel(); ?>
10
+  <?php echo $this->generate(); ?>
11
+</div>
12
+<?php endif; ?>
0 13
\ No newline at end of file