Skip to content

Commit

Permalink
Minify time input
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Sep 8, 2015
1 parent 5367262 commit c423552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/ticket/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<?php // print '&nbsp;' . Html::submitButton(Yii::t('app', 'Submit and close'), ['class' => 'btn btn-default margin-bottom', 'name' => 'submit_close']); ?>
<?= Html::submitButton(Yii::t('app', 'Submit'), ['class' => 'btn btn-primary']); ?>
</div>
<div class="col-md-7">
<div class="col-md-2">
<?php if ($model->isNewRecord) : ?>
<?php if (Yii::$app->user->can('support')) : ?>
<div class="pull-right">
Expand Down Expand Up @@ -133,7 +133,7 @@
</div>
<?php endif; ?>
</div>
<div class="col-md-4">
<div class="col-md-9">
<div class="pull-right">
<?php if (!$model->isNewRecord) : ?>
<?= $form->field($model, 'is_private')->checkbox(['class' => 'icheck']) ?>
Expand Down

0 comments on commit c423552

Please sign in to comment.