summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 684a210)
raw | patch | inline | side by side (parent: 684a210)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Jul 2005 06:24:07 +0000 (06:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Jul 2005 06:24:07 +0000 (06:24 +0000) |
plugins/admin/systems/class_winGeneric.inc | patch | blob | history | |
plugins/admin/systems/network.tpl | patch | blob | history | |
plugins/admin/systems/terminal.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_winGeneric.inc b/plugins/admin/systems/class_winGeneric.inc
index b1b2f42148949dc1a2618a20d70a2fcd4cdb3324..2294fb02a035ce0b66542c32d5337b943b2295fc 100644 (file)
/* Fill templating stuff */
$smarty= get_smarty();
+
+ // Undefined index in wingeneric.tpl ...
+ $smarty->assign("macAddress","");
+ $smarty->assign("ipHostNumber","");
+
$smarty->assign("bases", $this->config->idepartments);
/* Assign attributes */
index 0167794c14fbe90dd1e8b0a592d090b63458b6e1..ec0b219ec5bfff842ad95b6bbb13d50751d9affb 100644 (file)
<td>
<table summary="">
<tr>
- <td><LABEL for="macAddress">{t}MAC-address{/t}</LABLE>{$staticAddress}</td>
+ <td><LABEL for="macAddress">{t}MAC-address{/t}</LABEL>{$staticAddress}</td>
<td><input name="macAddress" id="macAddress" size=25 maxlength=80 value="{$macAddress}"></td>
</tr>
</table>
index 4e4ec532b4a294133cf9ba3625f88803cf615969..cf457831ebb6e7c4b0fbfcdd8c8deb71e23a7e36 100644 (file)
<table summary="">
<tr><td colspan=2><div style="height:15px;"></div></td></tr>
<tr>
- <td><LABEL for="gotoTerminalPath">{t}Root server{/t}<LABEL></td>
+ <td><LABEL for="gotoTerminalPath">{t}Root server{/t}</LABEL></td>
<td>
<select name="gotoTerminalPath" id="gotoTerminalPath" title="{t}Select NFS root filesystem to use{/t}" {$gotoTerminalPathACL}>
{html_options values=$nfsservers output=$nfsservers selected=$gotoTerminalPath_select}