Skip to content

Commit

Permalink
Added class names and modified dark for light in calendar class name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnakalay committed Apr 27, 2020
1 parent 6aa2c9e commit f2f9d99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions concrete/elements/pages/schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
<div class="form-group form-group-last">
<label class="control-label"><?=t('From')?></label>
<?= $datetime->datetime('cvPublishDate', $publishDate, true, true,
'dark-panel-calendar'); ?>
'light-panel-calendar'); ?>
</div>
<div class="form-group form-group-last">
<label class="control-label"><?=t('To')?></label>
<?= $datetime->datetime('cvPublishEndDate', $publishEndDate, true, true,
'dark-panel-calendar'); ?>
'light-panel-calendar'); ?>
</div>

<div style="text-align: right">
<span class="help-block"><?=t('Time Zone: %s', $timezone)?></span>
<span class="form-text help-block"><?=t('Time Zone: %s', $timezone)?></span>
</div>

<div class="dialog-buttons">
Expand Down
4 changes: 2 additions & 2 deletions concrete/views/panels/page/check_in.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
?>
<div class="ccm-panel-check-in-publish">
<?php $publishAction = (is_object($publishErrors) && $publishErrors->has()) ? false : true ?>
<div class="btn-group">
<div class="btn-group d-flex" role="group">
<button id="ccm-check-in-publish" type="submit" name="action" value="publish"
class="btn btn-primary" <?=$publishAction ?: 'disabled' ?>>
<?=$publishTitle?>
Expand All @@ -28,7 +28,7 @@ class="btn btn-primary" <?=$publishAction ?: 'disabled' ?>>
<i class="far fa-clock"></i>
</button>
</div>
<div id="ccm-check-in-schedule-wrapper">
<div id="ccm-check-in-schedule-wrapper" style="display:none;">
<?php $composer->displayPublishScheduleSettings($c); ?>
</div>
<br/><br/>
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2f9d99

Please sign in to comment.