summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates/messageerror.html
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-07-09 19:18:06 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-07-09 19:18:06 +0000
commit23df1f2a7fe2591f7afb226c3b3551e3ca925ddf (patch)
tree260c1467e10e3fdbdb64bdf9061f0729a6603e70 /roundcubemail/skins/default/templates/messageerror.html
parent01390f5b3c4efc15250f44b5675c357baa367095 (diff)
- Unified rcmail_ui popups handling
git-svn-id: https://svn.roundcube.net/trunk@3814 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/messageerror.html')
-rw-r--r--roundcubemail/skins/default/templates/messageerror.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/messageerror.html b/roundcubemail/skins/default/templates/messageerror.html
index 3712217a3..559d16687 100644
--- a/roundcubemail/skins/default/templates/messageerror.html
+++ b/roundcubemail/skins/default/templates/messageerror.html
@@ -45,7 +45,7 @@
<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" />
</div>
<div class="boxfooter">
- <roundcube:button name="mboxactions" id="mboxactionslink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_mailboxmenu();return false" content=" " />
+ <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " />
</div>
</div>
</div>