diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index d4b3fbd9d..b18244603 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -32,13 +32,13 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { protected function showPaneHeader($name, $title, $isactive) { /* {{{ */ - echo '
  • '.$title.'
  • '."\n"; + echo ''."\n"; } /* }}} */ protected function showStartPaneContent($name, $isactive) { /* {{{ */ echo '
    '; $this->contentContainerStart(); - echo ''; + echo '
    '; echo ''; } /* }}} */ @@ -51,7 +51,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { protected function getTextField($name, $value, $type='', $placeholder='') { /* {{{ */ $html = ''; if($type == 'textarea' || ($type != 'password' && strlen($value) > 80)) - $html .= ''; + $html .= ''; else { if(strlen($value) > 40) $class = 'input-xxlarge'; @@ -63,7 +63,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { $class = 'input-medium'; else $class = 'input-small'; - $html .= ''; + $html .= ''; } return $html; } /* }}} */ @@ -158,9 +158,9 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
    : - - $value) { $optval = trim($isass ? $i : $value);