websitepanel/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages
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
..
HostingPlanContext.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
HostingPlanGroupInfo.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
HostingPlanInfo.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
HostingPlanQuotaInfo.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
PackageAddonInfo.cs Added the ability to specify the PlanName and PlanDescription of the Add-ons 2012-07-10 13:50:56 +04:00
PackageContext.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
PackageInfo.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
PackageResult.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
PackageSettings.cs Removed Exchange Hosted Edition 2012-07-08 09:04:14 +04:00
PackageStatus.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
QuotaInfo.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
Quotas.cs Lync Server 2010 Multitenant Core Unified Communications Support Added 2012-07-10 11:19:55 +04:00
QuotaValueInfo.cs Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00