forked from mirrors/easyappointments
Use the right bootstrap CSS classes for the setting input field help blocks
This commit is contained in:
parent
5dc38f987a
commit
dfa6775db0
1 changed files with 5 additions and 5 deletions
|
@ -140,7 +140,7 @@
|
||||||
<option value="friday"><?= lang('friday') ?></option>
|
<option value="friday"><?= lang('friday') ?></option>
|
||||||
<option value="saturday"><?= lang('saturday') ?></option>
|
<option value="saturday"><?= lang('saturday') ?></option>
|
||||||
</select>
|
</select>
|
||||||
<span class="help-block">
|
<span class="form-text text-muted">
|
||||||
<?= lang('first_weekday_hint') ?>
|
<?= lang('first_weekday_hint') ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -151,14 +151,14 @@
|
||||||
Google Analytics ID</label>
|
Google Analytics ID</label>
|
||||||
<input id="google-analytics-code" placeholder="UA-XXXXXXXX-XX or G-XXXXXXXXXX"
|
<input id="google-analytics-code" placeholder="UA-XXXXXXXX-XX or G-XXXXXXXXXX"
|
||||||
data-field="google_analytics_code" class="form-control">
|
data-field="google_analytics_code" class="form-control">
|
||||||
<span class="help-block">
|
<span class="form-text text-muted">
|
||||||
<?= lang('google_analytics_code_hint') ?>
|
<?= lang('google_analytics_code_hint') ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="api-token">API Token</label>
|
<label for="api-token">API Token</label>
|
||||||
<input id="api-token" data-field="api_token" class="form-control">
|
<input id="api-token" data-field="api_token" class="form-control">
|
||||||
<span class="help-block">
|
<span class="form-text text-muted">
|
||||||
<?= lang('api_token_hint') ?>
|
<?= lang('api_token_hint') ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
<?= lang('phone_number') ?>
|
<?= lang('phone_number') ?>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<span class="help-block">
|
<span class="form-text text-muted">
|
||||||
<?= lang('require_phone_number_hint') ?>
|
<?= lang('require_phone_number_hint') ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
<?= lang('any_provider') ?>
|
<?= lang('any_provider') ?>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<span class="help-block">
|
<span class="form-text text-muted">
|
||||||
<?= lang('display_any_provider_hint') ?>
|
<?= lang('display_any_provider_hint') ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue