import merge, remove Core
diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js
index d1e46ef..818c979 100644
--- a/home/page/latest_updates/latest_updates.js
+++ b/home/page/latest_updates/latest_updates.js
@@ -1,4 +1,7 @@
erpnext.updates = [
+ ["20th December 2012", [
+ "Website: Create Product Search Page, Product Group Page on the website."
+ ]],
["14th December 2012", [
"Website Module: Major Refactor - removed framework code from website."
]],
diff --git a/public/js/modules.js b/public/js/modules.js
index 7dc8038..45cc754 100644
--- a/public/js/modules.js
+++ b/public/js/modules.js
@@ -27,7 +27,6 @@
'Setup': 'Setup',
'Activity': 'activity',
'To Do': 'todo',
- 'Core': 'setup',
'Calendar': 'calendar',
'Messages': 'messages',
'Knowledge Base': 'questions',
diff --git a/website/templates/pages/login.html b/website/templates/pages/login.html
index 0828f65..9dcff26 100644
--- a/website/templates/pages/login.html
+++ b/website/templates/pages/login.html
@@ -20,11 +20,11 @@
<table border="0" class="login-box">
<tbody>
<tr>
- <td style="text-align: right;">Login Id</td>
+ <td style="text-align: right; padding: 3px;">Login Id</td>
<td><input id="login_id" type="text" style="width: 180px"/></td>
</tr>
<tr>
- <td style="text-align: right;">Password</td>
+ <td style="text-align: right; padding: 3px;">Password</td>
<td><input id="password" type="password" style="width: 180px" /></td>
</tr>
<tr>