Merge with 4.11.7

This commit is contained in:
Shannon Deminick
2013-04-10 03:51:53 +06:00
36 changed files with 982 additions and 1034 deletions

View File

@@ -9,11 +9,16 @@ using System.Web.UI;
using Umbraco.Core;
using Umbraco.Core.IO;
using umbraco.BasePages;
using umbraco.BusinessLogic;
namespace Umbraco.Web.UI.Umbraco.Developer.Packages
{
public partial class DirectoryBrowser : UmbracoEnsuredPage
{
public DirectoryBrowser()
{
CurrentApp = DefaultApps.developer.ToString();
}
string _lsTitle;
string _lsLink;