summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorJasper Capel <capel@stone-it.com>2009-02-26 15:08:55 +0100
committerJasper Capel <capel@stone-it.com>2009-02-27 16:34:23 +0100
commit7ef3619d93f96a45575f2165092169c128b56301 (patch)
treeeb200e87527740d26aa8e07e2121f69a8730a09a /webui_templates
parentba584404e4fce4836c47484c25968336724c94d6 (diff)
downloadcobbler-7ef3619d93f96a45575f2165092169c128b56301.tar.gz
cobbler-7ef3619d93f96a45575f2165092169c128b56301.tar.xz
cobbler-7ef3619d93f96a45575f2165092169c128b56301.zip
Delimit owners-list with spaces, not commas in the Web-UI
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/profile_edit.tmpl2
-rw-r--r--webui_templates/system_edit.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index e6cc0c0a..be0433eb 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -452,7 +452,7 @@ redhatmanagementkey"
</td>
<td>
#if $profile
- #set ownerslist = ','.join($profile.owners)
+ #set ownerslist = ' '.join($profile.owners)
#end if
<input type="text" size="255" style="width: 400px;" name="owners" id="owners"
#if $profile
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 8a75642b..c75ddecc 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -514,7 +514,7 @@ redhatmanagementkey"
</td>
<td>
#if $system
- #set ownerslist = ','.join($system.owners)
+ #set ownerslist = ' '.join($system.owners)
#end if
<input type="text" size="255" style="width: 400px;" name="owners" id="owners"
#if $system