Closes #53: The column width for the label text is now larger

This commit is contained in:
Mike Koch 2014-10-12 20:20:29 -04:00
parent bdbecd11e8
commit 473a307236

View File

@ -1788,13 +1788,13 @@ if ( defined('HESK_DEMO') )
<h6 style="font-weight: bold"><?php echo $hesklang['gs']; ?></h6> <h6 style="font-weight: bold"><?php echo $hesklang['gs']; ?></h6>
<div class="footerWithBorder blankSpace"></div> <div class="footerWithBorder blankSpace"></div>
<div class="form-group"> <div class="form-group">
<label for="rtl" class="col-sm-3 col-xs-12 control-label"> <label for="rtl" class="col-sm-4 col-xs-12 control-label">
<?php echo $hesklang['displayRtl']; ?> <?php echo $hesklang['displayRtl']; ?>
<i class="fa fa-question-circle settingsquestionmark" data-toggle="popover" data-placement="bottom" <i class="fa fa-question-circle settingsquestionmark" data-toggle="popover" data-placement="bottom"
title="<?php echo $hesklang['displayRtl']; ?>" title="<?php echo $hesklang['displayRtl']; ?>"
data-content="<?php echo $hesklang['displayRtlHelp']; ?>"></i> data-content="<?php echo $hesklang['displayRtlHelp']; ?>"></i>
</label> </label>
<div class="col-sm-9 col-xs-12"> <div class="col-sm-8 col-xs-12">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input id="rtl" name="rtl" type="checkbox" <?php if ($nuMods_settings['rtl']) {echo 'checked' ;} ?>> <?php echo $hesklang['display_rtl']; ?> <input id="rtl" name="rtl" type="checkbox" <?php if ($nuMods_settings['rtl']) {echo 'checked' ;} ?>> <?php echo $hesklang['display_rtl']; ?>
@ -1803,13 +1803,13 @@ if ( defined('HESK_DEMO') )
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="show-icons" class="col-sm-3 col-xs-12 control-label"> <label for="show-icons" class="col-sm-4 col-xs-12 control-label">
<?php echo $hesklang['showIcons']; ?> <?php echo $hesklang['showIcons']; ?>
<i class="fa fa-question-circle settingsquestionmark" data-toggle="popover" data-placement="bottom" <i class="fa fa-question-circle settingsquestionmark" data-toggle="popover" data-placement="bottom"
title="<?php echo $hesklang['showIcons']; ?>" title="<?php echo $hesklang['showIcons']; ?>"
data-content="<?php echo $hesklang['showIconsHelp']; ?>"></i> data-content="<?php echo $hesklang['showIconsHelp']; ?>"></i>
</label> </label>
<div class="col-sm-9 col-xs-12"> <div class="col-sm-8 col-xs-12">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input id="show-icons" name="show-icons" type="checkbox" <?php if ($nuMods_settings['show_icons']) {echo 'checked';} ?>> <?php echo $hesklang['show_icons_navigation']; ?> <input id="show-icons" name="show-icons" type="checkbox" <?php if ($nuMods_settings['show_icons']) {echo 'checked';} ?>> <?php echo $hesklang['show_icons_navigation']; ?>
@ -1818,12 +1818,12 @@ if ( defined('HESK_DEMO') )
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="maintenance-mode" class="col-sm-3 col-xs-12 control-label"><?php echo $hesklang['maintenanceMode']; ?> <label for="maintenance-mode" class="col-sm-4 col-xs-12 control-label"><?php echo $hesklang['maintenanceMode']; ?>
<i class="fa fa-question-circle settingsquestionmark" data-toggle="popover" data-placement="bottom" <i class="fa fa-question-circle settingsquestionmark" data-toggle="popover" data-placement="bottom"
title="<?php echo $hesklang['maintenanceMode']; ?>" title="<?php echo $hesklang['maintenanceMode']; ?>"
data-content="<?php echo $hesklang['maintenanceModeHelp']; ?>"></i> data-content="<?php echo $hesklang['maintenanceModeHelp']; ?>"></i>
</label> </label>
<div class="col-sm-9 col-xs-12"> <div class="col-sm-8 col-xs-12">
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input id="maintenance-mode" name="maintenance-mode" type="checkbox" <?php if ($nuMods_settings['maintenance_mode']) {echo 'checked';} ?>> <?php echo $hesklang['enable_maintenance']; ?> <input id="maintenance-mode" name="maintenance-mode" type="checkbox" <?php if ($nuMods_settings['maintenance_mode']) {echo 'checked';} ?>> <?php echo $hesklang['enable_maintenance']; ?>