Файл: concrete5.7.5.6/concrete/authentication/google/hook.php
Строк: 22
<?php defined('C5_EXECUTE') or die('Access Denied.'); ?>
<div class="form-group">
<span>
<?php echo t('Attach a %s account', t('Google')) ?>
</span>
<hr>
</div>
<div class="form-group">
<a href="<?php echo URL::to('/ccm/system/authentication/oauth2/google/attempt_attach'); ?>" class="btn btn-primary btn-google">
<i class="fa fa-google"></i>
<?php echo t('Attach a %s account', t('Google')) ?>
</a>
</div>
<style>
.ccm-ui .btn-google {
border-width: 0px;
background: #dd4b39;
}
.ccm-ui .btn-google:focus {
background: #dd4b39;
}
.ccm-ui .btn-google:hover {
background: #f04f3d;
}
.ccm-ui .btn-google:active {
background: #c74433;
}
.btn-google .fa-google {
margin: 0 6px 0 3px;
}
</style>