|
How can I add my logo to the Commit web Interface pages? |
Top Previous Next |
|
You can add your name, logo, etc. to pages displayed by Commit Web Interface.
You can design a header and footer for the page. To display headers and footers, login to Commit, open the Options window, go to the Web Interface page and check the Header/Footer checkboxes (these are checked by default). Place the HTML for the Header and Footer in these files:
Header: <Installation_DIR>\Commit\WebInterface\Files\MyOfficeSetting1.txt
You can open these files in an editor (Notepad etc.) either navigate to their location using Windows file explorer or by clicking on the dedicated buttons in the Options window - Web Interface page.
NOTES:
If you use image files in the HTML, you should save these images in the same directory and link to them using the "/Files/" token. <img src="/Files/mylogo.jpg"> If you are using the predefined login page (i.e. you've added a link to it from your web site) you need to restart the CommitWebInterface service each time you modify the header and/or the file(s). |