فهرست منبع

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'));
 }