HomeHelpTrac

Changeset 15524 for trunk/templates


Ignore:
Timestamp:
09/22/11 02:57:09 (8 months ago)
Author:
Anton Lesnikov
Message:

Temporary fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseFormView.php

    r15516 r15524  
    337337        $sCode .= $this->getCloseSection(); 
    338338 
    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"; 
    340340 
    341341        $sCode .= $this->getOpenSection($aNextTbodyAdd); 
Note: See TracChangeset for help on using the changeset viewer.