From c3437479cc300683ac3ffd270114eed3dcaf4f39 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 31 Mar 2008 17:09:26 -0400 Subject: Distro now instrumented with a warning panel that indicates when you probably won't be able to edit an object. --- webui_templates/distro_edit.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'webui_templates') diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl index 8b7d2cb..ccbb72f 100644 --- a/webui_templates/distro_edit.tmpl +++ b/webui_templates/distro_edit.tmpl @@ -15,6 +15,15 @@ function disablename(value) #end if +#if $editable != True +
+$editable + +WARNING: It looks like you do not have permission to make changes. +To recieve access, contact your Cobbler server administrator. +
+#end if +
-- cgit