No description
Find a file
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
WebsitePanel Added the ability to specify the PlanName and PlanDescription of the Add-ons 2012-07-10 13:50:56 +04:00
WebsitePanel.HyperV.Utils Revision number corrected. 2011-07-13 16:45:44 -07:00
WebsitePanel.Installer Forget installer/app.config and updater.exe 2012-07-04 22:45:24 +04:00
WebsitePanel.VmConfig Revision number corrected. 2011-07-13 16:45:44 -07:00
WebsitePanel.WebSite update WebsitePanel website project 2012-05-11 19:21:22 -04:00
.hgignore Items being checked-in: 2011-07-13 23:15:40 -07:00
CREDITS.txt Initial project's source code check-in. 2011-07-13 16:07:32 -07:00
LICENSE.txt Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00