瀏覽代碼

Remplacement du terme "Boulangerie" par "Producteur"

master
keun 7 年之前
父節點
當前提交
df42eec85d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frontend/views/site/signup.php

+ 1
- 1
frontend/views/site/signup.php 查看文件

@@ -33,7 +33,7 @@ $this->params['breadcrumbs'][] = $this->title;
<input type="radio" name="SignupForm[option_client_boulanger]" value="client" id="option-client" autocomplete="off" <?php if($model->option_client_boulanger == 'client' || !$model->option_client_boulanger): ?>checked<?php endif; ?>> Je suis client
</label>
<label class="btn btn-default <?php if($model->option_client_boulanger == 'boulanger'): ?>active<?php endif; ?>">
<input type="radio" name="SignupForm[option_client_boulanger]" value="boulanger" id="option-boulanger" autocomplete="off" <?php if($model->option_client_boulanger == 'boulanger'): ?>checked<?php endif; ?>> Je suis boulanger
<input type="radio" name="SignupForm[option_client_boulanger]" value="boulanger" id="option-boulanger" autocomplete="off" <?php if($model->option_client_boulanger == 'boulanger'): ?>checked<?php endif; ?>> Je suis producteur
</label>
</div>


Loading…
取消
儲存