summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-11-25 10:55:23 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-11-25 10:55:23 -0500
commit59406839a2db4d0f0756d88361c9f252580e3476 (patch)
treed1628f5864b079ba41ee8cf23df550cc0e2cd663 /webui_templates
parentf1e10e6c3c1cb3201f1a8f2636c91e46383a89b1 (diff)
downloadcobbler-59406839a2db4d0f0756d88361c9f252580e3476.tar.gz
cobbler-59406839a2db4d0f0756d88361c9f252580e3476.tar.xz
cobbler-59406839a2db4d0f0756d88361c9f252580e3476.zip
Peter Vreman's patch to fix the gateway editing in the webapp
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/system_edit.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 1e5be16b..0e86a6e7 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -558,9 +558,9 @@ function page_onload() {
</td>
<td class="netedit">
#if $system
- <input type="text" size="64" style="width: 150px;" name="gateway" id="gateway" />
- #else
<input type="text" size="64" style="width: 150px;" name="gateway" id="gateway" value="$system.gateway" />
+ #else
+ <input type="text" size="64" style="width: 150px;" name="gateway" id="gateway" />
#end if
<p class="context-tip">Ex: "192.168.1.11". For use with static IP configs.</p>
</td>