Implemented Feature Request #660

pull/1/head
root 16 years ago
parent dcfe451415
commit 9f6f656f8a

@ -26,9 +26,8 @@
<td class="DataTD" width="125"><?=_("Domain")?>: </td>
<td class="DataTD" width="125"><input type="text" name="newdomain" value="<?=array_key_exists('newdomain',$_GET)?sanitizeHTML($_GET['newdomain']):''?>"></td>
</tr>
<tr>
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Add")?>"></td>
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("I own or am authorised to control this domain")?>"/></td>
</tr>
</table>
<input type="hidden" name="oldid" value="<?=$id?>">

Loading…
Cancel
Save