web interface: preference: hide/remove "Welcome to Your Phone!" header
C
C. Jacobs
started a topic
over 4 years ago
Cut the crap: I don't need to be welcomed by my phone when I login to the web interface.
Please don't misuse my precious screen space with a useless "Welcome to Your Phone!" message, better display usable content. I do want to see as many of my Dialed phone numbers as possible fit to my screen.
At the moment this can be done by customizing your WEB INTERFACE according to your needs: see more under: wiki.snom.com/Category:HowTo:Branding
C
C. Jacobs
said
over 4 years ago
Customizing the web interface (which is only the header image for the Snom 370) is still another workaround, not a real solution, because when replacing the image, the image still consumes space on the screen. Having a CSS style sheet that hides the section would I also still classify as a workaround, because the content is only hidden from the visual output, and is not hidden from the outputted source html code.
Not outputting the <tr> at all, and not outputting the <head> background image, and having a preference for doing so, is the wish. --- old:
C. Jacobs
Cut the crap: I don't need to be welcomed by my phone when I login to the web interface.
Please don't misuse my precious screen space with a useless "Welcome to Your Phone!" message, better display usable content. I do want to see as many of my Dialed phone numbers as possible fit to my screen.
Workaround create a uBlock rule like:
##body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1)
I want an option that removes the welcome header message in all browsers without browser extensions.
Dear Jacobs,
At the moment the HTML code can't be customised, here you can find the proper CSS selector with display: none hiding the whole top table:
You can add this CSS to the fox.css file.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstSidaty Khalihina
see more under: wiki.snom.com/Category:HowTo:Branding
C. Jacobs
Not outputting the <tr> at all, and not outputting the <head> background image, and having a preference for doing so, is the wish.
---
old:
<BODY style="BACKGROUND-IMAGE: url(img/head.png); background-repeat:no-repeat; BACKGROUND-COLOR: #ffffff; margin: 0">
new:<BODY style="background-color: #ffffff; margin: 0">
And remove this WUI html section:---
Sync Account
Dear Jacobs,
At the moment the HTML code can't be customised, here you can find the proper CSS selector with display: none hiding the whole top table:
You can add this CSS to the fox.css file.
-
LDAP and country code
-
Settings are changed when user logs on
-
USB Bluetooth compatibility for D725
-
Low volume with Plantronics Headset
-
Change Log for FW 8.8.3.32
-
Subscriptions failing after time since upgrade to 8.7.5.28
-
SNOM 870 - INBAND DTMF
-
SNOM 320 + Headset Plantronics CS540A with Snom EHS
-
Configure Settings - Set all to Read Only
-
Can't enter "+" sign in directory via WUI
See all 716 topics