diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-04 18:00:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-04 18:00:39 +0000 |
| commit | fddfbe8bc8c143e37e46495be3f34a63dca6b085 (patch) | |
| tree | e695d88ec3b2a46d1f4a55a668952c7488a738a7 /roundcubemail/skins/default/templates | |
| parent | b207b633d597f2f5c958bbdb95a3cf41a0f3879e (diff) | |
- Fix preview pane switch position in Firefox + small improvements
git-svn-id: https://svn.roundcube.net/trunk@5852 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates')
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 30b56aa41..b933ebdd9 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -76,8 +76,8 @@ <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> <roundcube:endif /> <roundcube:if condition="!in_array('preview_pane', (array)config:dont_override)" /> - <label><span style="margin-left: 12px"><roundcube:label name="previewpane" />: </span> - <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /></label> + <span style="margin-left: 12px"><label for="prevpaneswitch"><roundcube:label name="previewpane" />:</label> </span> + <input type="checkbox" id="prevpaneswitch" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:exp expression="config:preview_pane == true ? ' checked=checked' : ''" /> /> <roundcube:endif /> </div> <div id="countcontrols" class="pagenav"> |
