set heading to add_approval

This commit is contained in:
Uwe Steinmann 2015-07-03 16:57:01 +02:00
parent f98aecaa59
commit 4ac3ea014c

View File

@ -51,7 +51,7 @@ class SeedDMS_View_ApproveDocument extends SeedDMS_Bootstrap_Style {
$this->globalNavigation($folder); $this->globalNavigation($folder);
$this->contentStart(); $this->contentStart();
$this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document); $this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document);
$this->contentHeading(getMLText("submit_approval")); $this->contentHeading(getMLText("add_approval"));
?> ?>
<script language="JavaScript"> <script language="JavaScript">
function checkIndForm() function checkIndForm()