summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7b80fb)
raw | patch | inline | side by side (parent: f7b80fb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Aug 2005 06:31:10 +0000 (06:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Aug 2005 06:31:10 +0000 (06:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1237 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/personal/environment/environment.tpl b/plugins/personal/environment/environment.tpl
index 58aa630515193278025803f51eb6b80b1b4d3a83..d4ecc4eea86659796a8cd7d65d4f96aa1adededd 100644 (file)
{t}The environment extension is currently disabled.{/t}
{else}
<input type="hidden" name="iamposted" value="1">
-<table summary="" width="100%">
+<table summary="{t}Environment managment settings{/t}" width="100%">
<tr>
<td valign="top" width="50%">
<h2><img alt="" src="images/banana.png" align="middle"> {t}Profiles{/t}</h2>
- <table summary="">
+ <table summary="{t}Profile managment{/t}">
<tr>
<td>
<input type="checkbox" value="1" {$useProfileCHK} name="useProfile" {$useProfileACL} id="useProfile"
<td>
</td>
<td>
- <table summary="">
+ <table summary="{t}Profile server managment{/t}">
<tr>
<td>
<LABEL for="gotoProfileServer">{t}Profil server{/t}</LABEL>
<p class="seperator"> </p>
<h2><img alt="" src="images/banana.png" align="middle"> {t}Kiosk profile{/t}</h2>
- <table summary="">
+ <table summary="{t}Kiosk profile settings{/t}">
<tr>
<td>
<LABEL for="gotoKioskProfile">{t}Kiosk profile{/t}</LABEL>
</table>
<p class="seperator"> </p>
<h2><img alt="" src="images/banana.png" align="middle"> <LABEL for="gotoLogonScript">{t}Logon scripts{/t}</LABEL></h2>
- <table summary="">
+ <table summary="{t}Logon script management{/t}">
<tr>
<td>
<select style="width:350px;" name="gotoLogonScript" multiple size=4 {$gotoLogonScriptACL} id="gotoLogonScript">
</table>
<p class="seperator"> </p>
<h2><img alt="" src="images/banana.png" align="middle"> <LABEL for="gotoHotplugDevice">{t}Hotplug devices{/t}</LABEL></h2>
- <table summary="">
+ <table summary="{t}Hotplug device settings{/t}">
<tr>
<td>
<select name="gotoHotplugDevice" {$gotoHotplugDeviceACL} size=4 style="width:350px;" id="gotoHotplugDevice">
</table>
<p class="seperator"> </p>
<h2><img alt="" src="images/banana.png" align="middle"> <LABEL for="gotoPrinter">{t}Printer{/t}</LABEL></h2>
- <table summary="">
+ <table summary="{t}Printer settings{/t}">
<tr>
<td>
<select style="width:350px;" name="gotoPrinter" multiple size=4 {$gotoPrinterACL} id="gotoPrinter">
diff --git a/plugins/personal/environment/hotplugDialog.tpl b/plugins/personal/environment/hotplugDialog.tpl
index bde07dfb084fc364c19673955b4ae5d2289832fd..61a84072d7b6d5c1793ef3380515db88537c3ffb 100644 (file)
<input type="hidden" name="dialogissubmitted" value="1">
- <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 cellspacing=2>
+ <table summary="{t}Hotplug management{/t}" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 cellspacing=2>
<tr>
<td width="50%" style="vertical-align:top;">
<div class="contentboxh" style="height:20px;">
diff --git a/plugins/personal/environment/hotplugDialogNew.tpl b/plugins/personal/environment/hotplugDialogNew.tpl
index 45ce56a5d24b79d860f3c05c0ce9061ae055e5df..f65565328a87747b2852aa304e1b91bf2b3d6701 100644 (file)
<input type="hidden" name="dialogissubmitted" value="1">
- <table>
+ <table summary="{t}Create new hotplug entry{/t}">
<tr>
<td><LABEL for="HOT_name">{t}Name{/t}</LABEL>
</td>
diff --git a/plugins/personal/environment/kioskManagement.tpl b/plugins/personal/environment/kioskManagement.tpl
index e698d1d3722b4fbc3a0f98b1f4d2286ef4dd7d80..b19f6dd0c8c92304416817c859c3c40550de98fc 100644 (file)
<input type="hidden" name="dialogissubmitted" value="1">
- <table summary="">
+ <table summary="{t}Kiosk profile management{/t}">
<tr>
<td>
<select style="width:350px;" size=8 name="gotoKioskProfile" {$gotoKioskProfileACL} id="gotoKioskProfile">
diff --git a/plugins/personal/environment/logonManagement.tpl b/plugins/personal/environment/logonManagement.tpl
index 4a1e6870f33345d67d7b0ce9290dff4ac90910d8..94f84c96563937d828c7b26b4804fca969de8ec7 100644 (file)
<input type="hidden" name="dialogissubmitted" value="1">
- <table summary="" width="100%">
+ <table summary="{t}Logon script management{/t}" width="100%">
<tr>
<td width="50%">
- <table>
+ <table summary="{t}Logon script settings{/t}">
<tr>
<td><LABEL for="LogonName">{t}Name{/t}</LABEL>
</td>
</table>
</td>
<td>
- <table>
+ <table summary="{t}Logon script flags{/t}">
<tr>
<td>
<input type="checkbox" value="L" name="LogonLast" {$LogonLastCHK} id="LogonLast">
</tr>
<tr>
<td colspan="2">
- <table width="80%">
+ <table width="80%" summary="{t}Logon script{/t}">
<tr>
<td>
<textarea style="width:100%;height:400px;" name="LogonData">{$LogonData}</textarea>
diff --git a/plugins/personal/environment/selectPrinterDialog.tpl b/plugins/personal/environment/selectPrinterDialog.tpl
index 5d41b9da74c79b959ad2451049e2cfc743d79a5f..e6080dc227adc6f10ca9e4d6d2e5aeb5f56fd0ef 100644 (file)
<input type="hidden" name="dialogissubmitted" value="1">
- <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+ <table summary="{t}Select printer to add{/t}" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
<tr>
<td width="50%">
<div class="contentboxh" style="height:20px;">