summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_ui.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-14 11:15:28 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-14 11:15:28 +0000
commitd8ad2f473d5cd20676156389beb02ca249b72f9f (patch)
treeb260cf5f10317cd40ef83581187a96785c78020d /roundcubemail/program/include/rcube_ui.php
parentdee85c3260751af4080270ddc2700816c0c61eeb (diff)
- More public methods, code cleanup
git-svn-id: https://svn.roundcube.net/trunk@6085 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_ui.php')
-rw-r--r--roundcubemail/program/include/rcube_ui.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcube_ui.php b/roundcubemail/program/include/rcube_ui.php
index 96d686a7b..833a1dfde 100644
--- a/roundcubemail/program/include/rcube_ui.php
+++ b/roundcubemail/program/include/rcube_ui.php
@@ -829,7 +829,7 @@ class rcube_ui
/**
* Return html for a structured list &lt;ul&gt; for the mailbox tree
*/
- private static function render_folder_tree_html(&$arrFolders, &$mbox_name, &$jslist, $attrib, $nestLevel = 0)
+ public static function render_folder_tree_html(&$arrFolders, &$mbox_name, &$jslist, $attrib, $nestLevel = 0)
{
global $RCMAIL;
@@ -922,7 +922,7 @@ class rcube_ui
/**
* Return html for a flat list <select> for the mailbox tree
*/
- private static function render_folder_tree_select(&$arrFolders, &$mbox_name, $maxlength, &$select, $realnames = false, $nestLevel = 0, $opts = array())
+ public static function render_folder_tree_select(&$arrFolders, &$mbox_name, $maxlength, &$select, $realnames = false, $nestLevel = 0, $opts = array())
{
global $RCMAIL;