2021-05-16 14:55:39 +00:00
|
|
|
<form method="post">
|
2023-04-09 22:50:42 +00:00
|
|
|
<?php require ROOT_PATH . '/pg-view/ns/form.ns.php'; ?>
|
2023-01-21 00:27:52 +00:00
|
|
|
<label for="priority"><?= _('Priority') ?></label>
|
2022-04-18 14:05:00 +00:00
|
|
|
<br>
|
|
|
|
<input id="priority" min="0" max="65535" value="0" placeholder="0" name="priority" type="number">
|
|
|
|
<br>
|
2023-01-21 00:27:52 +00:00
|
|
|
<label for="host"><?= _('Host') ?></label>
|
2022-04-18 14:05:00 +00:00
|
|
|
<br>
|
2022-06-10 19:14:47 +00:00
|
|
|
<input id="host" placeholder="mail.<?= PLACEHOLDER_DOMAIN ?>." name="host" type="text">
|
2022-04-18 14:05:00 +00:00
|
|
|
<br>
|
2023-01-21 00:27:52 +00:00
|
|
|
<input type="submit" value="<?= _('Apply') ?>">
|
2021-05-16 14:55:39 +00:00
|
|
|
</form>
|