mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Drop 'lite' occurrences in /admin/*
This commit is contained in:
parent
52ff28dea0
commit
21e1422be6
4 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Admin Dashboard - Etherpad lite</title>
|
<title>Admin Dashboard - Etherpad</title>
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="stylesheet" href="../static/css/admin.css">
|
<link rel="stylesheet" href="../static/css/admin.css">
|
||||||
<script src="../static/js/jquery.js"></script>
|
<script src="../static/js/jquery.js"></script>
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<h1>Etherpad lite</h1>
|
<h1>Etherpad</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>
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Plugin information - Etherpad lite</title>
|
<title>Plugin information - Etherpad</title>
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="stylesheet" href="../../static/css/admin.css">
|
<link rel="stylesheet" href="../../static/css/admin.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<h1>Etherpad lite</h1>
|
<h1>Etherpad</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>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Plugin manager - Etherpad lite</title>
|
<title>Plugin manager - Etherpad</title>
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="stylesheet" href="../static/css/admin.css">
|
<link rel="stylesheet" href="../static/css/admin.css">
|
||||||
<script src="../static/js/jquery.js"></script>
|
<script src="../static/js/jquery.js"></script>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<h1>Etherpad lite</h1>
|
<h1>Etherpad</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>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Settings - Etherpad lite</title>
|
<title>Settings - Etherpad</title>
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="stylesheet" href="../static/css/admin.css">
|
<link rel="stylesheet" href="../static/css/admin.css">
|
||||||
<script src="../static/js/jquery.js"></script>
|
<script src="../static/js/jquery.js"></script>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<h1>Etherpad lite</h1>
|
<h1>Etherpad</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>
|
||||||
|
|
Loading…
Reference in a new issue