Changeset 1322
- Timestamp:
- 08/10/08 23:50:36
(4 months ago)
- Author:
- rats
- Message:
* Fixed #1326: show the user's disk quota and the diks usage in the user list
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1321 |
r1322 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| 4 | | 2008-08-11 Daniel Andreca |
|---|
| | 4 | 2008-08-10 Benedikt Heintel |
|---|
| | 5 | - GUI: |
|---|
| | 6 | * Fixed #1326: show the user's disk quota and the diks usage in the user list |
|---|
| | 7 | |
|---|
| | 8 | 2008-08-10 Daniel Andreca |
|---|
| 5 | 9 | - CONFIGS: |
|---|
| 6 | 10 | * Support for libapache2-mod-fcgid in config files. |
|---|
| 7 | | - Engine: |
|---|
| | 11 | - ENGINE: |
|---|
| 8 | 12 | * fcgid-ispcp.conf incorect generated. |
|---|
| 9 | 13 | - GUI: |
|---|
| r1290 |
r1322 |
|
| 117 | 117 | 'VL_YEAR' => $crnt_year, |
|---|
| 118 | 118 | 'TR_EDIT_DOMAIN' => tr('Edit Domain'), |
|---|
| 119 | | 'TR_EDIT_USER' => tr('Edit User') |
|---|
| | 119 | 'TR_EDIT_USER' => tr('Edit User'), |
|---|
| | 120 | 'TR_BW_USAGE' => tr('Bandwidth'), |
|---|
| | 121 | 'TR_DISK_USAGE' => tr('Disk') |
|---|
| 120 | 122 | ) |
|---|
| 121 | 123 | ); |
|---|
| … | … | |
| 325 | 327 | 'USER_ID' => $rs->fields['domain_admin_id'], |
|---|
| 326 | 328 | 'CHANGE_INTERFACE' => tr('Switch'), |
|---|
| | 329 | 'DISK_LIMIT' => $rs->fields['domain_disk_limit'], |
|---|
| | 330 | 'DISK_USAGE' => round($rs->fields['domain_disk_usage'] / 1024 / 1024,1) |
|---|
| 327 | 331 | ) |
|---|
| 328 | 332 | ); |
|---|
| r1290 |
r1322 |
|
| 104 | 104 | <td class="content3"><b>{TR_USERNAME}</b></td> |
|---|
| 105 | 105 | <td class="content3" width="90" align="center"><b>{TR_CREATION_DATE}</b></td> |
|---|
| | 106 | <td class="content3" width="90" align="center"><b>{TR_DISK_USAGE}</b></td> |
|---|
| 106 | 107 | <td colspan="6" align="center" class="content3"><b>{TR_ACTION}</b></td> |
|---|
| 107 | 108 | </tr> |
|---|
| … | … | |
| 113 | 114 | <td class="{CLASS_TYPE_ROW}"><a href="http://www.{NAME}/" target="_blank" class="link"><img src="{THEME_COLOR_PATH}/images/icons/goto.png" width="16" height="16" border="0"/> {NAME}</a></td> |
|---|
| 114 | 115 | <td class="{CLASS_TYPE_ROW}" width="90" align="center">{CREATION_DATE}</td> |
|---|
| | 116 | <td class="{CLASS_TYPE_ROW}" width="90" align="center">{DISK_USAGE} of {DISK_LIMIT} MB</td> |
|---|
| 115 | 117 | <td nowrap="nowrap" width="80" align="center" class="{CLASS_TYPE_ROW}"><img src="{THEME_COLOR_PATH}/images/icons/identity.png" width="16" height="16" border="0" align="absmiddle"> <a href="domain_details.php?domain_id={DOMAIN_ID}" class="link">{TR_DETAILS}</a></td> |
|---|
| 116 | 118 | <!-- BDP: edit_option --> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>