summaryrefslogtreecommitdiffstats
path: root/webui_templates
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
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')
-rw-r--r--webui_templates/distro_edit.tmpl4
-rw-r--r--webui_templates/image_edit.tmpl4
-rw-r--r--webui_templates/profile_edit.tmpl8
-rw-r--r--webui_templates/repo_edit.tmpl4
-rw-r--r--webui_templates/system_edit.tmpl10
5 files changed, 15 insertions, 15 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index f8cbf7d2..bf52f407 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -289,7 +289,7 @@ checked>Ubuntu
</td>
<td>
#if $distro
- #set ownerslist = ','.join($distro.owners)
+ #set ownerslist = ' '.join($distro.owners)
#end if
<input type="text" size="255" style="width: 400px;" name="owners" id="owners"
#if $distro
@@ -298,7 +298,7 @@ checked>Ubuntu
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>
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>
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index a1363dd4..e6cc0c0a 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -245,12 +245,12 @@ function disablename(value)
</td>
<td>
#if $profile
- #set joined = ", ".join($profile.name_servers)
+ #set joined = " ".join($profile.name_servers)
<input type="text" size="255" style="width: 400px;" name="name_servers" id="name_servers" value="$joined" />
#else
<input type="text" size="255" style="width: 400px;" name="name_servers" id="name_servers" value="" />
#end if
- <p class="context-tip">Name servers, comma delimited, if not provided by DHCP</p>
+ <p class="context-tip">Name servers, space delimited, if not provided by DHCP</p>
</td>
</tr>
@@ -260,12 +260,12 @@ function disablename(value)
</td>
<td>
#if $profile
- #set joined = ", ".join($profile.name_servers_search)
+ #set joined = " ".join($profile.name_servers_search)
<input type="text" size="255" style="width: 400px;" name="name_servers_search" id="name_servers_search" value="$joined" />
#else
<input type="text" size="255" style="width: 400px;" name="name_servers_search" id="name_servers_search" value="" />
#end if
- <p class="context-tip">Name servers search path, comma delimited, if not provided by DHCP</p>
+ <p class="context-tip">Name servers search path, space delimited, if not provided by DHCP</p>
</td>
</tr>
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index 6ac2de48..d82e2d8a 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -278,7 +278,7 @@ function disablename(value)
</td>
<td>
#if $repo
- #set ownerslist = ','.join($repo.owners)
+ #set ownerslist = ' '.join($repo.owners)
#end if
<input type="text" size="255" style="width: 400px;" name="owners" id="owners"
#if $repo
@@ -287,7 +287,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>
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 372908dc..00af0662 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -523,7 +523,7 @@ redhatmanagementkey"
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>
@@ -562,12 +562,12 @@ redhatmanagementkey"
</td>
<td class="netedit">
#if $system
- #set joined = ", ".join($system.name_servers)
+ #set joined = " ".join($system.name_servers)
<input type="text" size="255" style="width: 400px;" name="name_servers" id="name_servers" value="$joined" />
#else
<input type="text" size="255" style="width: 400px;" name="name_servers" id="name_servers" value="<<inherit>>" />
#end if
- <p class="context-tip">Name servers, comma delimited, if not provided by DHCP</p>
+ <p class="context-tip">Name servers, space delimited, if not provided by DHCP</p>
</td>
</tr>
@@ -577,12 +577,12 @@ redhatmanagementkey"
</td>
<td class="netedit">
#if $system
- #set joined = ", ".join($system.name_servers_search)
+ #set joined = " ".join($system.name_servers_search)
<input type="text" size="255" style="width: 400px;" name="name_servers_search" id="name_servers_search" value="$joined" />
#else
<input type="text" size="255" style="width: 400px;" name="name_servers_search" id="name_servers_search" value="<<inherit>>" />
#end if
- <p class="context-tip">Name servers search path, comma delimited, if not provided by DHCP</p>
+ <p class="context-tip">Name servers search path, space delimited, if not provided by DHCP</p>
</td>
</tr>