Файл: concrete5.7.5.6/concrete/elements/permission/help.php
Строк: 22
<?php defined('C5_EXECUTE') or die("Access Denied."); ?>
<div class="dialog-help" id="ccm-menu-help-content">
<div><span class="label label-default"><?php echo t('Label')?></span> <?php echo t('Included Users/Groups')?></div><br/>
<div><span class="label label-info"><?php echo t('Label')?></span> <?php echo t('Included Users/Groups with timed permissions')?></div><br/>
<div><span class="label label-danger"><?php echo t('Label')?></span> <?php echo t('Excluded Users/Groups')?></div><br/>
<div><span class="label label-warning"><?php echo t('Label')?></span> <?php echo t('Excluded Users/Groups with timed permissions')?></div>
</div>