From f4b7aaa14abaf9bf2314a266ced0b3f7b2547023 Mon Sep 17 00:00:00 2001 From: fneumann Date: Fri, 19 Jan 2024 17:45:40 +0100 Subject: [PATCH] improved text processing and pdf generation --- classes/Corrector/class.CorrectorStartGUI.php | 2 +- classes/WriterAdmin/class.WriterAdminGUI.php | 2 +- lang/ilias_de.lang | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/Corrector/class.CorrectorStartGUI.php b/classes/Corrector/class.CorrectorStartGUI.php index fd9ab60c..fc2a4328 100644 --- a/classes/Corrector/class.CorrectorStartGUI.php +++ b/classes/Corrector/class.CorrectorStartGUI.php @@ -422,7 +422,7 @@ protected function downloadWrittenPdf() $repoWriter = $this->localDI->getWriterRepo()->getWriterById($writer_id); $filename = 'task' . $this->object->getId() . '_writer' . $repoWriter->getId(). '-writing.pdf'; - ilUtil::deliverData($service->getWritingAsPdf($this->object, $repoWriter, true, true), $filename, 'application/pdf'); + ilUtil::deliverData($service->getWritingAsPdf($this->object, $repoWriter, true), $filename, 'application/pdf'); } protected function downloadCorrectedPdf() diff --git a/classes/WriterAdmin/class.WriterAdminGUI.php b/classes/WriterAdmin/class.WriterAdminGUI.php index c6c39507..04059243 100644 --- a/classes/WriterAdmin/class.WriterAdminGUI.php +++ b/classes/WriterAdmin/class.WriterAdminGUI.php @@ -964,7 +964,7 @@ public function uploadPDFVersion() } $this->addContentCss(); - $subs[] = $this->uiFactory->panel()->sub($this->plugin->txt("writing"), + $subs[] = $this->uiFactory->panel()->sub($this->plugin->txt("pdf_version_header_writing"), $this->uiFactory->legacy($this->displayContent($this->localDI->getDataService($task_id)->cleanupRichText($essay->getWrittenText()))) ); } diff --git a/lang/ilias_de.lang b/lang/ilias_de.lang index be704eb0..995a33a6 100644 --- a/lang/ilias_de.lang +++ b/lang/ilias_de.lang @@ -428,7 +428,7 @@ pdf_version_warning_authorized_essay#:#Teilnehmer/in hat bereits einen Text abge writing_remove_authorize_log_description#:#Die Autorisierung der Abgabe von %s wurde von %s entfernt. pdf_version_download#:#PDF-Abgabe herunterladen download#:#Herunterladen -writing#:#Bearbeitung +pdf_version_header_writing#:#Text aus der Schreiboberfläche (wird hinzugefügt) pdf_version_upload_not_allowed_by_corrections#:#Sie können keine PDF-Version hochladen, da eine Korrektur bereits autorisiert ist. pdf_version_upload_successful_auth#:#Die PDF-Version wurde erfolgreich hochgeladen und autorisiert. pdf_version_upload_successful_removed#:#Die PDF-Version wurde erfolgreich entfernt.