[IMP] Improved code.

bzr revid: pan@tinyerp.com-20120614133104-102rzo97d0dq5jhq
This commit is contained in:
Anand Patel (OpenERP) 2012-06-14 19:01:04 +05:30
parent 277e800c16
commit 79a911301c
2 changed files with 17 additions and 19 deletions

View File

@ -122,7 +122,15 @@ openerp.web_linkedin = function(instance) {
}
}
]
});
$("#register").click(function()
{
var linkkey = $("#apikey").val();
console.log("the key is ",linkkey);
});
},
setTemplate: function( URL, AccountName ) {
if(AccountName){

View File

@ -34,26 +34,15 @@
<t t-name="Register.Linkedin" style="height:300px;overflow:auto;">
<div>
<table>
<tr>
<td>
<b>1)Go to...<a href="https://www.linkedin.com/secure/developer" style="color:blue;">https://www.linkedin.com/secure/developer</a></b>
</td>
</tr>
<tr>
<td>
<b>2) Log you in Linkedin if you did not yet</b>
</td>
</tr>
<tr>
<td>
<b>3) Add a new Application</b>
</td>
</tr>
<tr>
<td>
<b>4) Fill in the form</b>
</td>
<ol>
<li>Go to...<a href="https://www.linkedin.com/secure/developer" class="oe_secondary_menu_section" target="#">https://www.linkedin.com/secure/developer</a></li>
<li>Log you in Linkedin if you did not yet</li>
<li>Add a new Application</li>
<li>Fill in the form</li>
</ol>
</td>
</tr>
<tr>
<td>
@ -62,7 +51,7 @@
</tr>
<tr>
<td >
<b>5) Copy the API Key <input type="text"/><button style="background-color:red;">Apply</button></b>
<li> Copy the API Key <input type="text" id="apikey" /><button id="register" class="oe_form_button_save_dirty">Apply</button></li>
</td>
</tr>
<tr>
@ -70,6 +59,7 @@
<img src='/web_linkedin/static/src/img/apikey.png' height="300" width="500" border="2"/>
</td>
</tr>
</table>
</div>
</t>