summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-24 15:16:51 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-24 15:16:51 -0400
commit33f7a0137c89b8d92e493a6fa85200fa0432c58e (patch)
tree9505e27bcac725168be8f97e59f9033df7594864 /webui_templates
parent88abf63d27f346921063117d36c53f221b6b800d (diff)
downloadthird_party-cobbler-33f7a0137c89b8d92e493a6fa85200fa0432c58e.tar.gz
third_party-cobbler-33f7a0137c89b8d92e493a6fa85200fa0432c58e.tar.xz
third_party-cobbler-33f7a0137c89b8d92e493a6fa85200fa0432c58e.zip
AT patch to CobblerWeb.
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/system_edit.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index f57cf98..7354e72 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -102,7 +102,8 @@ function get_random_mac()
value="$system.mac_address"
#end if
/>
- <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random</a>
+ #if not $system
+ <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random#</a> #end
<p class="context-tip">Example: AA:BB:CC:DD:EE:FF</p>
</td>
</tr>