Implemented Feature Request #660

This commit is contained in:
root 2008-12-29 00:55:23 +00:00
parent dcfe451415
commit 9f6f656f8a

View file

@ -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?>">