- aps-databases are now increasing the customers mysql-contingent, refs #278 - customers viewing the aps-list are now notified if a package requires a database but the contingent is used up - the update will add all web[X]aps[Y] databases to the according customer regardless of contingent - fix tiny issue in preconfig - setting version to 0.9.10-svn2 refs #272,278
12 lines
714 B
Smarty
12 lines
714 B
Smarty
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
|
<td class="field_name_border_left">{$row['databasename']}</td>
|
|
<td class="field_name">{$row['description']}</td>
|
|
<if 1 < count($sql_root)><td class="field_name">{$sql_root[$row['dbserver']]['caption']}</td></if>
|
|
<if $row['apsdb'] != '1'>
|
|
<td class="field_name"><a href="$filename?page=mysqls&action=edit&id={$row['id']}&s=$s">{$lng['panel']['edit']}</a></td>
|
|
<td class="field_name"><a href="$filename?page=mysqls&action=delete&id={$row['id']}&s=$s">{$lng['panel']['delete']}</a></td>
|
|
<else>
|
|
<td class="field_name" colspan="2">{$lng['aps']['cannoteditordeleteapsdb']}</td>
|
|
</if>
|
|
</tr>
|