diff --git a/views/bootstrap/class.Charts.php b/views/bootstrap/class.Charts.php
index 3df870c39..0592214e2 100644
--- a/views/bootstrap/class.Charts.php
+++ b/views/bootstrap/class.Charts.php
@@ -210,11 +210,11 @@ $(document).ready( function() {
echo "
\n";
$this->contentHeading(getMLText("chart_selection"));
- echo "
\n";
+ $this->contentContainerStart();
foreach(array('docsperuser', 'sizeperuser', 'docspermimetype', 'docspercategory', 'docsperstatus', 'docspermonth', 'docsaccumulated') as $atype) {
echo "
\n";
}
- echo "
\n";
+ $this->contentContainerEnd();
echo "
\n";
if(in_array($type, array('docspermonth', 'docsaccumulated'))) {
@@ -223,18 +223,18 @@ $(document).ready( function() {
echo "
\n";
}
$this->contentHeading(getMLText('chart_'.$type.'_title'));
- echo "
\n";
+ $this->contentContainerStart();
?>
\n";
+ $this->contentContainerEnd();
echo "
\n";
if(!in_array($type, array('docspermonth', 'docsaccumulated'))) {
echo "
\n";
$this->contentHeading(getMLText('legend'));
- echo "
\n";
- echo "
\n";
+ $this->contentContainerStart('', 'legend');
+ $this->contentContainerEnd();
echo "
\n";
}
diff --git a/views/bootstrap/class.DashBoard.php b/views/bootstrap/class.DashBoard.php
index a6d46c3b4..30e9f0721 100644
--- a/views/bootstrap/class.DashBoard.php
+++ b/views/bootstrap/class.DashBoard.php
@@ -50,15 +50,15 @@ class SeedDMS_View_DashBoard extends SeedDMS_Bootstrap_Style {
contentHeading('Gruppen'); ?>
-
+ contentContainerStart(); ?>
Hier eine Übersicht der Gruppen, auf die der Anwender zugreifen darf.
-
+ contentContainerEnd(); ?>
contentHeading('Lesezeichen'); ?>
-
+ contentContainerStart(); ?>
|
@@ -73,20 +73,20 @@ class SeedDMS_View_DashBoard extends SeedDMS_Bootstrap_Style {
Admin | freigegeben |
-
+ contentContainerEnd(); ?>
contentHeading('Neue Dokumente'); ?>
-
-
+ contentContainerStart(); ?>
+ contentContainerEnd(); ?>
contentHeading('Dokumente zur Prüfung'); ?>
-
-
+ contentContainerStart(); ?>
+ contentContainerEnd(); ?>
contentHeading('Dokumente zur Genehmigung'); ?>
-
-
+ contentContainerStart(); ?>
+ contentContainerEnd(); ?>
contentHeading('Neue Beiträge im Wiki'); ?>
-
+ contentContainerStart(); ?>
|
@@ -101,15 +101,15 @@ class SeedDMS_View_DashBoard extends SeedDMS_Bootstrap_Style {
H. Huber | 28.11.2013 |
-
+ contentContainerEnd(); ?>
contentHeading('Zuletzt bearbeitet'); ?>
-
-
+ contentContainerStart(); ?>
+ contentContainerEnd(); ?>
contentHeading('Neue Beiträge im Diskussionsforum'); ?>
-
-
+ contentContainerStart(); ?>
+ contentContainerEnd(); ?>
diff --git a/views/bootstrap/class.DefaultKeywords.php b/views/bootstrap/class.DefaultKeywords.php
index cd222d756..bdac1fbeb 100644
--- a/views/bootstrap/class.DefaultKeywords.php
+++ b/views/bootstrap/class.DefaultKeywords.php
@@ -229,7 +229,7 @@ $(document).ready( function() {
?>
-
+contentContainerStart(); ?>
-
+contentContainerEnd(); ?>
-
+ contentContainerStart(); ?>
>
-
+ contentContainerEnd(); ?>
-
+ contentContainerStart(); ?>
getID()."\"" : "") ?>>
-
+ contentContainerEnd(); ?>
diff --git a/views/bootstrap/class.Statistic.php b/views/bootstrap/class.Statistic.php
index a234b91c5..dd1ba1c68 100644
--- a/views/bootstrap/class.Statistic.php
+++ b/views/bootstrap/class.Statistic.php
@@ -179,17 +179,17 @@ class SeedDMS_View_Statistic extends SeedDMS_Bootstrap_Style {
$this->contentHeading(getMLText("folders_and_documents_statistic"));
echo "
\n";
echo "
\n";
- echo "
\n";
+ $this->contentContainerStart();
print "
\n";
$this->printFolder($rootfolder);
print "
\n";
- echo "
\n";
+ $this->contentContainerEnd();
echo "
\n";
echo "
\n";
- echo "
\n";
+ $this->contentContainerStart();
print "
\n";
print "
\n";
print "- ".getMLText("access_inheritance")."
";
@@ -208,7 +208,7 @@ class SeedDMS_View_Statistic extends SeedDMS_Bootstrap_Style {
print "
\n";
- echo "
\n";
+ $this->contentContainerEnd();
echo "
\n";
echo "
\n";
diff --git a/views/bootstrap/class.Timeline.php b/views/bootstrap/class.Timeline.php
index 0acc3e9cc..bf70619d6 100644
--- a/views/bootstrap/class.Timeline.php
+++ b/views/bootstrap/class.Timeline.php
@@ -232,43 +232,40 @@ div.timeline-event-selected {
echo "
\n";
$this->contentHeading(getMLText("timeline"));
- echo "
\n";
+ $this->contentContainerStart();
?>
\n";
+ $this->contentContainerEnd();
echo "
";
echo "
\n";
diff --git a/views/bootstrap/class.UserDefaultKeywords.php b/views/bootstrap/class.UserDefaultKeywords.php
index 9c3083aab..40d11e527 100644
--- a/views/bootstrap/class.UserDefaultKeywords.php
+++ b/views/bootstrap/class.UserDefaultKeywords.php
@@ -77,15 +77,12 @@ $(document).ready(function() {
?>
-
+ contentContainerStart(); ?>
-
+ contentContainerEnd(); ?>
-
+ contentContainerStart(); ?>
-
+ contentContainerEnd(); ?>
diff --git a/views/bootstrap/class.UsrMgr.php b/views/bootstrap/class.UsrMgr.php
index 328d6d1dc..f2743d2ea 100644
--- a/views/bootstrap/class.UsrMgr.php
+++ b/views/bootstrap/class.UsrMgr.php
@@ -528,10 +528,10 @@ $(document).ready( function() {
-
+ contentContainerStart(); ?>
getID()."\"" : "") ?>>
-
+ contentContainerEnd(); ?>
-
-
-
contentEnd();
$this->htmlEndPage();
diff --git a/views/bootstrap/class.WorkflowMgr.php b/views/bootstrap/class.WorkflowMgr.php
index 6844cd1ce..f98bd8a16 100644
--- a/views/bootstrap/class.WorkflowMgr.php
+++ b/views/bootstrap/class.WorkflowMgr.php
@@ -134,7 +134,7 @@ $(document).ready(function() {
}
}
?>
-
+ contentContainerStart(); ?>
-
+ contentContainerEnd(); ?>
getAllWorkflowActions();
@@ -320,31 +312,30 @@ $(document).ready(function() {
?>
-
-
-
-
isUsed()) {
-?>
-
-infoMsg(getMLText('workflow_state_in_use'));
} else {
?>
@@ -118,6 +116,7 @@ $(document).ready(function() {
}
}
?>
+ contentContainerStart(); ?>
-
-
-
-
+ $this->formField(
+ getMLText("workflow_state_name"),
+ ''
+ );
+ $html = '
-
-
-
+
+
+ ';
+ $html .= '';
+ $this->formField(
+ getMLText("workflow_state_docstatus"),
+ $html
+ );
+ $this->formSubmit(' '.getMLText("save"));
+?>
+ contentContainerEnd(); ?>
-
-
-
-
-
-
-
-
-
-getID()."\"" : "") ?>>
-
-
-
-
getID()."\"" : "") ?>>
+
-
contentEnd();