diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index 8412d7d59..dfd1a4918 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -622,6 +622,18 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo $content; } /* }}} */ + protected function showPaneHeader($name, $title, $isactive) { /* {{{ */ + echo ''."\n"; + } /* }}} */ + + protected function showStartPaneContent($name, $isactive) { /* {{{ */ + echo '
'; + } /* }}} */ + + protected function showEndPaneContent($name, $currentab) { /* {{{ */ + echo '
'; + } /* }}} */ + private function folderNavigationBar($folder) { /* {{{ */ $dms = $this->params['dms']; $accessobject = $this->params['accessobject']; @@ -1249,7 +1261,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; foreach($config['attributes'] as $attrname=>$attrval) $content .= ' '.$attrname.'="'.$attrval.'"'; } - $content .= ">".$config['title']."…\n"; + $content .= ">".$config['title']."\n"; return $content; } /* }}} */ @@ -1447,7 +1459,7 @@ $(document).ready(function() { array( 'target' => 'docChooser'.$formid, 'remote' => "../out/out.DocumentChooser.php?form=".$formid."&folderid=".$this->params['dms']->getRootFolder()->getId(), - 'title' => getMLText('document') + 'title' => getMLText('document').'…' )); $content .= "\n"; $content .= "\n"; @@ -1513,7 +1525,7 @@ function folderSelected(id, name) { array( 'target' => 'folderChooser'.$formid, 'remote' => "../out/out.FolderChooser.php?form=".$formid."&mode=".$accessMode."&exclude=".$exclude, - 'title' => getMLText('folder') + 'title' => getMLText('folder').'…' )); } $content .= "\n"; @@ -1587,7 +1599,7 @@ $(document).ready(function() { array( 'target' => 'keywordChooser', 'remote' => "../out/out.KeywordChooser.php?target=".$formName, - 'title' => getMLText('keywords') + 'title' => getMLText('keywords').'…' )); $content .= ' @@ -1850,7 +1862,7 @@ $(document).ready(function() { array( 'target' => 'dropfolderChooser', 'remote' => "../out/out.DropFolderChooser.php?form=".$formName."&dropfolderfile=".urlencode($dropfolderfile)."&showfolders=".$showfolders, - 'title' => ($showfolders ? getMLText("choose_target_folder"): getMLText("choose_target_file")) + 'title' => ($showfolders ? getMLText("choose_target_folder"): getMLText("choose_target_file")).'…' )); $content .= "\n"; $content .= "\n";