import merge, remove Core

This commit is contained in:
Rushabh Mehta 2012-12-20 11:01:09 +05:30
parent 5569321d15
commit be7fe472b6
3 changed files with 5 additions and 3 deletions

View File

@ -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."
]],

View File

@ -27,7 +27,6 @@ erpnext.modules = {
'Setup': 'Setup',
'Activity': 'activity',
'To Do': 'todo',
'Core': 'setup',
'Calendar': 'calendar',
'Messages': 'messages',
'Knowledge Base': 'questions',

View File

@ -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>