Browse code

Removed old templates

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