diff --git a/frontend/client/res/templates/about.tpl b/frontend/client/res/templates/about.tpl index c99635ec7f..2d1df1da32 100644 --- a/frontend/client/res/templates/about.tpl +++ b/frontend/client/res/templates/about.tpl @@ -4,24 +4,77 @@
-

- Version {{version}} -

-

- Copyright © 2014-2015 EspoCRM: Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko. -
- Website: http://www.espocrm.com. -

-

- EspoCRM is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. -

-

- EspoCRM is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty - of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -

+
+
Version {{version}}
+

+ Copyright © 2014-2015 EspoCRM: Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko. +
+ Website: http://www.espocrm.com. +

+

+ EspoCRM is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. +

+

+ EspoCRM is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty + of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +

+

+ You should have received a copy of the GNU General Public License + along with EspoCRM. If not, see http://www.gnu.org/licenses/. +

+ +

+ The interactive user interfaces in modified source and object code versions + of this program must display Appropriate Legal Notices, as required under + Section 5 of the GNU General Public License version 3. +

+ +

+ In accordance with Section 7(b) of the GNU General Public License version 3, + these Appropriate Legal Notices must retain the display of the "EspoCRM" word. +

+
+ +
+
Javascript libraries
+
    +
  • Backbone.js
  • +
  • Handlebars
  • +
  • Grunt
  • +
  • Underscore.js
  • +
  • Moment.js
  • +
  • Selectize.js by Brian Reavis
  • +
  • Summernote
  • +
  • Bootstrap
  • +
  • Bootstrap-datepicker.js
  • +
  • Flotr2
  • +
  • Fullcalendar
  • +
  • Cropper by Fengyuan Chen
  • +
  • JQuery
  • +
  • JQuery UI
  • +
  • JQuery Autocomplete by Tomas Kirda
  • +
  • JQuery Textcomplete by Yuku Takahashi
  • +
  • JQuery Timepicker by Jon Thornton
  • +
+
+
+
PHP libraries
+
    +
  • Composer
  • +
  • Doctrine (DBAL)
  • +
  • Slim
  • +
  • Cron Expression Parser by Michael Dowling
  • +
  • Zendframework (Validator, Mail, Ldap)
  • +
  • Monolog
  • +
  • Identicon by Don Park
  • +
  • php-semver by Lars Vierbergen
  • +
  • TCPDF
  • +
  • Lightncandy by Zordius
  • +
+
diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 5bf471d135..ee0f8d4cf0 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -942,7 +942,11 @@ img.avatar.avatar-link { left: auto; } - +h5 { + font-weight: bold; + margin-top: 9px; + margin-bottom: 9px; +} @media screen and (min-width: @screen-sm-min) { #global-search-panel {