Commit c6c14d3cbbb6640d0a454fdb5a84fcdf43cee5f2
1 parent
13fb970a
vacancy counters + background duplicate counters fix
Showing
5 changed files
with
10 additions
and
4 deletions
Show diff stats
frontend/controllers/CompanyController.php
frontend/views/layouts/company.php
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | $this->beginContent('@app/views/layouts/main.php'); |
15 | 15 | ?> |
16 | 16 | <div class="section-box content"> |
17 | - <div class="section-box-14" style="background: url(<?= $this->params[ 'company' ]->userInfo->poster; ?>) 50% no-repeat ;"> | |
17 | + <div class="section-box-14" style="background-image: url(<?= $this->params[ 'company' ]->userInfo->poster; ?>) 50% no-repeat ;"> | |
18 | 18 | <div class="box-wr"> |
19 | 19 | <div class="box-all"> |
20 | 20 | <?php |
... | ... | @@ -46,6 +46,8 @@ |
46 | 46 | </div> |
47 | 47 | </div> |
48 | 48 | </div> |
49 | + | |
50 | + | |
49 | 51 | <div class="section-box menu-content-wr"> |
50 | 52 | <div class="box-wr"> |
51 | 53 | <div class="box-all"> | ... | ... |
frontend/views/layouts/gallery-company.php
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | $this->beginContent('@app/views/layouts/main.php'); |
11 | 11 | ?> |
12 | 12 | <div class="section-box content"> |
13 | - <div class="section-box-14" style="background: url('<?= $this->params[ 'company' ]->userInfo->poster; ?>') 50% no-repeat"> | |
13 | + <div class="section-box-14" style="background-image: url('<?= $this->params[ 'company' ]->userInfo->poster; ?>') 50% no-repeat"> | |
14 | 14 | <div class="box-wr"> |
15 | 15 | <div class="box-all"> |
16 | 16 | <?php | ... | ... |
frontend/views/layouts/gallery.php
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | $this->beginContent('@app/views/layouts/main.php'); |
11 | 11 | ?> |
12 | 12 | <div class="section-box content"> |
13 | - <div class="section-box-16" style="background: url('<?= $this->params[ 'user' ]->userInfo->poster; ?>') 50% no-repeat"> | |
13 | + <div class="section-box-16" style="background-image: url('<?= $this->params[ 'user' ]->userInfo->poster; ?>') 50% no-repeat"> | |
14 | 14 | <div class="box-wr"> |
15 | 15 | <div class="box-all"> |
16 | 16 | <div class="blog-buttons-wr style"> | ... | ... |
frontend/views/layouts/performer.php
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | $this->beginContent('@app/views/layouts/main.php'); |
17 | 17 | ?> |
18 | 18 | <div class="section-box content"> |
19 | - <div class="section-box-16" style="background: url('<?= $this->params[ 'user' ]->userInfo->poster; ?>') 50% no-repeat"> | |
19 | + <div class="section-box-16" style="background-image: url('<?= $this->params[ 'user' ]->userInfo->poster; ?>') 50% no-repeat"> | |
20 | 20 | <div class="box-wr"> |
21 | 21 | <div class="box-all"> |
22 | 22 | <div class="blog-buttons-wr style"> | ... | ... |