このコミットが含まれているのは:
テクニカル諏訪子 2020-12-30 01:03:48 +09:00
コミット 7f4fa50eec
4個のファイルの変更4行の追加19行の削除

ファイルの表示

@ -104,7 +104,7 @@ class Profile {
}
if (!$edprofile) $err = '表示名、お国、又は性別の編集失敗。';
else $suc = '編集しました!';
else return redirect('/');
}
}

ファイルの表示

@ -29,6 +29,7 @@
@import "conponent/check";
@import "conponent/form";
@import "conponent/modal";
@import "conponent/pagination";
@import "conponent/select";
// テーブル

ファイルの表示

@ -29,6 +29,7 @@
@import "conponent/check";
@import "conponent/form";
@import "conponent/modal";
@import "conponent/pagination";
@import "conponent/select";
// テーブル

ファイルの表示

@ -52,24 +52,7 @@
<div class="row body">
<div class="col-sm-4"><b>性別</b></div>
<div class="col">
<fieldset class="form-group">
<div tabindex="-1" role="group">
<div id="gender" role="radiogroup" tabindex="-1" class="btn-group-toggle btn-group" variant="primary">
<label @if ($res->profile->gender == 0) class="btn btn-fumei-check" @else class="btn btn-fumei" @endif>
<input id="gender0" name="gender" type="radio" autocomplete="off" class="" value="0" @if ($res->profile->gender == 0) checked @endif />
<span>不明</span>
</label>
<label @if ($res->profile->gender == 1) class="btn btn-danshi-check" @else class="btn btn-danshi" @endif>
<input id="gender1" name="gender" type="radio" autocomplete="off" class="" value="1" @if ($res->profile->gender == 1) checked @endif />
<span>男性</span>
</label>
<label @if ($res->profile->gender == 2) class="btn btn-joshi-check" @else class="btn btn-joshi" @endif>
<input id="gender2" name="gender" type="radio" autocomplete="off" class="" value="2" @if ($res->profile->gender == 2) checked @endif />
<span>女性</span>
</label>
</div>
</div>
</fieldset>
<gender sel="{{ $res->profile->gender }}" />
</div>
</div>
<div class="row body">