File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ class FormHelper extends \Cake\View\Helper\FormHelper {
73
73
'checkboxWrapper ' => '<div class="checkbox">{{label}}</div> ' ,
74
74
'checkboxContainer ' => '<div class="checkbox {{required}}">{{content}}</div> ' ,
75
75
'checkboxContainerHorizontal ' => '<div class="form-group"><div class="{{inputColumnOffsetClass}} {{inputColumnClass}}"><div class="checkbox {{required}}">{{content}}</div></div></div> ' ,
76
+ 'confirmJs ' => '{{confirm}} ' ,
76
77
'dateWidget ' => '<div class="row">{{year}}{{month}}{{day}}{{hour}}{{minute}}{{second}}{{meridian}}</div> ' ,
77
78
'error ' => '<span class="help-block error-message">{{content}}</span> ' ,
78
79
'errorHorizontal ' => '<span class="help-block error-message {{errorColumnClass}}">{{content}}</span> ' ,
You can’t perform that action at this time.
0 commit comments