From cc65688b3da3e16729a1f73dd50fd975bd1ff741 Mon Sep 17 00:00:00 2001
From: hellkat <hellkat@ispconfig3>
Date: Tue, 26 Mar 2013 00:43:51 -0400
Subject: [PATCH] Merged revisions 3845-3876 and 3879-3918 from stable branch.
---
interface/web/client/templates/client_edit_limits.htm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/interface/web/client/templates/client_edit_limits.htm b/interface/web/client/templates/client_edit_limits.htm
index c17d778..3ad6c9d 100644
--- a/interface/web/client/templates/client_edit_limits.htm
+++ b/interface/web/client/templates/client_edit_limits.htm
@@ -296,6 +296,7 @@
</div>
</div>
+<tmpl_if name="is_admin">
<script type="text/javascript">
<!--
function custom_template_selected() {
@@ -318,4 +319,5 @@
});
//-->
-</script>
\ No newline at end of file
+</script>
+</tmpl_if>
\ No newline at end of file
--
Gitblit v1.9.1