Exemple #1
0
            <div class="controls <?php 
if (count($activeAuths) < 2) {
    ?>
col-sm-12<?php 
} else {
    ?>
col-sm-8<?php 
}
?>
 col-xs-12">
                <?php 
if ($attribute_mode) {
    $attribute_helper = new Concrete\Core\Form\Service\Widget\Attribute();
    ?>
                    <form action="<?php 
    echo View::action('fill_attributes');
    ?>
" method="POST">
                        <div data-handle="required_attributes"
                             class="authentication-type authentication-type-required-attributes">
                            <div class="ccm-required-attribute-form"
                                 style="height:340px;overflow:auto;margin-bottom:20px;">
                                <?php 
    foreach ($required_attributes as $key) {
        echo $attribute_helper->display($key, true);
    }
    ?>
                            </div>
                            <div class="form-group">
                                <button class="btn btn-primary pull-right"><?php 
    echo t('Submit');
<form action="<?php 
echo View::action('save');
?>
" method="post">
    <?php 
Core::make('token')->output('accessibility');
?>
    <div class="checkbox">
        <label>
            <input name="show_titles" value="1" type="checkbox" <?php 
echo $show_titles ? 'checked' : '';
?>
 />
            <?php 
echo t('Enable Toolbar Titles');
?>
        </label>
    </div>
    <div class="checkbox">
        <label>
            <input name="increase_font_size" value="1" type="checkbox" <?php 
echo $increase_font_size ? 'checked' : '';
?>
 />
            <?php 
echo t('Increase Toolbar Font Size');
?>
        </label>
    </div>
    <div class="checkbox">
        <label>