|
|
|
@ -138,7 +138,6 @@ if (isset($_POST['language'])) { |
|
|
|
|
|
|
|
|
|
|
|
$form->addElement('radio', 'type', '', get_lang('HTMLText'), '0'); |
|
|
|
$form->addElement('radio', 'type', '', get_lang('HTMLText'), '0'); |
|
|
|
$form->addElement('radio', 'type', '', get_lang('PageLink'), '1'); |
|
|
|
$form->addElement('radio', 'type', '', get_lang('PageLink'), '1'); |
|
|
|
$form->addElement('textarea', 'changes', get_lang('ExplainChanges'), ['width' => '20']); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$preview = LegalManager::show_last_condition($term_preview); |
|
|
|
$preview = LegalManager::show_last_condition($term_preview); |
|
|
|
|
|
|
|
|
|
|
|
@ -161,6 +160,8 @@ if (isset($_POST['language'])) { |
|
|
|
|
|
|
|
|
|
|
|
$jqueryReady = $returnParams['jquery_ready_content']; |
|
|
|
$jqueryReady = $returnParams['jquery_ready_content']; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$form->addElement('textarea', 'changes', get_lang('ExplainChanges'), ['width' => '20']); |
|
|
|
|
|
|
|
|
|
|
|
// Submit & preview button |
|
|
|
// Submit & preview button |
|
|
|
$buttons = '<div class="row" align="center"> |
|
|
|
$buttons = '<div class="row" align="center"> |
|
|
|
<div class="formw"> |
|
|
|
<div class="formw"> |
|
|
|
|