import merge, remove Core
This commit is contained in:
parent
5569321d15
commit
be7fe472b6
@ -1,4 +1,7 @@
|
|||||||
erpnext.updates = [
|
erpnext.updates = [
|
||||||
|
["20th December 2012", [
|
||||||
|
"Website: Create Product Search Page, Product Group Page on the website."
|
||||||
|
]],
|
||||||
["14th December 2012", [
|
["14th December 2012", [
|
||||||
"Website Module: Major Refactor - removed framework code from website."
|
"Website Module: Major Refactor - removed framework code from website."
|
||||||
]],
|
]],
|
||||||
|
@ -27,7 +27,6 @@ erpnext.modules = {
|
|||||||
'Setup': 'Setup',
|
'Setup': 'Setup',
|
||||||
'Activity': 'activity',
|
'Activity': 'activity',
|
||||||
'To Do': 'todo',
|
'To Do': 'todo',
|
||||||
'Core': 'setup',
|
|
||||||
'Calendar': 'calendar',
|
'Calendar': 'calendar',
|
||||||
'Messages': 'messages',
|
'Messages': 'messages',
|
||||||
'Knowledge Base': 'questions',
|
'Knowledge Base': 'questions',
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
<table border="0" class="login-box">
|
<table border="0" class="login-box">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<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>
|
<td><input id="login_id" type="text" style="width: 180px"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<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>
|
<td><input id="password" type="password" style="width: 180px" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user