Changeset 15599 for trunk/templates
- Timestamp:
- 10/11/11 21:09:24 (8 months ago)
- File:
-
- 1 edited
-
trunk/templates/base/scripts/BxBaseFormView.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseFormView.php
r15546 r15599 569 569 $aAttrs['class'] = "bx-def-font-inputs bx-form-input-{$aInput['type']} bx-btn" . ('submit' == $aInput['type'] ? ' bx-btn-primary' : '') . (isset($aAttrs['class']) ? ' ' . $aAttrs['class'] : ''); 570 570 $aAttrs['type'] = $aInput['type']; 571 if (isset($aInput['value'])) 572 $aAttrs['value'] = $aInput['value']; 573 571 574 if (isset($aInput['name'])) $aAttrs['name'] = $aInput['name']; 572 575
Note: See TracChangeset
for help on using the changeset viewer.