diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/pkgsubmit.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 9dba945..373af35 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -477,10 +477,6 @@ html_header("Submit"); ?> -<?php if ($error): ?> - <p class="pkgoutput"><?= $error ?></p> -<?php endif; ?> - <div class="box"> <h2><?= __("Submit"); ?></h2> <p><?= __("Upload your source packages here. Create source packages with `mkaurball`.") ?></p> @@ -494,6 +490,10 @@ html_header("Submit"); $pkg_categories = pkgCategories(); ?> +<?php if ($error): ?> + <ul class="errorlist"><li><?= $error ?></li></ul> +<?php endif; ?> + <form action="<?= get_uri('/submit/'); ?>" method="post" enctype="multipart/form-data"> <fieldset> <div> |