diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-04-12 15:53:46 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-04-15 09:11:26 +0200 |
commit | 184654581c82be479f2c278d5c23d1d0b81f812a (patch) | |
tree | f668c6ed8ebbb3caf19613d63c68b6ca2a573360 | |
parent | 5f10b44f00651bcaa3b87c65f4fe8b97a0b6bf05 (diff) |
Branding: Add container for custom logo in about dialog
Change-Id: Ib6b65f1cd1990de821743cf1ac9b464add4d17e7
Reviewed-on: https://gerrit.libreoffice.org/70667
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r-- | loleaflet/html/loleaflet.html.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4 index 242af92f5..7ef44f036 100644 --- a/loleaflet/html/loleaflet.html.m4 +++ b/loleaflet/html/loleaflet.html.m4 @@ -171,6 +171,7 @@ ifelse(MOBILEAPP,[true], <!-- Remove if you don't want the About dialog --> <div id="about-dialog" style="display:none; text-align: center; user-select: text"> <h1 id="product-name">LibreOffice Online</h1> + <div id="product-logo"></div> <hr/> <p id="product-string"></p> <h3>LOOLWSD</h3> |