| « Lotus Domino LDAP Message Remote Denial of Service Vulnerability (tested and works...) | All the best for a happy but more importantly a healthy 2010 » |
Quickr customization
Before the holiday season Tom and I where trying to "brand" our Quickr places to look a bit smarter.
After a lot of swearing, we took the easy way out. We customized the css files.
Below the before and after screenies and the explanation of what we did.
I also modified the dojo rich text editor, because when you insert a table, it doesn't have a css class, so you can't modify the style of the table.
I hope this helps someone in branding their Quickr servers.
A word of warning though: customizing like this could mean you need to modify the files after each upgrade!
After a lot of swearing, we took the easy way out. We customized the css files.
Below the before and after screenies and the explanation of what we did.
I also modified the dojo rich text editor, because when you insert a table, it doesn't have a css class, so you can't modify the style of the table.
| Changes: | |
|---|---|
| Modify the following file to get a css class="ifftable" around table content created in posts: D:\Domino\data\domino\html\qphtml\html\dojo\src\widget\Editor2Plugin\InsertTableDialog.js
var tbstyle = ""; //jcg
if (tborder != "0") {
//tbstyle='style="border:'+ tborder+'px outset;
border-collapse: separate;" '; (OLD)
tbstyle='style="border:'+ tborder+'px outset;
border-collapse: separate;" class="ifftable" '; //(NEW)
} //end jcg | |
| Add to bottom of default quickr81.css Path: qphml/skins/quickr81/nls/en/quickr81.css NB: for all languages! | quickr81.css |
| Add to bottom of quickr homepage css (setup) Path: qphtml/skins/setup/nls/en/setup.css NB: for all languages! | setup.css |
| Before | After |
I hope this helps someone in branding their Quickr servers.
A word of warning though: customizing like this could mean you need to modify the files after each upgrade!
2 comments
Comment from: gry karciane [Visitor]
Could you give me the name of tamplate you used on your website
04/01/10 @ 13:32



