| | |
| | | * Configuration: |
| | | * // Minimum number of citation lines. Longer citation blocks will be hidden. |
| | | * // 0 - no limit (no hidding). |
| | | * $rcmail_config['hide_blockquote_limit'] = 0; |
| | | * $config['hide_blockquote_limit'] = 0; |
| | | * |
| | | * @version @package_version@ |
| | | * @license GNU GPLv3+ |
| | |
| | | $input = new html_inputfield(array('name' => '_'.$field_id, 'id' => $field_id, 'size' => 5)); |
| | | |
| | | $args['blocks']['main']['options']['hide_blockquote_limit'] = array( |
| | | 'title' => $this->gettext('quotelimit'), |
| | | 'content' => $input->show($limit ? $limit : '') |
| | | 'title' => $this->gettext('quotelimit'), |
| | | 'content' => $input->show($limit ?: '') |
| | | ); |
| | | |
| | | return $args; |