Преглед на файлове

fix add title create certificate refs - CT#7539

aragonc преди 9 години
родител
ревизия
255732bd8b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main/document/create_document.php

+ 1 - 1
main/document/create_document.php

@@ -284,7 +284,7 @@ function document_exists($filename)
 
 // Add group to the form
 if ($is_certificate_mode) {
-    $form->addText('title', get_lang('CertificateName'), true, array('autofocus'));
+    $form->addText('title', get_lang('CertificateName'), true, array('cols-size' => [2, 10, 0], 'autofocus'));
 } else {
 	$form->addText('title', get_lang('Title'), true, array('cols-size' => [2, 10, 0], 'autofocus'));
 }