websitepanel/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code
robvde 0ba956b582 Added the ability to specify the PlanName and PlanDescription of the Add-ons
in the account summary template:

<table>
	<tbody>
        <ad:if test="#not(isnull(Plans[Space.PlanId]))#">
        <ad:if test="#notequals(Addons.Count,0)#">
		    <tr>
                <td class="Label">Add-on</td>
                <td class="Label">Quantity</td>
                <td class="Label">Purchase Date</td>
		    </tr>

            <ad:foreach collection="#Addons#" var="Addon" index="j">
                <tr>
                    <td>#Addons[j].PlanName#</td>
                    <td>#Addons[j].Quantity#</td>
                    <td>#Addons[j].PurchaseDate#</td>
                </tr>
            </ad:foreach>
            </ad:if>
        </ad:if>
	</tbody>
</table>
2012-07-10 13:50:56 +04:00
..
Comments Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Common Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Data Lync Server 2010 Multitenant Core Unified Communications Support Added 2012-07-10 11:19:55 +04:00
DatabaseServers Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
DnsServers DNS SRV Record support. Only supported with MS DNS Provider 2012-07-04 13:18:58 +04:00
Ecommerce Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
ExchangeServer Significant amount of changes to hosted organizations and exchange: 2012-07-09 12:03:24 +04:00
Files Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
FtpServers Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
HostedSolution Lync Server 2010 Multitenant Core Unified Communications Support Added 2012-07-10 11:19:55 +04:00
Log Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
MailServers Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
OperatingSystems Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Packages Added the ability to specify the PlanName and PlanDescription of the Add-ons 2012-07-10 13:50:56 +04:00
Provisioning Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
SchedulerTasks Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Scheduling Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Servers Update Copyright information on updated files 2012-07-04 08:37:14 -04:00
SharePoint Update Copyright information on updated files 2012-07-04 08:37:14 -04:00
StatisticsServers Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
System Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Tasks Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Users Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Virtualization Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
VirtualizationForPrivateCloud Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
WebAppGallery Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
WebServers Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Wizards DNS SRV Record support. Only supported with MS DNS Provider 2012-07-04 13:18:58 +04:00