Minor - Add input label when editon document - refs BT#14182

pull/2475/head
Angel Fernando Quiroz Campos 8 years ago
parent 6c517e4fbf
commit 1069285123
  1. 2
      main/document/edit_document.php

@ -393,7 +393,7 @@ if ($owner_id == api_get_user_id() ||
if (($extension == 'htm' || $extension == 'html') && $condition) {
if (empty($readonly) && $readonly == 0) {
$form->addHtmlEditor('content', '', true, true, $editorConfig);
$form->addHtmlEditor('content', get_lang('Content'), true, true, $editorConfig);
}
}

Loading…
Cancel
Save