| 29 | | <script> |
| 30 | | expandDD = function(id) { |
| 31 | | var display = document.getElementById(id+'Params').style.display; |
| 32 | | document.getElementById(id+'Params').style.display = (display == 'block' ? 'none' : 'block'); |
| 33 | | } |
| 34 | | </script> |
| 35 | | <p style="font-weight:bold;" id="DecreeDocumentCommand" onclick="expandDD('DecreeDocumentCommand')">Przekaż dokument</p> |
| 36 | | }}} |
| 37 | | {{{ |
| 38 | | #!html |
| 39 | | <div style="display:none;" id="DecreeDocumentCommandParams"> |
| 40 | | }}} |
| | 29 | <p style="font-weight:bold;" id="DecreeDocumentCommand">Przekaż dokument</p> |
| | 30 | }}} |
| | 31 | |