Skip to content

Commit

Permalink
fix:#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Nov 13, 2018
1 parent b64ff8c commit 09edc04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion com_rpost_rmail/com_rpost_rmail.js
Expand Up @@ -384,9 +384,11 @@ function() {
zimletInstance._dialog = new ZmDialog( { title:zimletInstance.getMessage('RPostZimlet_label'), parent:this.getShell(), standardButtons:[DwtDialog.CANCEL_BUTTON,DwtDialog.OK_BUTTON], disposeOnPopDown:true } );

zimletInstance._dialog.setContent(
'<div style="width:450px; height:300px;">'+
'<div style="width:800px; height:350px;">'+
'<img style="margin:10px;margin-left:0px;" src="'+zimletInstance.getResource("logo.png")+'">'+
'<br><span id="RPostFormDescr">'+zimletInstance.getMessage('RPostZimlet_registerAccount')+'.</span><br><br>'+
'<table><tr>'+
'<td><iframe src="https://player.vimeo.com/video/230376929" width="320" height="180" frameborder="0" style="margin-right:10px" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe></td><td>'+
'<table>'+
'<tr><td>'+ZmMsg.emailLabel+'&nbsp;</td><td><input class="RPostInput" type="text" name="RPostEmail" id="RPostEmail" value="'+appCtxt.getActiveAccount().name+'"></td></tr>'+
'<tr><td>'+ZmMsg.passwordLabel+'&nbsp;</td><td><input class="RPostInput" type="password" name="RPostPassword" id="RPostPassword"></td></tr>'+
Expand All @@ -396,6 +398,7 @@ function() {
'<tr><td colspan="2">&nbsp;</td></tr>' +
'<tr><td>'+zimletInstance.getMessage('RPostZimlet_largeMailTreshold')+':&nbsp;</td><td><input class="RPostInput" style="min-width:260px" id="RPostZimlet_largeMailTreshold" title="'+ZmMsg.afterReload+'" type="number" min="0" value="'+com_rpost_rmail_HandlerObject.largeMailDefault+'"> '+ZmMsg.mb+'</td></tr>'+
'</table>'+
'</td></tr></table>'+
'<br><br><span id="btnHaveAcctSp"><a id="btnHaveAcct" href="#">'+zimletInstance.getMessage('RPostZimlet_haveAccount')+'</a></span><br><br>'+
'</div>'
);
Expand Down
2 changes: 1 addition & 1 deletion com_rpost_rmail/com_rpost_rmail.xml
@@ -1,4 +1,4 @@
<zimlet name="com_rpost_rmail" version="0.3.2" label="${msg.RPostZimlet_label}" description="${msg.RPostZimlet_slogan}">
<zimlet name="com_rpost_rmail" version="0.3.3" label="${msg.RPostZimlet_label}" description="${msg.RPostZimlet_slogan}">
<summary></summary>
<resource>rpost.png</resource>
<include>com_rpost_rmail.js</include>
Expand Down

0 comments on commit 09edc04

Please sign in to comment.