show registration date of domain (if given) in admin and customer domain-list, fixes #553
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
<if $row['termination_css'] == ''>
|
||||
<tr <if $row['deactivated'] == 1>class="disabled"</if>>
|
||||
</if>
|
||||
<td>{$row['domain']}
|
||||
<td><b>{$row['domain']}</b>
|
||||
<if (isset($row['standardsubdomain']) && $row['standardsubdomain'] == $row['id'])>
|
||||
({$lng['admin']['stdsubdomain']})
|
||||
</if>
|
||||
<if $row['registration_date'] != ''>
|
||||
<br><small>{$lng['domains']['registration_date']}: {$row['registration_date']}</small>
|
||||
</if>
|
||||
<if $row['termination_date'] != ''>
|
||||
<br><small><div class="red">({$lng['domains']['termination_date_overview']} {$row['termination_date']})</div></small>
|
||||
</if>
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
<tr>
|
||||
</if>
|
||||
<td>
|
||||
<a href="http://{$row['domain']}" target="_blank">{$row['domain']}</a>
|
||||
<a href="http://{$row['domain']}" target="_blank"><b>{$row['domain']}</b></a>
|
||||
<if $row['registration_date'] != ''>
|
||||
<br><small>{$lng['domains']['registration_date']}: {$row['registration_date']}</small>
|
||||
</if>
|
||||
<if $row['termination_date'] != ''>
|
||||
<br><small><div class="red">({$lng['domains']['termination_date_overview']} {$row['termination_date']})</div></small>
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user