utf-8 without BOM; removed trailing white spaces
parent
c3bffc2623
commit
4305bb16ed
|
@ -1,4 +1,4 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Admin Dashboard - Etherpad</title>
|
<title>Admin Dashboard - Etherpad</title>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%
|
<%
|
||||||
var plugins = require("ep_etherpad-lite/static/js/pluginfw/plugins");
|
var plugins = require("ep_etherpad-lite/static/js/pluginfw/plugins");
|
||||||
%>
|
%>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Plugin information - Etherpad</title>
|
<title>Plugin information - Etherpad</title>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<h3>Client side hooks</h3>
|
<h3>Client side hooks</h3>
|
||||||
<div><%- plugins.formatHooks("client_hooks") %></div>
|
<div><%- plugins.formatHooks("client_hooks") %></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Plugin manager - Etherpad</title>
|
<title>Plugin manager - Etherpad</title>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<h1><a href="../../">Etherpad</a></h1>
|
<h1><a href="../../">Etherpad</a></h1>
|
||||||
<ul>
|
<ul>
|
||||||
<% e.begin_block("adminMenu"); %>
|
<% e.begin_block("adminMenu"); %>
|
||||||
<li><a href="plugins">Plugin manager</a> </li>
|
<li><a href="plugins">Plugin manager</a> </li>
|
||||||
<li><a href="settings">Settings</a> </li>
|
<li><a href="settings">Settings</a> </li>
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
<div class="paged listing search-results">
|
<div class="paged listing search-results">
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
<h2>Available plugins</h2>
|
<h2>Available plugins</h2>
|
||||||
<form>
|
<form>
|
||||||
<input type="text" name="search" disabled placeholder="Search for plugins to install" id="search-query">
|
<input type="text" name="search" disabled placeholder="Search for plugins to install" id="search-query">
|
||||||
|
|
Loading…
Reference in New Issue