From 9337f9411092bcd3da4005fa29557f875fbf68e8 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 4 Apr 2008 17:12:32 -0400 Subject: Get duplicate name/ip/mac checks implemented for WebUI and XMLRPC now that command line/local-API is done. --- webui_templates/distro_edit.tmpl | 2 ++ webui_templates/profile_edit.tmpl | 2 ++ webui_templates/repo_edit.tmpl | 2 ++ webui_templates/system_edit.tmpl | 2 ++ 4 files changed, 8 insertions(+) (limited to 'webui_templates') diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl index 5d19a43..f72ab11 100644 --- a/webui_templates/distro_edit.tmpl +++ b/webui_templates/distro_edit.tmpl @@ -66,6 +66,8 @@ function disablename(value)

How do you want to modify this object?

+ #else + #end if diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl index 2f7a732..0c8f156 100644 --- a/webui_templates/profile_edit.tmpl +++ b/webui_templates/profile_edit.tmpl @@ -80,6 +80,8 @@ function disablename(value)

How do you want to modify this object?

+ #else + #end if #if $subprofile diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl index 469854a..30d516d 100644 --- a/webui_templates/repo_edit.tmpl +++ b/webui_templates/repo_edit.tmpl @@ -62,6 +62,8 @@ function disablename(value)

How do you want to modify this object?

+ #else + #end if diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl index 5396f1d..684c6d1 100644 --- a/webui_templates/system_edit.tmpl +++ b/webui_templates/system_edit.tmpl @@ -138,6 +138,8 @@ function page_onload() {

How do you want to modify this object?

+ #else + #end if -- cgit