diff --git a/css/all-app.css b/css/all-app.css
index b2fd2e5732b..97dc509fb9c 100644
--- a/css/all-app.css
+++ b/css/all-app.css
@@ -1043,7 +1043,7 @@ div.dialog_head {
}
div.dialog_body {
- padding: 8px 4px 16px 4px;
+ padding: 8px 8px 16px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
@@ -2812,7 +2812,7 @@ body {
}
.erpnext-footer {
- margin: 3px auto;
+ margin: 11px auto;
text-align: center;
}
diff --git a/css/all-web.css b/css/all-web.css
index 9359de898e8..c8eb20fd762 100644
--- a/css/all-web.css
+++ b/css/all-web.css
@@ -362,7 +362,7 @@ div.dialog_head {
}
div.dialog_body {
- padding: 8px 4px 16px 4px;
+ padding: 8px 8px 16px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
@@ -1620,7 +1620,7 @@ body {
}
.erpnext-footer {
- margin: 3px auto;
+ margin: 11px auto;
text-align: center;
}
diff --git a/erpnext/home/page/activity/activity.js b/erpnext/home/page/activity/activity.js
index d8e22ce8096..feea380e62d 100644
--- a/erpnext/home/page/activity/activity.js
+++ b/erpnext/home/page/activity/activity.js
@@ -15,8 +15,9 @@ erpnext.ActivityFeed = Class.extend({
this.scrub_data(data);
this.add_date_separator(row, data);
$(row).append(sprintf('
+
×
+
Attributions
+
+
Source Code:
+ https://github.com/webnotes/erpnext
+
Website:
+ https://erpnext.com
+
+
ERPNext is an Open Source project and is possible because of the work of
+ thousands of software developers, companies and designers who have contributed their
+ work to the community. We have tried to list as many projects as possible that are
+ used by ERPNext, but this list may not be exhaustive.
+
+
+
Server
+
+ - Linux (GNU)
+ - Apache HTTPD server (web server)
+ - MySQL (database, Percona build)
+ - Git (source code control via Github)
+
+
+
Programming Languages & Libraries
+
+ - Python
+
+ - Python-MySQL
+ - pytz (timezones)
+ - jinja2 (templating)
+ - markdown2 (markdown parser)
+ - jsmin (javascript minifier)
+
+ - Javascript
+
+ - JQuery
+ - JQuery UI (datepicker, sortable)
+ - TinyMCE - text editor
+ - Twitter Bootstrap
+ - jQPlot - graphs
+ - JSON2 - JSON builder, parser
+ - JSColor - color picker
+ - sprintf - string formatting
+ - historyjs - AJAX history
+
+
+
+
CSS Frameworks
+
+
+
Icons
+
+ - The Noun Project
+ - Glyphicons
+
+
+
Web Frameworks
+
+
+
Web Browsers
+
+ - Mozilla Firefox
+
+ - Apple Safari
+ - Google Chorme
+
+
+
ERPNext License
+
ERPNext - Open Source, web based ERP
+
Copyright © 2008 onwards, Web Notes Technologies Pvt Ltd, India
+
+
This program 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.
+
+
This program 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.
+
+
For complete license see http://www.gnu.org/licenses/
+
+
For more information please write to us at support@erpnext.com
+
\ No newline at end of file
diff --git a/erpnext/home/page/attributions/attributions.js b/erpnext/home/page/attributions/attributions.js
new file mode 100644
index 00000000000..fc567844311
--- /dev/null
+++ b/erpnext/home/page/attributions/attributions.js
@@ -0,0 +1 @@
+wn.pages['attributions'].onload = function(wrapper) { }
\ No newline at end of file
diff --git a/erpnext/home/page/attributions/attributions.py b/erpnext/home/page/attributions/attributions.py
new file mode 100644
index 00000000000..f807eb0a4d4
--- /dev/null
+++ b/erpnext/home/page/attributions/attributions.py
@@ -0,0 +1 @@
+import webnotes
\ No newline at end of file
diff --git a/erpnext/home/page/attributions/attributions.txt b/erpnext/home/page/attributions/attributions.txt
new file mode 100644
index 00000000000..a15adb97b79
--- /dev/null
+++ b/erpnext/home/page/attributions/attributions.txt
@@ -0,0 +1,28 @@
+# Page, attributions
+[
+
+ # These values are common in all dictionaries
+ {
+ 'creation': '2012-03-01 12:30:42',
+ 'docstatus': 0,
+ 'modified': '2012-03-01 12:30:42',
+ 'modified_by': u'Administrator',
+ 'owner': u'Administrator'
+ },
+
+ # These values are common for all Page
+ {
+ 'doctype': 'Page',
+ 'module': u'Home',
+ 'name': '__common__',
+ 'page_name': u'attributions',
+ 'standard': u'Yes',
+ 'title': u'Attributions'
+ },
+
+ # Page, attributions
+ {
+ 'doctype': 'Page',
+ 'name': u'attributions'
+ }
+]
\ No newline at end of file
diff --git a/erpnext/startup/startup.css b/erpnext/startup/startup.css
index ae0ef606f17..1ce026449b5 100644
--- a/erpnext/startup/startup.css
+++ b/erpnext/startup/startup.css
@@ -16,7 +16,7 @@ body {
}
.erpnext-footer {
- margin: 3px auto;
+ margin: 11px auto;
text-align: center;
}
diff --git a/erpnext/startup/startup.js b/erpnext/startup/startup.js
index 9a281e25e83..0de1704df84 100644
--- a/erpnext/startup/startup.js
+++ b/erpnext/startup/startup.js
@@ -73,7 +73,7 @@ erpnext.startup.start = function() {
// border to the body
// ------------------
$('footer').html('');
+