[gnome-web-www] This way?



commit 1ba37b6b49681c3827c0905a49ff9445f40818f8
Author: Andrea Veri <av gnome org>
Date:   Thu Jun 6 18:58:51 2019 +0000

    This way?

 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 3df9193..2e5798b 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -86,7 +86,7 @@ if (array_key_exists('submit', $_POST)) {
     <?php if ($application_submitted == true && $application_sent == true): ?>
         <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>
+        <p style="text-align: center"> You can check the status of your application at the following <a 
href="https://www.gnome.org/rt3-stats/membership.html";>page</a>.</p>
         <hr class="top_shadow" />
     <?php else: ?>
         <?php if ($errors == true): ?>
@@ -138,7 +138,7 @@ if (array_key_exists('submit', $_POST)) {
 </p>
 
 <div class="item benefits">
-    <input name="gnome_mail_alias" id="gnome_mail_alias" type="checkbox" onClick="toggleBenefitsFields()" 
<?php isset($_POST["gnome_mail_alias"]) ? 'checked' : '' ;?> /> @gnome.org mail alias
+    <input name="gnome_mail_alias" id="gnome_mail_alias" type="checkbox" onClick="toggleBenefitsFields()" 
<?php (isset($gnome_mail_alias) ? 'checked="checked"':'') ;?> /> @gnome.org mail alias
     <input name="gnome_username" id="gnome_username" type="text" placeholder="What do you want your username 
to be?" value="<?php echo htmlspecialchars($gnome_username);?>" disabled />
 </div>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]