[gnome-web-www] Move hr to if clauses
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] Move hr to if clauses
- Date: Wed, 5 Jun 2019 12:14:52 +0000 (UTC)
commit d31308928b8f3f1d082db12801701e296eb9995f
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Wed Jun 5 14:14:42 2019 +0200
Move hr to if clauses
theme/page-apply.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/theme/page-apply.php b/theme/page-apply.php
index 0afb577..4ad05e9 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -84,15 +84,15 @@ if (array_key_exists('submit', $_POST)) {
<h1 style="text-align: center">Thank you.</h1>
<p class="main_feature" style="text-align: center;">Your application has been submitted and it'll be
reviewed by the <br /> GNOME Foundation Membership Committee within two weeks.</p>
<p style="text-align: center"> You can check the status of your application at the following <a
href="http://www.gnome.org/rt3-stats/membership.html">page</a>.</p>
+ <hr class="top_shadow" />
<?php if ($application_submitted == true && $errors == true): ?>
<p class="main_feature" style="text-align: center;">Some of required fields in the form are missing.
Please fill them and submit it again.</p>
+ <hr class="top_shadow" />
<?php endif; ?>
<?php else: ?>
-<hr class="top_shadow" />
-
<h2 style="text-align: center;">Application Form</h2>
<form action="" method="post" id="application_form">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]