summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0531e50)
raw | patch | inline | side by side (parent: 0531e50)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Sep 2007 08:18:44 +0000 (08:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Sep 2007 08:18:44 +0000 (08:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7234 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/network.tpl | patch | blob | history |
index ed5abec561982d7e77070fa117c05a6ecced25fd..58515c594c2968a99537ad40358ede22aaa29310 100644 (file)
<tr>
<td>
<input type='checkbox' name='dummy' class='center' disabled>
- {t}Enable DHCP for this device{/t}
- <input type='image' src='images/list_reload.png' class='center'><br>
- <i>{t}No dhcp service present in your ldap database, you will have to setup the dhcp service first.{/t}</i>
+ {t}Enable DHCP for this device{/t} ({t}not configured{/t})
+ <input type='image' src='images/list_reload.png' class='center'>
</td>
</tr>
{/if}
</div>
{else}
<input type="checkbox" name="dummy" value="1" disabled class='center'>
- {t}Enable DNS for this device{/t}
- <input type='image' src='images/list_reload.png' class='center'><br>
- <i>{t}No dns service present in your ldap database, you will have to setup the dns service first.{/t}</i>
+ {t}Enable DNS for this device{/t} ({t}not configured{/t})
+ <input type='image' src='images/list_reload.png' class='center'>
{/if}
</td>