From 8b91442d76c2d43cb242f4ea50dfb67407e1799f Mon Sep 17 00:00:00 2001 From: Nayan Ambali Date: Wed, 4 Sep 2013 18:39:38 +0530 Subject: [PATCH] added new prods --- global-translations/locale-en.json | 1 + html/products/products.html | 26 ++++++++++++++++++++++++++ index.html | 1 + js/routes.js | 3 +++ stylesheets/app.css | 2 +- 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 html/products/products.html diff --git a/global-translations/locale-en.json b/global-translations/locale-en.json index 65fce1b7..f75748a8 100644 --- a/global-translations/locale-en.json +++ b/global-translations/locale-en.json @@ -233,6 +233,7 @@ "link.admin.users" : "Users", "link.admin.organisation" : "Organisation", "link.admin.system" : "System", + "link.admin.products" : "Products", "link.profile" : "Profile", "link.settings" : "Settings", "link.logout" : "LogOut", diff --git a/html/products/products.html b/html/products/products.html new file mode 100644 index 00000000..a359ae72 --- /dev/null +++ b/html/products/products.html @@ -0,0 +1,26 @@ +
+ + +
\ No newline at end of file diff --git a/index.html b/index.html index f1cd1561..acc02d24 100644 --- a/index.html +++ b/index.html @@ -130,6 +130,7 @@
  • {{ 'link.admin.users' | translate }}
  • {{ 'link.admin.organisation' | translate }}
  • {{ 'link.admin.system' | translate }}
  • +
  • {{ 'link.admin.products' | translate }}
  • diff --git a/js/routes.js b/js/routes.js index 16d295e2..8f20ee8a 100644 --- a/js/routes.js +++ b/js/routes.js @@ -10,6 +10,9 @@ .when('/home', { templateUrl: 'html/home.html' }) + .when('/products', { + templateUrl: 'html/products/products.html' + }) .when('/admin/roles', { templateUrl: 'html/administration/roles.html' }) diff --git a/stylesheets/app.css b/stylesheets/app.css index c6a88c68..fec8818f 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -10,7 +10,7 @@ } .paddedleft80 { - padding-left: 80px; + padding-left: 8%; } .paddedleft {