[fix] cancel button not canceling :/
This commit is contained in:
parent
1182cada25
commit
5aeeac1c31
|
@ -147,7 +147,7 @@ $dom->unlock();
|
||||||
}
|
}
|
||||||
?></button>
|
?></button>
|
||||||
<?php if ($isedit) { ?>
|
<?php if ($isedit) { ?>
|
||||||
<button class="inb cancel" name="cancel" onclick="document.location = 'dom_edit.php?domain=<?php echo $domain; ?>'"><?php __("Cancel"); ?></button>
|
<button class="inb cancel" type="button" name="cancel" onclick="document.location = 'dom_edit.php?domain=<?php echo $domain; ?>'"><?php __("Cancel"); ?></button>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue