summaryrefslogtreecommitdiffstats
path: root/etherpad
diff options
context:
space:
mode:
authorJeff Mitchell <etherpad@jefferai.org>2010-04-07 18:50:46 -0400
committerJeff Mitchell <etherpad@jefferai.org>2010-04-07 18:50:46 -0400
commitf3a00dbd3c67a11487186b846e3243bd3d7738ea (patch)
treee80eac70c389babc0645ec944b24805257f1fb21 /etherpad
parent184e0325bee6cad58b00f40193ec584e5988b107 (diff)
downloadetherpad-f3a00dbd3c67a11487186b846e3243bd3d7738ea.tar.gz
etherpad-f3a00dbd3c67a11487186b846e3243bd3d7738ea.tar.bz2
etherpad-f3a00dbd3c67a11487186b846e3243bd3d7738ea.zip
Always render the navigation menu in the administration page; there aren't licenses anymore after all.
Diffstat (limited to 'etherpad')
-rw-r--r--etherpad/src/templates/pro/admin/admin-template.ejs2
1 files changed, 0 insertions, 2 deletions
diff --git a/etherpad/src/templates/pro/admin/admin-template.ejs b/etherpad/src/templates/pro/admin/admin-template.ejs
index e1a7736..0964e33 100644
--- a/etherpad/src/templates/pro/admin/admin-template.ejs
+++ b/etherpad/src/templates/pro/admin/admin-template.ejs
@@ -16,11 +16,9 @@ limitations under the License. */ %><% helpers.setHtmlTitle("Etherpad Administra
<div class="fpcontent">
<table id="admin-layout-table">
<tr>
- <% if (validLicense) { %>
<td width="1%" id="admin-leftnav">
<%= renderAdminLeftNav() %>
</td>
- <% } %>
<td width="99%" id="admin-right">
<%= getAdminContent() %>
</td>