remove traces of "LibreOffice Online Personal" brand

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I9fa6e33a8012065262885a5a0ef1c855e2df5b53
pull/1065/head
Andras Timar 2020-12-08 12:46:14 +01:00
parent f77c8076a7
commit 8f947d907b
3 changed files with 1 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<server_name desc="External hostname:port of the server running loolwsd. If empty, it's derived from the request (please set it if this doesn't work). Must be specified when behind a reverse-proxy or when the hostname is not reachable directly." type="string" default=""></server_name>
<file_server_root_path desc="Path to the directory that should be considered root for the file server. This should be the directory containing loleaflet." type="path" relative="true" default="loleaflet/../"></file_server_root_path>
<memproportion desc="The maximum percentage of system memory consumed by all of the LibreOffice Online Personal, after which we start cleaning up idle documents" type="double" default="80.0"></memproportion>
<memproportion desc="The maximum percentage of system memory consumed by all of the Collabora Online Development Edition, after which we start cleaning up idle documents" type="double" default="80.0"></memproportion>
<num_prespawn_children desc="Number of child processes to keep started in advance and waiting for new clients." type="uint" default="1">1</num_prespawn_children>
<per_document desc="Document-specific settings, including LO Core settings.">
<max_concurrency desc="The maximum number of threads to use while processing a document." type="uint" default="4">4</max_concurrency>

View File

@ -251,7 +251,6 @@ m4_ifelse(MOBILEAPP,[true],
<div id="lokit-version"></div>
m4_ifelse(MOBILEAPP,[],[<div id="os-info" style="text-align:center"></div>])
<div id="slow-proxy"></div>
<div id="personal"></div>
<p>Copyright © _YEAR_, VENDOR.</p>
</div>

View File

@ -544,9 +544,6 @@ L.Map.include({
if (window.socketProxy)
content.find('#slow-proxy').text(_('"Slow Proxy"'));
if (typeof brandProductName === 'undefined')
content.find('#personal').text(_('The Personal edition is supported by volunteers and intended for individual use.'));
var w;
var iw = window.innerWidth;
if (iw < 768) {