File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<div>
2
- <?php $ widgetAtt = empty ($ help ) ? array () : array ('attr ' => array ('aria-describedby ' => $ id .'_help ' )); ?>
2
+ <?php $ widgetAttr = empty ($ help ) ? array () : array ('attr ' => array ('aria-describedby ' => $ id .'_help ' )); ?>
3
3
<?php echo $ view ['form ' ]->label ($ form ); ?>
4
4
<?php echo $ view ['form ' ]->errors ($ form ); ?>
5
- <?php echo $ view ['form ' ]->widget ($ form , $ widgetAtt ); ?>
5
+ <?php echo $ view ['form ' ]->widget ($ form , $ widgetAttr ); ?>
6
6
<?php echo $ view ['form ' ]->help ($ form ); ?>
7
7
</div>
Original file line number Diff line number Diff line change 1
- id="<?php echo $ view ->escape ($ id ); ?> " name="<?php echo $ view ->escape ($ full_name ); ?> "<?php if ($ disabled ): ?> disabled="disabled"<?php endif ; ?>
2
- <?php if ($ required ): ?> required="required"<?php endif ; ?>
3
- <?php echo $ attr ? ' ' .$ view ['form ' ]->block ($ form , 'attributes ' ) : '' ; ?>
1
+ id="<?php echo $ view ->escape ($ id ) ?> " name="<?php echo $ view ->escape ($ full_name ) ?> "<?php if ($ disabled ): ?> disabled="disabled"<?php endif ?>
2
+ <?php if ($ required ): ?> required="required"<?php endif ?>
3
+ <?php echo $ attr ? ' ' .$ view ['form ' ]->block ($ form , 'attributes ' ) : '' ?>
Original file line number Diff line number Diff line change 1
1
<tr>
2
- <?php $ widgetAtt = empty ($ help ) ? array () : array ('attr ' => array ('aria-describedby ' => $ id .'_help ' )); ?>
2
+ <?php $ widgetAttr = empty ($ help ) ? array () : array ('attr ' => array ('aria-describedby ' => $ id .'_help ' )); ?>
3
3
<td>
4
4
<?php echo $ view ['form ' ]->label ($ form ); ?>
5
5
</td>
6
6
<td>
7
7
<?php echo $ view ['form ' ]->errors ($ form ); ?>
8
- <?php echo $ view ['form ' ]->widget ($ form , $ widgetAtt ); ?>
8
+ <?php echo $ view ['form ' ]->widget ($ form , $ widgetAttr ); ?>
9
9
<?php echo $ view ['form ' ]->help ($ form ); ?>
10
10
</td>
11
11
</tr>
You can’t perform that action at this time.
0 commit comments