-
Notifications
You must be signed in to change notification settings - Fork 3
/
dnn_Lists.dnn
88 lines (88 loc) · 4.6 KB
/
dnn_Lists.dnn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Lists" type="Module" version="08.00.04">
<friendlyName>Lists</friendlyName>
<description>Allows you to edit common lists.</description>
<iconFile>~/Icons/Sigma/Lists_32X32_Standard.png</iconFile>
<owner>
<name>DNN</name>
<organization>DNN Corp.</organization>
<url>http://www.dnnsoftware.com</url>
<email>support@dnnsoftware.com</email>
</owner>
<license src="license.txt" />
<releaseNotes src="releaseNotes.txt" />
<azureCompatible>true</azureCompatible>
<components>
<component type="Module">
<desktopModule>
<moduleName>Lists</moduleName>
<foldername>Admin/Lists</foldername>
<businessControllerClass>Dnn.Modules.Lists.Components.ListsController</businessControllerClass>
<supportedFeatures>
<supportedFeature type="Upgradeable" />
</supportedFeatures>
<page type="Admin,Host" common="false">
<name>Lists</name>
<icon>~/Icons/Sigma/Lists_16X16_Standard.png</icon>
<largeIcon>~/Icons/Sigma/Lists_32X32_Standard.png</largeIcon>
<description>Lists.</description>
</page>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>Lists</friendlyName>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/Admin/Lists/ListEditor.ascx</controlSrc>
<controlTitle />
<controlType>View</controlType>
<iconFile>~/Icons/Sigma/Lists_32X32_Standard.png</iconFile>
<helpUrl>http://help.dotnetnuke.com/070100/default.htm#Documentation/Using the Control Panel/Admin Console/Lists/About the Admin Lists Page.html</helpUrl>
<viewOrder>0</viewOrder>
<supportsPartialRendering>True</supportsPartialRendering>
<supportsPopUps>True</supportsPopUps>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
<eventMessage>
<processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
<processorCommand>UpgradeModule</processorCommand>
<attributes>
<businessControllerClass>Dnn.Modules.Lists.Components.ListsController</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>08.00.00</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>Dnn.Modules.Lists.dll</name>
</assembly>
</assemblies>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/Admin/Lists</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="File">
<files>
<basePath>DesktopModules\Admin\Lists</basePath>
<file>
<name>08.00.00.txt</name>
</file>
</files>
</component>
<component type="Cleanup" version="08.00.00" fileName ="08.00.00.txt" />
</components>
</package>
</packages>
</dotnetnuke>