Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<form class="quiqqer-bricks-brickedit">
<table class="data-table">
<thead>
<tr>
<th>
{locale group="quiqqer/bricks" var="brick.edit.allowed.areas"}
</th>
</tr>
</thead>
<tbody>
<tr class="{cycle values="odd,even"}">
<td>
<div class="quiqqer-bricks-areas"></div>
</td>
</tr>
</tbody>
</table>
<table class="data-table">
<thead>
<tr>
<th colspan="2">
{locale group="quiqqer/bricks" var="brick.edit.settings.proportion.header"}
</th>
</tr>
</thead>
<tbody>
<tr class="{cycle values="odd,even" reset=true}">
<td>
<label for="height">
{locale group="quiqqer/bricks" var="brick.edit.height"}
</label>
</td>
<td>
<input type="text" name="height" id="height" />
</td>
</tr>
<tr class="{cycle values="odd,even"}">
<td>
<label for="width">
{locale group="quiqqer/bricks" var="brick.edit.width"}
</label>
</td>
<td>
<input type="text" name="width" id="width" />
</td>
</tr>
</tbody>
</table>
<table class="data-table brick-table-flexible">
<thead>
<tr>
<th>
{locale group="quiqqer/bricks" var="brick.edit.settings.flexible.header"}
<div class="description">
{locale group="quiqqer/bricks" var="brick.edit.settings.flexible.header.description"}
</div>
</th>
</tr>
</thead>
<tbody>
<tr class="{cycle values="odd,even" reset=true}">
<td>
<label>
<input type="checkbox" name="flexible-height">
<span>{locale group="quiqqer/bricks" var="brick.edit.height"}</span>
</label>
</td>
</tr>
<tr class="{cycle values="odd,even"}">
<td>
<label>
<input type="checkbox" name="flexible-width">
<span>{locale group="quiqqer/bricks" var="brick.edit.width"}</span>
</label>
</td>
</tr>
</tbody>
</table>