Changeset 15524 for trunk/templates
- Timestamp:
- 09/22/11 02:57:09 (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
r15516 r15524 337 337 $sCode .= $this->getCloseSection(); 338 338 339 $sCode .= "<div $sAttrs>" . bx_process_output($aInput['caption']) . " </div>\n";339 $sCode .= "<div $sAttrs>" . bx_process_output($aInput['caption']) . " <a href=\"javascript:void(0)\" onclick=\"javascript:$(this).parent().next().toggle()\">Toggle</a></div>\n"; 340 340 341 341 $sCode .= $this->getOpenSection($aNextTbodyAdd);
Note: See TracChangeset
for help on using the changeset viewer.