summaryrefslogtreecommitdiffstats
path: root/etherpad/src/templates
diff options
context:
space:
mode:
authorJeff Mitchell <etherpad@jefferai.org>2010-04-08 17:11:32 -0400
committerJeff Mitchell <etherpad@jefferai.org>2010-04-08 17:45:07 -0400
commit2b1f570e35e42197e6956ec20f97760e542b283a (patch)
tree32c4678440ce4685d6c2905e8cb2ffde4260dc87 /etherpad/src/templates
parentb2661df17ef0765d07fbb9233f1f37fec96e1dfe (diff)
downloadetherpad-2b1f570e35e42197e6956ec20f97760e542b283a.tar.gz
etherpad-2b1f570e35e42197e6956ec20f97760e542b283a.tar.bz2
etherpad-2b1f570e35e42197e6956ec20f97760e542b283a.zip
Remove unneeded parts of the configuration block, since no need to check licensing.
Diffstat (limited to 'etherpad/src/templates')
-rw-r--r--etherpad/src/templates/pro/admin/admin-template.ejs2
1 files changed, 2 insertions, 0 deletions
diff --git a/etherpad/src/templates/pro/admin/admin-template.ejs b/etherpad/src/templates/pro/admin/admin-template.ejs
index 0964e33..e1a7736 100644
--- a/etherpad/src/templates/pro/admin/admin-template.ejs
+++ b/etherpad/src/templates/pro/admin/admin-template.ejs
@@ -16,9 +16,11 @@ 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>