ininitial froxlor commit;

'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
This commit is contained in:
Michael Kaufmann (d00p)
2010-01-20 09:12:52 +00:00
commit 9907afe630
580 changed files with 60898 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<tr>
<td class="field_name_border_left">{$Row2['Version']} (Release {$Row2['Release']})</td>
<td class="field_name"><if $Row2['Status'] == PACKAGE_LOCKED>{$lng['aps']['package_locked']}</if><if $Row2['Status'] == PACKAGE_ENABLED>{$lng['aps']['package_enabled']}</if></td>
<td class="field_name">{$Installations}</td>
<td class="field_name" style="text-align:center;">$Lock</td>
<td class="field_name" style="text-align:center;">$Unlock</td>
<td class="field_name" style="text-align:center;"><if $Installations == 0>$Remove</if></td>
</tr>