Commit c7dc4dbd45c89a81515d10783016cb29159cea24
1 parent
d8437b91
28.03.16
Showing
6 changed files
with
8 additions
and
8 deletions
Show diff stats
common/widgets/views/courses_field.php
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | <?php $i = ++$t; ?> | 33 | <?php $i = ++$t; ?> |
34 | <?php endfor; ?> | 34 | <?php endfor; ?> |
35 | </div> | 35 | </div> |
36 | - <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('add', 'add_field') ?></p> | 36 | + <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('app', 'add_field') ?></p> |
37 | </fieldset> | 37 | </fieldset> |
38 | <script> | 38 | <script> |
39 | var start_i_<?=$this->context->id?> = <?=$i?>; | 39 | var start_i_<?=$this->context->id?> = <?=$i?>; |
common/widgets/views/development_field.php
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | <?php endfor; ?> | 32 | <?php endfor; ?> |
33 | 33 | ||
34 | </div> | 34 | </div> |
35 | - <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('add', 'add_field') ?></p> | 35 | + <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('app', 'add_field') ?></p> |
36 | </fieldset> | 36 | </fieldset> |
37 | <script> | 37 | <script> |
38 | var start_i_<?=$this->context->id?> = <?=$i?>; | 38 | var start_i_<?=$this->context->id?> = <?=$i?>; |
common/widgets/views/education_field.php
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | <?php endfor; ?> | 39 | <?php endfor; ?> |
40 | 40 | ||
41 | </div> | 41 | </div> |
42 | - <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('add', 'add_field') ?></p> | 42 | + <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('app', 'add_field') ?></p> |
43 | </fieldset> | 43 | </fieldset> |
44 | 44 | ||
45 | <script> | 45 | <script> |
common/widgets/views/soft_field.php
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | <?php endfor; ?> | 26 | <?php endfor; ?> |
27 | 27 | ||
28 | </div> | 28 | </div> |
29 | - <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('add', 'add_field') ?></p> | 29 | + <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('app', 'add_field') ?></p> |
30 | </fieldset> | 30 | </fieldset> |
31 | <script> | 31 | <script> |
32 | var start_i_<?=$this->context->id?> = <?=$i?>; | 32 | var start_i_<?=$this->context->id?> = <?=$i?>; |
common/widgets/views/youtube_field.php
@@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
28 | <?php $i = ++$t; ?> | 28 | <?php $i = ++$t; ?> |
29 | <?php endfor; ?> | 29 | <?php endfor; ?> |
30 | </div> | 30 | </div> |
31 | - <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('add', 'add_field') ?></p> | 31 | + <p class="btn btn-success add_field_<?= $this->context->id ?>"><?= Yii::t('app', 'add_field') ?></p> |
32 | 32 | ||
33 | </fieldset> | 33 | </fieldset> |
34 | <script> | 34 | <script> |
tests/acceptance.suite.yml
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | class_name: AcceptanceTester | 7 | class_name: AcceptanceTester |
8 | modules: | 8 | modules: |
9 | enabled: | 9 | enabled: |
10 | - - WebDriver: | ||
11 | - url: http://mfp.dev/ | ||
12 | - browser: firefox | 10 | + - PhpBrowser: |
11 | + url: http://home-1.local/ | ||
12 | +# browser: firefox | ||
13 | - \Helper\Acceptance | 13 | - \Helper\Acceptance |
14 | \ No newline at end of file | 14 | \ No newline at end of file |