Skip to content

Commit

Permalink
Merge pull request #2 from matzex/master
Browse files Browse the repository at this point in the history
Fix for scrolling in roundcube preferences.
  • Loading branch information
Dominik Schulz committed Oct 4, 2013
2 parents f5f1bab + fd03109 commit 6af86d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions roundcube/plugins/vboxadm/vboxadm.js
Expand Up @@ -12,8 +12,7 @@ if (window.rcmail) {
'tablink tablinkvboxadm');
var button = $('<a>').attr('href',
rcmail.env.comm_path + '&_action=plugin.vboxadm')
.attr('style', 'padding-left:35px;').html(
rcmail.gettext('accountadmin', 'vboxadm'))
.html(rcmail.gettext('accountadmin', 'vboxadm'))
.appendTo(tab);
button.bind('click', function(e) {
return rcmail.command('plugin.vboxadm', this)
Expand Down
1 change: 1 addition & 0 deletions roundcube/plugins/vboxadm/vboxadm.php
Expand Up @@ -560,6 +560,7 @@ function vboxadm_form()
$out = $rcmail->output->form_tag(
array(
'id' => 'vboxadmform',
'class' => 'scroller',
'name' => 'vboxadmform',
'method' => 'post',
'action' => './?_task=settings&_action=plugin.vboxadm-save'
Expand Down

0 comments on commit 6af86d7

Please sign in to comment.