diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 7b5ad6030..218afaa4e 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -707,6 +707,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']; @@ -1369,7 +1381,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; } /* }}} */ @@ -1384,7 +1396,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; */ function getModalBox($config) { /* {{{ */ $content = ' - @@ -1946,7 +1958,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 .= $this->getModalBox( diff --git a/views/bootstrap/class.EditOnline.php b/views/bootstrap/class.EditOnline.php index abba022a6..0b611fc60 100644 --- a/views/bootstrap/class.EditOnline.php +++ b/views/bootstrap/class.EditOnline.php @@ -96,18 +96,18 @@ $(document).ready(function() { $document = $this->params['document']; $version = $this->params['version']; ?> -