[gnome-web-www] Another attempt



commit ff1bcc0d1919bc9e85cf3e1b9677f1734c30b20e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Jun 7 11:11:00 2019 +0200

    Another attempt

 theme/page-apply.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/theme/page-apply.php b/theme/page-apply.php
index acd2c58..33db2d5 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -143,7 +143,8 @@ if (array_key_exists('submit', $_POST)) {
 <div class="item benefits">
     <input name="gnome_jabber" id="gnome_jabber" type="checkbox"
         <?php echo ( isset($gnome_mail_alias)? '' : 'disabled' ) ?>
-        <?php echo ( isset($gnome_jabber)? '' : 'disabled' ) ?> />
+        <?php echo ( isset($gnome_jabber)? 'checked' : '' ) ?> />
+
     <span name="jabber_label" id="jabber_label">Jabber account <em>(only if you adopt a @gnome.org mail 
alias)</em></span>
 </div>
 


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