import merge, remove Core
This commit is contained in:
parent
5569321d15
commit
be7fe472b6
@ -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."
|
||||
]],
|
||||
|
@ -27,7 +27,6 @@ erpnext.modules = {
|
||||
'Setup': 'Setup',
|
||||
'Activity': 'activity',
|
||||
'To Do': 'todo',
|
||||
'Core': 'setup',
|
||||
'Calendar': 'calendar',
|
||||
'Messages': 'messages',
|
||||
'Knowledge Base': 'questions',
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user