skins: Improve clientPluginNames class helper

Moving classes to html tag so it can be used to style other part of template depending on plugins like #users, #chat etc...
Rename plugin class with "plugin-" prefix, because there were conflicts with some plugins using the same .ep_font_color class to apply css rules
This commit is contained in:
Sebastian Castro 2019-02-15 17:59:06 +01:00 committed by muxator
parent 401db8fce3
commit 378dbe8485
4 changed files with 23 additions and 23 deletions

View file

@ -6,7 +6,7 @@
%>
<!doctype html>
<% e.begin_block("htmlHead"); %>
<html>
<html class="<%=hooks.clientPluginNames().join(' '); %>">
<% e.end_block(); %>
<title><%=settings.title%></title>
@ -100,7 +100,7 @@
<% e.end_block(); %>
</div>
<div id="editorcontainerbox" class="<%=hooks.clientPluginNames().join(' '); %>">
<div id="editorcontainerbox">
<div id="editorcontainer" class="editorcontainer"></div>
<div id="editorloadingbox">
<div id="passwordRequired">