diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-26 11:42:55 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-26 11:42:55 +0000 |
| commit | e0124f63c5491882d31aadc35c45d454c0c51153 (patch) | |
| tree | 1b9f219d631247ffed51e5548bb5c7172b883892 /plugins/archive | |
| parent | 3ced2dbf734cab873c2b99b1aca770edb75cb889 (diff) | |
Define button size to appear correctly in IE6
git-svn-id: https://svn.roundcube.net/trunk@4458 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/archive')
| -rw-r--r-- | plugins/archive/archive.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/archive/archive.php b/plugins/archive/archive.php index fbb01296d..843b61217 100644 --- a/plugins/archive/archive.php +++ b/plugins/archive/archive.php @@ -30,6 +30,8 @@ class archive extends rcube_plugin 'command' => 'plugin.archive', 'imagepas' => $skin_path.'/archive_pas.png', 'imageact' => $skin_path.'/archive_act.png', + 'width' => 32, + 'height' => 32, 'title' => 'buttontitle', 'domain' => $this->ID, ), |
