Skip to content

Commit edeb97c

Browse files
committed
Rename CSS class
1 parent 3aed431 commit edeb97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Template/user/integrations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h3><i class="fa fa-google fa-fw"></i> <?= t('Google Account') ?></h3>
22

3-
<div class="listing">
3+
<div class="panel">
44
<?= $this->form->hidden('google_show_avatar', array('google_show_avatar' => 0)) ?>
55
<?= $this->form->checkbox('google_show_avatar', t('Show Google Avatar'), 1, isset($values['google_show_avatar']) && $values['google_show_avatar'] == 1) ?>
66

0 commit comments

Comments
 (0)