Ticket #2179: users.tpl.patch
| File users.tpl.patch, 1.4 KB (added by TheCry, 2 years ago) |
|---|
-
users.tpl
old new 111 111 <td class="{CLASS_TYPE_ROW}"><img src="{THEME_COLOR_PATH}/images/icons/goto.png" width="16" height="16" border="0" alt="" /> <a href="http://{NAME}/" target="_blank" class="link">{NAME}</a></td> 112 112 <td class="{CLASS_TYPE_ROW}" width="90" align="center">{CREATION_DATE}</td> 113 113 <td class="{CLASS_TYPE_ROW}" width="90" align="center">{EXPIRE_DATE}</td> 114 <td class="{CLASS_TYPE_ROW}" width="90" align="center">{DISK_USAGE} of {DISK_LIMIT} MB</td>114 <td class="{CLASS_TYPE_ROW}" width="90" align="center">{DISK_USAGE}</td> 115 115 <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" style="vertical-align:middle" alt="" /> <a href="domain_details.php?domain_id={DOMAIN_ID}" class="link">{TR_DETAILS}</a></td> 116 116 <!-- BDP: edit_option --> 117 117 <td nowrap="nowrap" width="80" align="center" class="{CLASS_TYPE_ROW}"><img src="{THEME_COLOR_PATH}/images/icons/edit.png" width="16" height="16" border="0" style="vertical-align:middle" alt="" /> <a href="domain_edit.php?edit_id={DOMAIN_ID}" class="link">{TR_EDIT_DOMAIN}</a></td>
