Added translation content

This commit is contained in:
andystrobel 2015-11-06 19:15:02 +01:00
parent f919bca885
commit cf6002ae6a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ $this->registerCssFile('@web/resources/space/colorpicker/css/bootstrap-colorpick
<div class="row">
<div
class="col-md-8"> <?php echo $form->field($model, 'name')->textInput(['id' => 'space-name', 'placeholder' => Yii::t('SpaceModule.views_create_create', 'space name'), 'maxlength' => 45]); ?></div>
<div class="col-md-4"><strong>Color:</strong>
<div class="col-md-4"><strong><?php echo Yii::t('SpaceModule.manage', 'Color'); ?></strong>
<div class="input-group space-color-chooser-edit" style="margin-top: 5px;">

View File

@ -25,7 +25,7 @@ $this->registerCssFile('@web/resources/space/colorpicker/css/bootstrap-colorpick
<br>
<div class="row">
<div class="col-md-8"> <?php echo $form->field($model, 'name')->textInput(['id' => 'space-name', 'placeholder' => Yii::t('SpaceModule.views_create_create', 'space name'), 'maxlength' => 45]); ?></div>
<div class="col-md-4"> <strong>Color:</strong>
<div class="col-md-4"> <strong><?php echo Yii::t('SpaceModule.views_create_create', 'Color'); ?></strong>
<div class="input-group space-color-chooser" style="margin-top: 5px;">