示例#1
0
文件: default.php 项目: akeeba/angie
            <!-- Super Administrator settings -->
            <div class="span6">
                <h3><?php 
    echo AText::_('SETUP_HEADER_SUPERUSERPARAMS');
    ?>
</h3>
                <div class="form-horizontal">
                    <div class="control-group">
                        <label class="control-label" for="superuserid">
                            <?php 
    echo AText::_('SETUP_LABEL_SUPERUSER');
    ?>
                        </label>
                        <div class="controls">
                            <?php 
    echo AngieHelperSelect::superusers();
    ?>
                            <span class="help-tooltip icon-question-sign" data-toggle="tooltip" data-html="true" data-placement="top"
                                  title="<?php 
    echo AText::_('SETUP_LABEL_SUPERUSER_HELP');
    ?>
"></span>
                        </div>
                    </div>
                    <div class="control-group">
                        <label class="control-label" for="superuseremail">
                            <?php 
    echo AText::_('SETUP_LABEL_SUPERUSEREMAIL');
    ?>
                        </label>
                        <div class="controls">
示例#2
0
文件: default.php 项目: akeeba/angie
            <!-- Super Administrator settings -->
            <div class="span6">
                <h3><?php 
    echo AText::_('SETUP_HEADER_SUPERUSERPARAMS');
    ?>
</h3>
                <div class="form-horizontal">
                    <div class="control-group">
                        <label class="control-label" for="superuserid">
                            <?php 
    echo AText::_('SETUP_LABEL_SUPERUSER');
    ?>
                        </label>
                        <div class="controls">
                            <?php 
    echo AngieHelperSelect::superusers(null, $key . '_superuserid');
    ?>
                            <span class="help-tooltip icon-question-sign" data-toggle="tooltip" data-html="true" data-placement="top"
                                  title="<?php 
    echo AText::_('SETUP_LABEL_SUPERUSER_HELP');
    ?>
"></span>
                        </div>
                    </div>
                    <div class="control-group">
                        <label class="control-label" for="superuseremail">
                            <?php 
    echo AText::_('SETUP_LABEL_SUPERUSEREMAIL');
    ?>
                        </label>
                        <div class="controls">