- added new server_id parameter to buildFormEx, so getFormGroupOutput will use the correct template (with correct links)
13 lines
468 B
Smarty
13 lines
468 B
Smarty
<tr>
|
|
<td class="maintitle_apply_left">
|
|
<b><img src="images/title.gif" alt="" /> {$title}</b>
|
|
</td>
|
|
<td class="main_field_display_small" nowrap="nowrap">{$option}</td>
|
|
<td class="main_field_display_small" nowrap="nowrap">
|
|
<if $activated == 1>
|
|
<a href="$filename?page=clients&action=settings&part=$part&s=$s&id={$server_id}">{$lng['admin']['configfiles']['serverconfiguration']}</a>
|
|
</if>
|
|
</td>
|
|
</tr>
|
|
|