Przeglądaj źródła

Installer le système de chat

prodstable
keun 8 lat temu
rodzic
commit
abe2f6e93b
3 zmienionych plików z 7 dodań i 4 usunięć
  1. +3
    -0
      backend/views/layouts/main.php
  2. +3
    -0
      frontend/views/layouts/main.php
  3. +1
    -4
      frontend/views/site/signup.php

+ 3
- 0
backend/views/layouts/main.php Wyświetl plik

</footer> </footer>


<?php $this->endBody() ?> <?php $this->endBody() ?>
<!-- chat -->
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script>
</body> </body>
</html> </html>
<?php $this->endPage() ?> <?php $this->endPage() ?>

+ 3
- 0
frontend/views/layouts/main.php Wyświetl plik

</footer> </footer>
<?php $this->endBody() ?> <?php $this->endBody() ?>
<!-- chat -->
<script src="//code.tidio.co/gngxwpdobb64cpvhd8patajpurs5feom.js"></script>
</body> </body>
</html> </html>
<?php $this->endPage() ?> <?php $this->endPage() ?>

+ 1
- 4
frontend/views/site/signup.php Wyświetl plik

?> ?>
<div class="site-signup"> <div class="site-signup">
<h1 class="title-systeme-commande"><span class="glyphicon glyphicon-user"></span>&nbsp;&nbsp;<?= Html::encode($this->title) ?></h1> <h1 class="title-systeme-commande"><span class="glyphicon glyphicon-user"></span>&nbsp;&nbsp;<?= Html::encode($this->title) ?></h1>

<p>Veuillez remplir les champs suivants afin de créer votre compte.<br />
Tous les champs sont obligatoires.</p>

<div class="row"> <div class="row">
<div class="col-lg-5"> <div class="col-lg-5">
<?php $form = ActiveForm::begin(['id' => 'form-signup','enableClientValidation'=> false]); ?> <?php $form = ActiveForm::begin(['id' => 'form-signup','enableClientValidation'=> false]); ?>

Ładowanie…
Anuluj
Zapisz