summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-11 13:27:55 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-11 13:27:55 -0400
commit2c45ec8a448fba315b5e7ac4204e467ff74a679d (patch)
tree7309603105895cab0a2f46f6bca62a30adcdf94f /webui_templates
parent23c7807c07a2badfd8f38d7c351a15b3235651ca (diff)
downloadthird_party-cobbler-2c45ec8a448fba315b5e7ac4204e467ff74a679d.tar.gz
third_party-cobbler-2c45ec8a448fba315b5e7ac4204e467ff74a679d.tar.xz
third_party-cobbler-2c45ec8a448fba315b5e7ac4204e467ff74a679d.zip
Lots of changes to make subprofile creation and editing work in the WebUI.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/profile_edit.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index 547ad0d..686bbd6 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -41,7 +41,7 @@ function disablename(value)
#end if
#else
<input type="hidden" name="subprofile" value="$subprofile"/>
- #end
+ #end if
<table border=0>
@@ -112,10 +112,10 @@ function disablename(value)
</option>
#end for
</select>
- <p class="context-tip">What OS is this profile based on?</p>
+ <p class="context-tip">What OS Distribution is this profile based on?</p>
</td>
</tr>
- #end
+ #end if
<!-- should allow freeform input but still show a list of choices? -->
<!-- probably should implement a combo box eventually -->