mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 15:19:06 +01:00
Added translation content
This commit is contained in:
parent
f919bca885
commit
cf6002ae6a
@ -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;">
|
||||
|
||||
|
@ -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;">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user