diff --git a/Packages/ohif-themes-common/themes/theme-tide.styl b/Packages/ohif-themes-common/themes/theme-tide.styl
index 622700ed5..5bcea048c 100644
--- a/Packages/ohif-themes-common/themes/theme-tide.styl
+++ b/Packages/ohif-themes-common/themes/theme-tide.styl
@@ -12,7 +12,7 @@ $ohifThemesCommon['tide'] = {
$uiGray: #263340
$uiGrayDark: #16202B
$uiGrayDarker: #151A1F
- $uiGrayDarkest: #14191E
+ $uiGrayDarkest: #14202A
// Interface UI Colors
$defaultColor: #9CCEF9
@@ -22,13 +22,14 @@ $ohifThemesCommon['tide'] = {
$uiBorderColorDark: #3C5D80
$uiBorderColorActive: #00a4d9
$primaryBackgroundColor: #000000
- $boxBackgroundColor: #344a61
+ $boxBackgroundColor: #3E5975
// Text Colors
$textColorActive: #000000
$textPrimaryColor: #ffffff
$textSecondaryColor: #91B9CD
$largeNumbersColor: #6FBDE2
+ $textDisabledColor: #878787
// Other Colors
$imageSliderColor: #163239
diff --git a/Packages/ohif-user-management/assets/user-menu-icons.svg b/Packages/ohif-user-management/assets/user-menu-icons.svg
deleted file mode 100644
index 94ab5818c..000000000
--- a/Packages/ohif-user-management/assets/user-menu-icons.svg
+++ /dev/null
@@ -1,26 +0,0 @@
-
\ No newline at end of file
diff --git a/Packages/ohif-user-management/package.js b/Packages/ohif-user-management/package.js
index c2e96cd0d..66ac812d8 100644
--- a/Packages/ohif-user-management/package.js
+++ b/Packages/ohif-user-management/package.js
@@ -26,9 +26,6 @@ Package.onUse(function(api) {
api.use('ohif:user');
api.use('ohif:study-list');
- // Load icons
- api.addAssets('assets/user-menu-icons.svg', 'client');
-
api.addFiles('both/collections.js', ['client', 'server']);
//api.addFiles('both/schema/reviewers.js', ['client', 'server']);
diff --git a/Packages/ohif-viewerbase/assets/icons.svg b/Packages/ohif-viewerbase/assets/icons.svg
index 782e332ba..b15421f67 100644
--- a/Packages/ohif-viewerbase/assets/icons.svg
+++ b/Packages/ohif-viewerbase/assets/icons.svg
@@ -210,4 +210,28 @@
+
+ Theme
+
+
+
+ Log
+
+
+
+ Server
+
+
+
+ Study List
+
+
+
+ Logout
+
+
+
+ Password
+
+
diff --git a/OHIFViewer/client/components/userPreferences/dialog.html b/Packages/ohif-viewerbase/client/components/viewer/userPreferences/dialog.html
similarity index 100%
rename from OHIFViewer/client/components/userPreferences/dialog.html
rename to Packages/ohif-viewerbase/client/components/viewer/userPreferences/dialog.html
diff --git a/LesionTracker/client/components/userPreferences/dialog.js b/Packages/ohif-viewerbase/client/components/viewer/userPreferences/dialog.js
similarity index 100%
rename from LesionTracker/client/components/userPreferences/dialog.js
rename to Packages/ohif-viewerbase/client/components/viewer/userPreferences/dialog.js
diff --git a/LesionTracker/client/components/userPreferences/dialog.styl b/Packages/ohif-viewerbase/client/components/viewer/userPreferences/dialog.styl
similarity index 58%
rename from LesionTracker/client/components/userPreferences/dialog.styl
rename to Packages/ohif-viewerbase/client/components/viewer/userPreferences/dialog.styl
index 3aabe8d1c..939754ca9 100644
--- a/LesionTracker/client/components/userPreferences/dialog.styl
+++ b/Packages/ohif-viewerbase/client/components/viewer/userPreferences/dialog.styl
@@ -6,12 +6,13 @@
overflow: hidden
.form-content
- margin-bottom: 10px
- margin-left: -15px
- margin-right: -15px
+ border-bottom: 3px solid #000000
+ margin-bottom: 20px
+ margin-left: -22px
+ margin-right: -22px
max-height: 70vh
overflow-y: auto
- padding: 15px
+ padding: 22px
.popover
width: 300px
diff --git a/Packages/ohif-viewerbase/package.js b/Packages/ohif-viewerbase/package.js
index 39b523bb0..fc9eb98d9 100644
--- a/Packages/ohif-viewerbase/package.js
+++ b/Packages/ohif-viewerbase/package.js
@@ -14,7 +14,7 @@ Package.onUse(function(api) {
'stylus',
'momentjs:moment',
'validatejs',
- 'u2622:persistent-session'
+ 'cultofcoders:persistent-session'
]);
// OHIF dependencies
@@ -177,6 +177,10 @@ Package.onUse(function(api) {
api.addFiles('client/components/viewer/toolbarSectionTools/toolbarSectionTools.js', 'client');
api.addFiles('client/components/viewer/toolbarSectionTools/toolbarSectionTools.styl', 'client');
+ api.addFiles('client/components/viewer/userPreferences/dialog.html', 'client');
+ api.addFiles('client/components/viewer/userPreferences/dialog.js', 'client');
+ api.addFiles('client/components/viewer/userPreferences/dialog.styl', 'client');
+
api.addFiles('client/components/viewer/confirmDeleteDialog/confirmDeleteDialog.html', 'client');
api.addFiles('client/components/viewer/confirmDeleteDialog/confirmDeleteDialog.js', 'client');
api.addFiles('client/components/viewer/confirmDeleteDialog/confirmDeleteDialog.styl', 'client');
@@ -228,7 +232,7 @@ Package.onTest(function(api) {
'mongo',
'momentjs:moment',
'validatejs',
- 'u2622:persistent-session'
+ 'cultofcoders:persistent-session'
], both);
// OHIF dependencies
diff --git a/StandaloneViewer/StandaloneViewer/.meteor/.finished-upgraders b/StandaloneViewer/StandaloneViewer/.meteor/.finished-upgraders
index 910574ce2..4538749ab 100644
--- a/StandaloneViewer/StandaloneViewer/.meteor/.finished-upgraders
+++ b/StandaloneViewer/StandaloneViewer/.meteor/.finished-upgraders
@@ -15,3 +15,4 @@ notices-for-facebook-graph-api-2
1.4.1-add-shell-server-package
1.4.3-split-account-service-packages
1.5-add-dynamic-import-package
+1.7-split-underscore-from-meteor-base
diff --git a/StandaloneViewer/StandaloneViewer/.meteor/packages b/StandaloneViewer/StandaloneViewer/.meteor/packages
index 43b36d7b9..2deee5d74 100644
--- a/StandaloneViewer/StandaloneViewer/.meteor/packages
+++ b/StandaloneViewer/StandaloneViewer/.meteor/packages
@@ -4,18 +4,18 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
-meteor-base@1.1.0 # Packages every Meteor app needs to have
+meteor-base@1.4.0 # Packages every Meteor app needs to have
mobile-experience@1.0.5 # Packages for a great mobile UX
-mongo@1.2.2 # The database Meteor supports right now
+mongo@1.5.0 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.11 # Reactive variable for tracker
jquery@1.11.10 # Helpful client-side library
-tracker@1.1.3 # Meteor's client-side reactive programming library
+tracker@1.2.0 # Meteor's client-side reactive programming library
-standard-minifier-css@1.3.5 # CSS minifier run for production mode
-standard-minifier-js@2.1.2 # JS minifier run for production mode
-ecmascript@0.8.3 # Enable ECMAScript2015+ syntax in app code
-shell-server@0.2.4 # Server-side component of the `meteor shell` command
+standard-minifier-css@1.4.1 # CSS minifier run for production mode
+standard-minifier-js@2.3.4 # JS minifier run for production mode
+ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
+shell-server@0.3.1 # Server-side component of the `meteor shell` command
# OHIF Packages
ohif:polyfill
@@ -28,16 +28,16 @@ ohif:viewerbase
ohif:metadata
ohif:study-list
ohif:dicom-services
-ohif:hanging-protocols
aldeed:template-extension
aldeed:simple-schema@1.5.3
stylus@2.513.9
iron:router
session@1.1.7
-u2622:persistent-session@0.4.4
-reactive-dict@1.1.9
+cultofcoders:persistent-session
+reactive-dict@1.2.0
twbs:bootstrap
fortawesome:fontawesome
mrt:moment
-random@1.0.10
+random@1.1.0
+underscore
diff --git a/StandaloneViewer/StandaloneViewer/.meteor/release b/StandaloneViewer/StandaloneViewer/.meteor/release
index 099d5b9c0..04fe8b4f6 100644
--- a/StandaloneViewer/StandaloneViewer/.meteor/release
+++ b/StandaloneViewer/StandaloneViewer/.meteor/release
@@ -1 +1 @@
-METEOR@1.5.2.2
+METEOR@1.7.0.3
diff --git a/StandaloneViewer/StandaloneViewer/.meteor/versions b/StandaloneViewer/StandaloneViewer/.meteor/versions
index 00c8850b1..6d8d9f08f 100644
--- a/StandaloneViewer/StandaloneViewer/.meteor/versions
+++ b/StandaloneViewer/StandaloneViewer/.meteor/versions
@@ -1,47 +1,49 @@
-accounts-base@1.3.4
+accounts-base@1.4.2
aldeed:collection2@2.10.0
aldeed:collection2-core@1.2.0
aldeed:schema-deny@1.1.0
aldeed:schema-index@1.1.1
-aldeed:simple-schema@1.5.3
+aldeed:simple-schema@1.5.4
aldeed:template-extension@4.1.0
-allow-deny@1.0.9
+allow-deny@1.1.0
amplify@1.0.0
-autoupdate@1.3.12
-babel-compiler@6.20.0
-babel-runtime@1.0.1
-base64@1.0.10
+autoupdate@1.4.1
+babel-compiler@7.1.1
+babel-runtime@1.2.2
+base64@1.0.11
binary-heap@1.0.10
blaze@2.3.2
blaze-html-templates@1.1.2
blaze-tools@1.0.10
-boilerplate-generator@1.2.0
-caching-compiler@1.1.9
+boilerplate-generator@1.5.0
+caching-compiler@1.1.12
caching-html-compiler@1.1.2
-callback-hook@1.0.10
-check@1.2.5
+callback-hook@1.1.0
+check@1.3.1
+cultofcoders:persistent-session@0.4.5
dangrossman:bootstrap-daterangepicker@2.1.13
-ddp@1.3.1
-ddp-client@2.1.3
-ddp-common@1.2.9
+ddp@1.4.0
+ddp-client@2.3.3
+ddp-common@1.4.0
ddp-rate-limiter@1.0.7
-ddp-server@2.0.2
+ddp-server@2.2.0
deps@1.0.12
-diff-sequence@1.0.7
-dynamic-import@0.1.3
-ecmascript@0.8.3
-ecmascript-runtime@0.4.1
-ecmascript-runtime-client@0.4.3
-ecmascript-runtime-server@0.4.1
-ejson@1.0.14
+diff-sequence@1.1.0
+dynamic-import@0.4.1
+ecmascript@0.11.1
+ecmascript-runtime@0.7.0
+ecmascript-runtime-client@0.7.1
+ecmascript-runtime-server@0.7.0
+ejson@1.1.0
+es5-shim@4.8.0
fastclick@1.0.13
fortawesome:fontawesome@4.7.0
geojson-utils@1.0.10
hot-code-push@1.0.4
html-tools@1.0.11
htmljs@1.0.11
-http@1.2.12
-id-map@1.0.9
+http@1.4.1
+id-map@1.1.0
iron:controller@1.0.12
iron:core@1.0.11
iron:dynamic-template@1.0.12
@@ -50,36 +52,37 @@ iron:location@1.0.11
iron:middleware-stack@1.1.0
iron:router@1.1.2
iron:url@1.1.0
-jquery@1.11.10
+jquery@1.11.11
launch-screen@1.1.1
livedata@1.0.18
-localstorage@1.1.1
-logging@1.1.19
+localstorage@1.2.0
+logging@1.1.20
mdg:validation-error@0.5.1
-meteor@1.7.2
-meteor-base@1.1.0
+meteor@1.9.0
+meteor-base@1.4.0
meteor-platform@1.2.6
-minifier-css@1.2.16
-minifier-js@2.1.4
-minimongo@1.3.3
+minifier-css@1.3.1
+minifier-js@2.3.5
+minimongo@1.4.4
mobile-experience@1.0.5
mobile-status-bar@1.0.14
-modules@0.10.0
-modules-runtime@0.8.0
+modern-browsers@0.1.1
+modules@0.12.1
+modules-runtime@0.10.2
momentjs:moment@2.18.1
-mongo@1.2.2
-mongo-dev-server@1.0.1
-mongo-id@1.0.6
+mongo@1.5.1
+mongo-dev-server@1.1.0
+mongo-id@1.0.7
mrt:moment@2.8.1
natestrauser:select2@4.0.3
-npm-mongo@2.2.33
+npm-mongo@3.0.7
observe-sequence@1.0.16
ohif:commands@0.0.1
ohif:core@0.0.1
ohif:cornerstone@0.0.1
+ohif:cornerstone-settings@0.0.1
ohif:design@0.0.1
ohif:dicom-services@0.0.1
-ohif:hanging-protocols@0.0.1
ohif:header@0.0.1
ohif:hotkeys@0.0.1
ohif:log@0.0.1
@@ -92,36 +95,37 @@ ohif:themes@0.0.1
ohif:themes-common@0.0.1
ohif:viewerbase@0.0.1
ohif:wadoproxy@0.0.1
-ordered-dict@1.0.9
-promise@0.9.0
+ordered-dict@1.1.0
+promise@0.11.1
raix:eventemitter@0.1.3
-random@1.0.10
-rate-limit@1.0.8
-reactive-dict@1.1.9
+random@1.1.0
+rate-limit@1.0.9
+reactive-dict@1.2.0
reactive-var@1.0.11
-reload@1.1.11
-retry@1.0.9
-routepolicy@1.0.12
+reload@1.2.0
+retry@1.1.0
+routepolicy@1.0.13
service-configuration@1.0.11
session@1.1.7
-shell-server@0.2.4
+shell-server@0.3.1
silentcicero:jszip@0.0.4
+socket-stream-client@0.2.2
spacebars@1.0.15
spacebars-compiler@1.1.3
standard-app-packages@1.0.9
-standard-minifier-css@1.3.5
-standard-minifier-js@2.1.2
-stylus@2.513.9
+standard-minifier-css@1.4.1
+standard-minifier-js@2.3.4
+stylus@2.513.14
templating@1.3.2
templating-compiler@1.3.3
templating-runtime@1.3.2
templating-tools@1.1.2
-tracker@1.1.3
+tracker@1.2.0
twbs:bootstrap@3.3.6
-u2622:persistent-session@0.4.4
+u2622:persistent-session@0.1.4
ui@1.0.13
underscore@1.0.10
-url@1.1.0
+url@1.2.0
validatejs@0.0.1
-webapp@1.3.19
+webapp@1.6.2
webapp-hashing@1.0.9
diff --git a/StandaloneViewer/StandaloneViewer/client/body.html b/StandaloneViewer/StandaloneViewer/client/body.html
new file mode 100644
index 000000000..7ea7fcea5
--- /dev/null
+++ b/StandaloneViewer/StandaloneViewer/client/body.html
@@ -0,0 +1,3 @@
+
+
+
diff --git a/StandaloneViewer/StandaloneViewer/client/components/standaloneViewer/standaloneViewer.html b/StandaloneViewer/StandaloneViewer/client/components/standaloneViewer/standaloneViewer.html
index 33289bf06..729f21698 100644
--- a/StandaloneViewer/StandaloneViewer/client/components/standaloneViewer/standaloneViewer.html
+++ b/StandaloneViewer/StandaloneViewer/client/components/standaloneViewer/standaloneViewer.html
@@ -6,6 +6,12 @@
Open Health Imaging Foundation
{{/section}}
+ {{#section 'headerMenu'}}
+
+
+ {{/section}}
{{/header}}
{{>viewer}}