diff options
author | Jeff Mitchell <etherpad@jefferai.org> | 2010-04-07 18:50:46 -0400 |
---|---|---|
committer | Jeff Mitchell <etherpad@jefferai.org> | 2010-04-07 18:50:46 -0400 |
commit | f3a00dbd3c67a11487186b846e3243bd3d7738ea (patch) | |
tree | e80eac70c389babc0645ec944b24805257f1fb21 | |
parent | 184e0325bee6cad58b00f40193ec584e5988b107 (diff) | |
download | etherpad-f3a00dbd3c67a11487186b846e3243bd3d7738ea.tar.gz etherpad-f3a00dbd3c67a11487186b846e3243bd3d7738ea.tar.xz etherpad-f3a00dbd3c67a11487186b846e3243bd3d7738ea.zip |
Always render the navigation menu in the administration page; there aren't licenses anymore after all.
-rw-r--r-- | etherpad/src/templates/pro/admin/admin-template.ejs | 2 |
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> |