diff --git a/application/views/scripts/about/index.phtml b/application/views/scripts/about/index.phtml index 2ffc47e76..47b76a8d2 100644 --- a/application/views/scripts/about/index.phtml +++ b/application/views/scripts/about/index.phtml @@ -1,41 +1,41 @@
- +
-
+
img( 'img/logo_icinga_big_dark.png', null, array( - 'width' => 400, - 'class' => 'about-logo' + 'width' => 320 ) - ); ?> -

+ ) ?> +

- translate('Version'); ?>: escape($version['appVersion']); ?> +
translate('Version') ?>
+
escape($version['appVersion']) ?>
-
- translate('Git commit ID'); ?>: escape($version['gitCommitID']); ?> +
translate('Git commit') ?>
+
escape($version['gitCommitID']) ?>
-
- translate('Git commit date'); ?>: escape($version['gitCommitDate']); ?> +
translate('Git commit date') ?>
+
escape($version['gitCommitDate']) ?>
-

-

- translate('Copyright'); ?>: © 2013- qlink( - $this->translate('The Icinga Project'), - 'https://www.icinga.org', - null, - array( - 'target' => '_blank' - ) - ); ?> -
- translate('License'); ?>: GNU GPL v2+ -

-

+

translate('Copyright') ?>
+
+ © 2013- + qlink( + $this->translate('The Icinga Project'), + 'https://www.icinga.org', + null, + array( + 'target' => '_blank' + ) + ) ?> +
+
+
qlink( null, 'https://www.twitter.com/icinga', @@ -45,7 +45,7 @@ 'icon' => 'twitter', 'title' => $this->translate('Icinga on Twitter') ) - ); ?> qlink( + ) ?> qlink( null, 'https://www.facebook.com/icinga', null, @@ -54,29 +54,32 @@ 'icon' => 'facebook-squared', 'title' => $this->translate('Icinga on Facebook') ) - ); ?> -

-
-
qlink( - null, - 'https://dev.icinga.org/projects/icingaweb2', - null, - array( - 'target' => '_blank', - 'img' => 'img/bugreport.png', - 'title' => $this->translate('Report a bug') - ) - ); ?> qlink( - null, - 'https://www.icinga.org/services/support', - null, - array( - 'target' => '_blank', - 'img' => 'img/support.png', - 'title' => $this->translate('Support / Mailinglists') - ) - ); ?>
-
qlink( + ) ?> +
+
+ qlink( + null, + 'https://dev.icinga.org/projects/icingaweb2', + null, + array( + 'target' => '_blank', + 'img' => 'img/bugreport.png', + 'title' => $this->translate('Report a bug') + ) + ) ?> + qlink( + null, + 'https://www.icinga.org/services/support', + null, + array( + 'target' => '_blank', + 'img' => 'img/support.png', + 'title' => $this->translate('Support / Mailinglists') + ) + ) ?> +
+
+ qlink( null, 'https://wiki.icinga.org', null, @@ -85,7 +88,8 @@ 'img' => 'img/wiki.png', 'title' => $this->translate('Icinga Wiki') ) - ); ?> qlink( + ) ?> + qlink( null, 'https://docs.icinga.org/', null, @@ -94,35 +98,35 @@ 'img' => 'img/docs.png', 'title' => $this->translate('Icinga Documentation') ) - ); ?>
+ ) ?>

translate('Loaded modules') ?>

- - - - - - - - - - - - - - +
translate('Name') ?>translate('Version') ?>
- hasPermission('config/modules')): ?> - qlink( - $module->getName(), - 'config/module/', - array('name' => $module->getName()), - array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->getName())) - ); ?> - - escape($module->getName()); ?> - - - escape($module->getVersion()); ?> -
+ + + + + + + + + + + + +
translate('Name') ?>translate('Version') ?>
+ hasPermission('config/modules')): ?> + qlink( + $module->getName(), + 'config/module/', + array('name' => $module->getName()), + array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->getName())) + ) ?> + + escape($module->getName()) ?> + + + escape($module->getVersion()) ?> +
diff --git a/library/Icinga/Web/StyleSheet.php b/library/Icinga/Web/StyleSheet.php index 5999231dc..2d1cff1f5 100644 --- a/library/Icinga/Web/StyleSheet.php +++ b/library/Icinga/Web/StyleSheet.php @@ -39,7 +39,6 @@ class StyleSheet 'css/icinga/controls.less', 'css/icinga/dev.less', // 'css/icinga/logo.less', - 'css/icinga/about.less', 'css/icinga/spinner.less' ); diff --git a/public/css/icinga/about.less b/public/css/icinga/about.less deleted file mode 100644 index 320f2f4de..000000000 --- a/public/css/icinga/about.less +++ /dev/null @@ -1,9 +0,0 @@ -div.about { - width: 600px; - margin: 0 auto; - text-align: center; - - .about-modules { - text-align: initial; - } -} \ No newline at end of file