summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae3fe28)
raw | patch | inline | side by side (parent: ae3fe28)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 11:09:09 +0000 (11:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 16 Sep 2010 11:09:09 +0000 (11:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19705 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl b/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl
index 01bd5bf00de99294d7acead60a337f01500c0914..6200e2295518ff9955f9666b1cb192ab3f16d46a 100644 (file)
<table>
<tr>
- <td><LABEL for="member">{t}member{/t}</LABEL></td>
+ <td><LABEL for="member">{t}Member{/t}</LABEL></td>
<td><input type='text' name="member" id="member" value="{$member}">
</tr>
<tr>
- <td><LABEL for="ksTemplate">{t}ksTemplate{/t}</LABEL></td>
+ <td><LABEL for="ksTemplate">{t}Kickstart template{/t}</LABEL></td>
<td><input type='text' name="ksTemplate" id="ksTemplate" value="{$ksTemplate}">
</tr>
<tr>
- <td><LABEL for="ksKeyboardlayout">{t}ksKeyboardlayout{/t}</LABEL></td>
+ <td><LABEL for="ksKeyboardlayout">{t}Keyboard layout{/t}</LABEL></td>
<td><input type='text' name="ksKeyboardlayout" id="ksKeyboardlayout" value="{$ksKeyboardlayout}">
</tr>
<tr>
- <td><LABEL for="ksSystemLocale">{t}ksSystemLocale{/t}</LABEL></td>
+ <td><LABEL for="ksSystemLocale">{t}System locale{/t}</LABEL></td>
<td><input type='text' name="ksSystemLocale" id="ksSystemLocale" value="{$ksSystemLocale}">
</tr>
<tr>
- <td><LABEL for="ksTimezone">{t}ksTimezone{/t}</LABEL></td>
+ <td><LABEL for="ksTimezone">{t}Timezone{/t}</LABEL></td>
<td><input type='text' name="ksTimezone" id="ksTimezone" value="{$ksTimezone}">
</tr>
<tr>
- <td><LABEL for="ksTimeUTC">{t}ksTimeUTC{/t}</LABEL></td>
+ <td><LABEL for="ksTimeUTC">{t}UTC Time{/t}</LABEL></td>
<td><input type='text' name="ksTimeUTC" id="ksTimeUTC" value="{$ksTimeUTC}">
</tr>
<tr>
- <td><LABEL for="ksNTPServer">{t}ksNTPServer{/t}</LABEL></td>
+ <td><LABEL for="ksNTPServer">{t}NTP server{/t}</LABEL></td>
<td><input type='text' name="ksNTPServer" id="ksNTPServer" value="{$ksNTPServer}">
</tr>
<tr>
- <td><LABEL for="ksMirror">{t}ksMirror{/t}</LABEL></td>
-
+ <td><LABEL for="ksMirror">{t}Mirror{/t}</LABEL></td>
<td><input type='text' name="ksMirror" id="ksMirror" value="{$ksMirror}">
</tr>
<tr>
- <td><LABEL for="ksMirrorTorrent">{t}ksMirrorTorrent{/t}</LABEL></td>
+ <td><LABEL for="ksMirrorTorrent">{t}Torrent mirror{/t}</LABEL></td>
<td><input type='text' name="ksMirrorTorrent" id="ksMirrorTorrent" value="{$ksMirrorTorrent}">
</tr>
<tr>
- <td><LABEL for="ksRootEnabled">{t}ksRootEnabled{/t}</LABEL></td>
+ <td><LABEL for="ksRootEnabled">{t}Root enabled{/t}</LABEL></td>
<td><input type='text' name="ksRootEnabled" id="ksRootEnabled" value="{$ksRootEnabled}">
</tr>
<tr>
- <td><LABEL for="ksRootPasswordHash">{t}ksRootPasswordHash{/t}</LABEL></td>
+ <td><LABEL for="ksRootPasswordHash">{t}Root password hash{/t}</LABEL></td>
<td><input type='text' name="ksRootPasswordHash" id="ksRootPasswordHash" value="{$ksRootPasswordHash}">
</tr>
<tr>
- <td><LABEL for="ksKernelPackage">{t}ksKernelPackage{/t}</LABEL></td>
+ <td><LABEL for="ksKernelPackage">{t}Kernel package{/t}</LABEL></td>
<td><input type='text' name="ksKernelPackage" id="ksKernelPackage" value="{$ksKernelPackage}">
</tr>
<tr>
- <td><LABEL for="ksPartitionTable">{t}ksPartitionTable{/t}</LABEL></td>
+ <td><LABEL for="ksPartitionTable">{t}Partition table{/t}</LABEL></td>
<td><input type='text' name="ksPartitionTable" id="ksPartitionTable" value="{$ksPartitionTable}">
</tr>
</table>
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc
index d556e0f40bffb5631ddc2729c7f7418d337764af..1d0842f9397fe532faf496c0e5c7eeb25802a722 100644 (file)
"plDepends" => array(),
"plPriority" => 1,
"plSection" => array("administration"),
- "plCategory" => array("registeredDevice"),
+ "plCategory" => array("Device"),
"plProvidedAcls" => array(
"member" => _("Member"),
"ksTemplate" => _("Template"),