Revize 18ac9009
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/views/ip_addresses/show.php | ||
---|---|---|
<th><?php echo __('Service').' '.help::hint('service') ?></th>
|
||
<td><?php echo $ip_address->service ? __('Yes') : __('No') ?></td>
|
||
</tr>
|
||
<tr>
|
||
<th><?php echo __('DNS server').' '.help::hint('dns_server') ?></th>
|
||
<td><?php echo $ip_address->dns ? __('Yes') : __('No') ?></td>
|
||
</tr>
|
||
|
||
|
||
</table>
|
Také k dispozici: Unified diff
Fix merge issue that removed all staff from developer branch :-).