Changed position of language chooser in desktop mode
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / dashboardBox.xml
CommitLineData
320f4a6d 1<?xml version="1.0" encoding="UTF-8"?>
dec0443a 2<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/dashboardBox.xsd">
320f4a6d
MW
3 <import>
4 <dashboardbox name="com.woltlab.wcf.user.recentActivity">
5 <classname><![CDATA[wcf\system\dashboard\box\RecentActivityDashboardBox]]></classname>
6 <boxtype>content</boxtype>
7 </dashboardbox>
8
4d8036f5
MW
9 <dashboardbox name="com.woltlab.wcf.paidSubscriptions">
10 <classname><![CDATA[wcf\system\dashboard\box\PaidSubscriptionsDashboardBox]]></classname>
11 <boxtype>content</boxtype>
12 </dashboardbox>
13
320f4a6d
MW
14 <dashboardbox name="com.woltlab.wcf.user.recentActivitySidebar">
15 <classname><![CDATA[wcf\system\dashboard\box\RecentActivitySidebarDashboardBox]]></classname>
16 <boxtype>sidebar</boxtype>
17 </dashboardbox>
18
19 <dashboardbox name="com.woltlab.wcf.user.registerButton">
20 <classname><![CDATA[wcf\system\dashboard\box\RegisterButtonDashboardBox]]></classname>
21 <boxtype>sidebar</boxtype>
22 </dashboardbox>
23
24 <dashboardbox name="com.woltlab.wcf.user.signedInAs">
25 <classname><![CDATA[wcf\system\dashboard\box\SignedInAsDashboardBox]]></classname>
26 <boxtype>sidebar</boxtype>
27 </dashboardbox>
28
29 <dashboardbox name="com.woltlab.wcf.user.statsSidebar">
30 <classname><![CDATA[wcf\system\dashboard\box\StatsSidebarDashboardBox]]></classname>
31 <boxtype>sidebar</boxtype>
32 </dashboardbox>
33
34 <dashboardbox name="com.woltlab.wcf.user.newestMembers">
35 <classname><![CDATA[wcf\system\dashboard\box\NewestMembersDashboardBox]]></classname>
36 <boxtype>sidebar</boxtype>
37 </dashboardbox>
38
39 <dashboardbox name="com.woltlab.wcf.user.mostActiveMembers">
40 <classname><![CDATA[wcf\system\dashboard\box\MostActiveMembersDashboardBox]]></classname>
41 <boxtype>sidebar</boxtype>
42 </dashboardbox>
00b6f956
MW
43
44 <dashboardbox name="com.woltlab.wcf.like.mostLikedMembers">
45 <classname><![CDATA[wcf\system\dashboard\box\MostLikedMembersDashboardBox]]></classname>
46 <boxtype>sidebar</boxtype>
47 </dashboardbox>
8444b115
MW
48
49 <dashboardbox name="com.woltlab.wcf.user.todaysBirthdays">
50 <classname><![CDATA[wcf\system\dashboard\box\TodaysBirthdaysDashboardBox]]></classname>
51 <boxtype>sidebar</boxtype>
52 </dashboardbox>
762bc813
MW
53
54 <dashboardbox name="com.woltlab.wcf.user.todaysFollowingBirthdays">
55 <classname><![CDATA[wcf\system\dashboard\box\TodaysFollowingBirthdaysDashboardBox]]></classname>
56 <boxtype>sidebar</boxtype>
57 </dashboardbox>
58
59 <dashboardbox name="com.woltlab.wcf.user.usersOnlineSidebar">
60 <classname><![CDATA[wcf\system\dashboard\box\UsersOnlineSidebarDashboardBox]]></classname>
61 <boxtype>sidebar</boxtype>
62 </dashboardbox>
63
64 <dashboardbox name="com.woltlab.wcf.user.followingsOnlineSidebar">
65 <classname><![CDATA[wcf\system\dashboard\box\FollowingsOnlineSidebarDashboardBox]]></classname>
66 <boxtype>sidebar</boxtype>
67 </dashboardbox>
68
69 <dashboardbox name="com.woltlab.wcf.user.staffOnlineSidebar">
70 <classname><![CDATA[wcf\system\dashboard\box\StaffOnlineSidebarDashboardBox]]></classname>
71 <boxtype>sidebar</boxtype>
72 </dashboardbox>
4d8036f5
MW
73
74 <dashboardbox name="com.woltlab.wcf.paidSubscriptionsSidebar">
75 <classname><![CDATA[wcf\system\dashboard\box\PaidSubscriptionsSidebarDashboardBox]]></classname>
76 <boxtype>sidebar</boxtype>
77 </dashboardbox>
320f4a6d
MW
78 </import>
79</data>