10 lines
215 B
Smarty
10 lines
215 B
Smarty
<thead>
|
|
<tr>
|
|
<th>
|
|
{$groupdetails['title']}
|
|
</th>
|
|
<th class="right">
|
|
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
|
</th>
|
|
</tr>
|
|
</thead> |