summaryrefslogtreecommitdiffstats
path: root/webui_templates/image_edit.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-02-06 13:56:36 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-02-06 13:56:36 -0500
commit9737d64a2c95daa40e614805400a8665ba1aae02 (patch)
treef2c085c4ec3fd790cc9c97a45eebb8788f5fad74 /webui_templates/image_edit.tmpl
parent7f7985539e4fef09a9ea0d7c0e4749535d2aed29 (diff)
downloadcobbler-9737d64a2c95daa40e614805400a8665ba1aae02.tar.gz
cobbler-9737d64a2c95daa40e614805400a8665ba1aae02.tar.xz
cobbler-9737d64a2c95daa40e614805400a8665ba1aae02.zip
Make more fields standardize around space seperation, not comma seperation
Diffstat (limited to 'webui_templates/image_edit.tmpl')
-rw-r--r--webui_templates/image_edit.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/image_edit.tmpl b/webui_templates/image_edit.tmpl
index 93bee828..8c369db1 100644
--- a/webui_templates/image_edit.tmpl
+++ b/webui_templates/image_edit.tmpl
@@ -353,7 +353,7 @@ function disablename(value)
</td>
<td>
#if $image
- #set ownerslist = ','.join($image.owners)
+ #set ownerslist = ' '.join($image.owners)
#end if
<input type="text" size="255" style="width: 400px;" name="owners" id="owners"
#if $image
@@ -362,7 +362,7 @@ function disablename(value)
value="$user"
#end if
/>
- <p class="context-tip">Applies only if using authz_ownership module, comma-delimited</p>
+ <p class="context-tip">Applies only if using authz_ownership module, space delimited</p>
</td>
</tr>