忍者ブログ
FF11@尻鯖活動記録 & すごくどーでもいい雑記
[163] [162] [161] [160] [159] [158] [157] [156] [155] [154] [153]
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

チェックボックスに付与される、個別の div タグ消し(やっつけ)

// FormHelper.php (function _selectOptions)

- $select[] = $this->Html->div($attributes['class'], $item . $label);

+ if ($attributes['class'] === 'checkbox') {
$select[] = $item . $label;
+ } else {
$select[] = $this->Html->div($attributes['class'], $item . $label);
+ }

修正箇所の少し上あたりで $attributes['class'] が無い場合に
$attributes['class'] = 'checkbox'
としている。
PR
この記事にコメントする
お名前
タイトル
文字色
URL
コメント
パスワード Vodafone絵文字 i-mode絵文字 Ezweb絵文字
管理人のみ閲覧可能にする    
カレンダー
04 2024/05 06
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
プロフィール
HN:
おっさん
性別:
男性
フリーエリア
ブログ内検索
バーコード
Powered by ニンジャブログ  Designed by ゆきぱんだ
Copyright (c) じゆうちょう All Rights Reserved
忍者ブログ / [PR]