diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
| commit | b20151fff373100da7946df93afb7dd4dccea3e4 (patch) | |
| tree | a16d7085c0eab807c309c94461ed60821029f1ff /MediaBrowser.WebDashboard/Html/userProfiles.html | |
| parent | 4bc27f3a65ddbffcc7b74683df72503f20df275c (diff) | |
copy dashboard to the output folder and load from the file system, instead of using embedded resources
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/userProfiles.html')
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/userProfiles.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/MediaBrowser.WebDashboard/Html/userProfiles.html b/MediaBrowser.WebDashboard/Html/userProfiles.html deleted file mode 100644 index d94cfd7cb5..0000000000 --- a/MediaBrowser.WebDashboard/Html/userProfiles.html +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>User Profiles</title> -</head> -<body> - <div id="userProfilesPage" data-role="page" class="page type-interior userProfilesConfigurationPage"> - - <div data-role="content"> - <div class="content-primary"> - <div class="readOnlyContent"> - <p id="pAddUser"> - <button type="button" data-icon="plus" onclick="Dashboard.navigate('editUser.html');"> - Add User - </button> - </p> - - <ul id="ulUserProfiles" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="minus"></ul> - </div> - </div> - </div> - </div> -</body> -</html> |
