We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aed431 commit edeb97cCopy full SHA for edeb97c
1 file changed
Template/user/integrations.php
@@ -1,6 +1,6 @@
1
<h3><i class="fa fa-google fa-fw"></i> <?= t('Google Account') ?></h3>
2
3
-<div class="listing">
+<div class="panel">
4
<?= $this->form->hidden('google_show_avatar', array('google_show_avatar' => 0)) ?>
5
<?= $this->form->checkbox('google_show_avatar', t('Show Google Avatar'), 1, isset($values['google_show_avatar']) && $values['google_show_avatar'] == 1) ?>
6
0 commit comments