From e81f19e7144b512caf38663635c7df5f5f552818 Mon Sep 17 00:00:00 2001 From: steinm Date: Wed, 19 Dec 2012 10:27:35 +0000 Subject: [PATCH] use new method warningMsg() to display alert --- views/bootstrap/class.AddDocument.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/views/bootstrap/class.AddDocument.php b/views/bootstrap/class.AddDocument.php index 2879e72e8..f33bd75df 100644 --- a/views/bootstrap/class.AddDocument.php +++ b/views/bootstrap/class.AddDocument.php @@ -82,15 +82,12 @@ class LetoDMS_View_AddDocument extends LetoDMS_Bootstrap_Style { -
- - -
".sprintf(getMLText('link_alt_updatedocument'), "out.AddMultiDocument.php?folderid=".$folderid."&showtree=".showtree())."

"; + } + $this->warningMsg($msg); $this->contentHeading(getMLText("add_document")); $this->contentContainerStart();