10 lines
253 B
Smarty
10 lines
253 B
Smarty
<thead>
|
|
<tr>
|
|
<th>
|
|
{$groupdetails['title']}
|
|
</th>
|
|
<th style="text-align: right !important; width: 400px;">
|
|
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
|
</th>
|
|
</tr>
|
|
</thead> |