Would it be possible to share an example bsv so I can just see how you implemented the bootstrap theme? I'm struggling ALOT to get it to work.
The theme I use is Blue Bay, Bootstrap is a framework linked viaa link in startup.html. I use it for most my HTML styles, tables, buttons panels etc.. but not all.
It is not a template that replaces Blue Bay. Some classes conflict with the Blue Bay template (2 or 3 in may case). You can either comment them out or adjust them (like I've done) manually in a separate css file (eg. myTemplateAdjustedClasses.css).
You would need to comment out any adjusted classes in the template .css (bluebay.css).
Don't forget, Bootstrap also has .JS files and it alsouses jQuery. Both need to be linked to in startup.html.
AwareIM uses jquery but I'm not sure if it is loaded on strartup or on demand.