Implemented Feature Request #660
This commit is contained in:
parent
dcfe451415
commit
9f6f656f8a
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue