Migrate to new HTMLform2-class

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-02-02 17:43:53 +01:00
parent 48eaab89ba
commit 87fe3669a1
27 changed files with 1174 additions and 1283 deletions

View File

@@ -2,8 +2,8 @@ $header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/user_add_big.png" alt="{$title}" />&nbsp;
{$title}
<img src="templates/{$theme}/assets/img/icons/user_add_big.png" />&nbsp;
{$lng['admin']['admin_add']}
</h2>
</header>

View File

@@ -2,7 +2,7 @@ $header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" alt="{$title}" />&nbsp;{$title}
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" />&nbsp;{$lng['admin']['admin_edit']}
</h2>
</header>