diff --git a/usr/share/coolwsd/browser/dist/branding.css b/usr/share/coolwsd/browser/dist/branding.css
index 7e32dff..c3a04fc 100644
--- a/usr/share/coolwsd/browser/dist/branding.css
+++ b/usr/share/coolwsd/browser/dist/branding.css
@@ -1,4 +1,4 @@
-FORBION
+/*FORBION*/
@keyframes MoveUpDown {
0%, 100% {
@@ -1425,7 +1425,7 @@ html:not([data-theme=dark]) .main-nav.hasnotebookbar .shareas .unolabel {
}
#InsertMode.insert-inactive {
- /*will affect this proposal: https://bugs.collabora.com/show_bug.cgi?id=4291*/
+ /* see bug 4291 */
opacity: 0.6;
}
@@ -1454,7 +1454,8 @@ input[type=checkbox]:checked.autofilter:hover, .jsdialog input[type=checkbox]:ch
/*-*/
}
-#product-name.product-collabora-online {
+#product-name.product-collabora-online,
+#product-name.product-f7-office {
color: #504999;
}
diff --git a/usr/share/coolwsd/browser/dist/branding.js b/usr/share/coolwsd/browser/dist/branding.js
index 9453ca3..0c0efd3 100644
--- a/usr/share/coolwsd/browser/dist/branding.js
+++ b/usr/share/coolwsd/browser/dist/branding.js
@@ -1,8 +1,8 @@
FORBION
-var brandProductName = 'Collabora Online Development Edition (CODE)';
-var brandProductURL = 'https://www.collaboraonline.com/code/';
-var brandProductFAQURL = 'https://www.collaboraonline.com/code/#code-scalability';
+var brandProductName = 'F7 Office';
+var brandProductURL = '#';
+var brandProductFAQURL = '#';
var menuItems;
window.onload = function() {
// wait until the menu (and particularly the document-header) actually exists
diff --git a/usr/share/coolwsd/browser/dist/cool.html b/usr/share/coolwsd/browser/dist/cool.html
index 2acb798..795af63 100644
--- a/usr/share/coolwsd/browser/dist/cool.html
+++ b/usr/share/coolwsd/browser/dist/cool.html
@@ -37,7 +37,6 @@
-
@@ -200,7 +199,7 @@
data-enable-welcome-message = "%ENABLE_WELCOME_MSG%"
data-auto-show-welcome = "%AUTO_SHOW_WELCOME%"
data-auto-show-feedback = "%AUTO_SHOW_FEEDBACK%"
- data-allow-update-notification = "%ENABLE_UPDATE_NOTIFICATION%"
+ data-allow-update-notification = "false"
data-user-interface-mode = "%USER_INTERFACE_MODE%"
data-use-integration-theme = "%USE_INTEGRATION_THEME%"
data-statusbar-save-indicator = "%STATUSBAR_SAVE_INDICATOR%"
diff --git a/usr/share/coolwsd/browser/dist/f7cloud/branding.css b/usr/share/coolwsd/browser/dist/f7cloud/branding.css
index 8ee2c94..a197772 100644
--- a/usr/share/coolwsd/browser/dist/f7cloud/branding.css
+++ b/usr/share/coolwsd/browser/dist/f7cloud/branding.css
@@ -2102,7 +2102,7 @@ html:not([data-theme=dark]) .main-nav.hasnotebookbar .shareas .unolabel {
}
#InsertMode.insert-inactive {
- /*will affect this proposal: https://bugs.collabora.com/show_bug.cgi?id=4291*/
+ /* see bug 4291 */
opacity: 0.6;
}
@@ -2131,7 +2131,8 @@ input[type=checkbox]:checked.autofilter:hover, .jsdialog input[type=checkbox]:ch
/*-*/
}
-#product-name.product-collabora-online {
+#product-name.product-collabora-online,
+#product-name.product-f7-office {
color: #504999;
}