182 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_STYLES_TITLE}</h1> |
|
|
3 |
|
|
|
4 |
<p>{L_STYLES_TEXT}</p> |
|
|
5 |
|
|
|
6 |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
|
|
7 |
<tr> |
|
|
8 |
<th class="thCornerL">{L_STYLE}</th> |
|
|
9 |
<th class="thTop">{L_TEMPLATE}</th> |
|
|
10 |
<th class="thTop">{L_EDIT}</th> |
|
|
11 |
<th colspan="2" class="thCornerR">{L_DELETE}</th> |
|
|
12 |
</tr> |
|
|
13 |
<!-- BEGIN styles --> |
|
|
14 |
<tr> |
|
|
15 |
<td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td> |
|
|
16 |
<td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td> |
|
|
17 |
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_EDIT}">{L_EDIT}</a></td> |
|
|
18 |
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_DELETE}">{L_DELETE}</a></td> |
|
|
19 |
</tr> |
|
|
20 |
<!-- END styles --> |
|
|
21 |
</table> |