From ca9274d2a4d0a5617b10fddc03a6f442e6e07d8f Mon Sep 17 00:00:00 2001 From: hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> Date: Fri, 22 Jul 2005 06:27:07 +0000 Subject: [PATCH] Fixed Label tags git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@995 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/ldapmanager/contentcsv.tpl | 2 +- plugins/addons/logview/contents.tpl | 2 +- plugins/admin/ogroups/generic.tpl | 2 +- plugins/gofax/blocklists/generic.tpl | 2 +- plugins/gofax/faxaccount/generic.tpl | 2 +- plugins/personal/generic/generic.tpl | 6 +++--- plugins/personal/password/password.tpl | 2 +- plugins/personal/posix/generic.tpl | 4 ++-- plugins/personal/samba/samba3.tpl | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/plugins/addons/ldapmanager/contentcsv.tpl b/plugins/addons/ldapmanager/contentcsv.tpl index 956bc703a..1f3ccebff 100644 --- a/plugins/addons/ldapmanager/contentcsv.tpl +++ b/plugins/addons/ldapmanager/contentcsv.tpl @@ -7,7 +7,7 @@ <table summary=""> <tr> <td> - <LABEL for="userfile">{t}Select CSV file to import{/t}<LABEL> + <LABEL for="userfile">{t}Select CSV file to import{/t}</LABEL> </td> <td> <input type="hidden" name="MAX_FILE_SIZE" value="2097152"> diff --git a/plugins/addons/logview/contents.tpl b/plugins/addons/logview/contents.tpl index fb37b6ad7..502bcc773 100644 --- a/plugins/addons/logview/contents.tpl +++ b/plugins/addons/logview/contents.tpl @@ -57,7 +57,7 @@ <td> <table summary="" width="100%"> <tr> - <td><img alt="" align="middle" border=0 src="{$ruleset_image}"> <LABEL foe="edit_rules">{t}Ruleset{/t}</LABEL></td> + <td><img alt="" align="middle" border=0 src="{$ruleset_image}"> <LABEL for="edit_rules">{t}Ruleset{/t}</LABEL></td> <td width="100%"> <input id="edit_rules" name="edit_rules" type="submit" value="{t}Edit{/t}" disabled> </td> diff --git a/plugins/admin/ogroups/generic.tpl b/plugins/admin/ogroups/generic.tpl index 8c6cf883b..5e64cb34b 100644 --- a/plugins/admin/ogroups/generic.tpl +++ b/plugins/admin/ogroups/generic.tpl @@ -20,7 +20,7 @@ <tr> <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td> <td> - <select size="1" cn="base" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}"> + <select size="1" id="base" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}"> {html_options options=$bases selected=$base_select} </select> </td> diff --git a/plugins/gofax/blocklists/generic.tpl b/plugins/gofax/blocklists/generic.tpl index 0af55a1ba..8d7dddb4b 100644 --- a/plugins/gofax/blocklists/generic.tpl +++ b/plugins/gofax/blocklists/generic.tpl @@ -59,7 +59,7 @@ <option disabled> </option> </select> <br> - <input id="" name="number" size=25 maxlength=60 {$goFaxBlocklistACL}> + <input id="number" name="number" size=25 maxlength=60 {$goFaxBlocklistACL}> <input type=submit value="{t}Add{/t}" {$goFaxBlocklistACL} name="add_number"> <input type=submit value="{t}Delete{/t}" {$goFaxBlocklistACL} name="delete_number"> </td> diff --git a/plugins/gofax/faxaccount/generic.tpl b/plugins/gofax/faxaccount/generic.tpl index 297d522b9..89b027704 100644 --- a/plugins/gofax/faxaccount/generic.tpl +++ b/plugins/gofax/faxaccount/generic.tpl @@ -23,7 +23,7 @@ <tr> <td><LABEL for="goFaxFormat">{t}Delivery format{/t}</LABEL></td> <td> - <select idP="goFaxFormat" size="1" name="goFaxFormat" {$goFaxFormatACL} title="{t}Specify delivery format for fax to mail gateway{/t}"> + <select id="goFaxFormat" size="1" name="goFaxFormat" {$goFaxFormatACL} title="{t}Specify delivery format for fax to mail gateway{/t}"> {html_options values=$formats output=$formats selected=$goFaxFormat} </select> </td> diff --git a/plugins/personal/generic/generic.tpl b/plugins/personal/generic/generic.tpl index 279d2f189..d4592e39e 100644 --- a/plugins/personal/generic/generic.tpl +++ b/plugins/personal/generic/generic.tpl @@ -273,7 +273,7 @@ <td><label for="gouvernmentOrganizationalUnitDescription">{t}Unit description{/t}</label></td> <td> <input id="gouvernmentOrganizationalUnitDescription" name="gouvernmentOrganizationalUnitDescription" size=22 maxlength=60 - {$gouvernmentOrganizationalUnitDescriptionACL} id="gouvernmentOrganizationalUnitDescription" + {$gouvernmentOrganizationalUnitDescriptionACL} value="{$gouvernmentOrganizationalUnitDescription}"> </td> </tr> @@ -281,7 +281,7 @@ <td><label for="gouvernmentOrganizationalUnitSubjectArea">{t}Subject area{/t}</label></td> <td> <input id="gouvernmentOrganizationalUnitSubjectArea" name="gouvernmentOrganizationalUnitSubjectArea" size=22 maxlength=60 - {$gouvernmentOrganizationalUnitSubjectAreaACL} id="gouvernmentOrganizationalUnitSubjectArea" + {$gouvernmentOrganizationalUnitSubjectAreaACL} value="{$gouvernmentOrganizationalUnitSubjectArea}"> </td> </tr> @@ -362,7 +362,7 @@ <td><label for="facsimileTelephoneNumber">{t}Fax{/t}</label></td> <td> <input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=22 maxlength=60 - {$facsimileTelephoneNumberACL} id="facsimileTelephoneNumber" + {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}"> </td> </tr> diff --git a/plugins/personal/password/password.tpl b/plugins/personal/password/password.tpl index ff6ef92d2..ebd11d350 100644 --- a/plugins/personal/password/password.tpl +++ b/plugins/personal/password/password.tpl @@ -33,7 +33,7 @@ <p class="plugbottom"> <input type=submit name="password_finish" value="{t}Set password{/t}"> - <input type=reset id="" name="password_cancel" value="{t}Clear fields{/t}"> + <input type=reset id="password_cancel" name="password_cancel" value="{t}Clear fields{/t}"> </p> <input type="hidden" name="ignore"> diff --git a/plugins/personal/posix/generic.tpl b/plugins/personal/posix/generic.tpl index cc622497c..d1f1e3b3c 100644 --- a/plugins/personal/posix/generic.tpl +++ b/plugins/personal/posix/generic.tpl @@ -43,7 +43,7 @@ <LABEL for="uidNumber">{t}UID{/t}</LABEL> </td> <td> - <input id="uidNumber" name="uidNumber" id="uidNumber" size=5 maxlength=5 {$forceMode} {$uidNumberACL} value="{$uidNumber}"> + <input id="uidNumber" name="uidNumber" size=5 maxlength=5 {$forceMode} {$uidNumberACL} value="{$uidNumber}"> </td> </tr> <tr> @@ -52,7 +52,7 @@ <LABEL for="gidNumber">{t}GID{/t}</LABEL> </td> <td> - <input id="gidNumber" name="gidNumber" id="gidNumber" size=5 maxlength=5 {$forceMode} {$gidNumberACL} value="{$gidNumber}"> + <input id="gidNumber" name="gidNumber" size=5 maxlength=5 {$forceMode} {$gidNumberACL} value="{$gidNumber}"> </td> </tr> </table> diff --git a/plugins/personal/samba/samba3.tpl b/plugins/personal/samba/samba3.tpl index 9e4e51e7f..23833ac2e 100644 --- a/plugins/personal/samba/samba3.tpl +++ b/plugins/personal/samba/samba3.tpl @@ -89,13 +89,13 @@ <tr> <td><LABEL for="CtxInitialProgram">{t}Initial program{/t}</LABEL></td> <td> - <input id="CtxInitialProgram" name="CtxInitialProgram" id="CtxInitialProgram" size=35 maxlength=60 {if $CtxInitialProgramACL==""}{$CtxInitialProgramMode}{/if} value="{$CtxInitialProgram}" {$CtxInitialProgramACL}> + <input id="CtxInitialProgram" name="CtxInitialProgram" size=35 maxlength=60 {if $CtxInitialProgramACL==""}{$CtxInitialProgramMode}{/if} value="{$CtxInitialProgram}" {$CtxInitialProgramACL}> </td> </tr> <tr> <td><LABEL for="CtxWorkDirectory">{t}Working directory{/t}</LABEL></td> <td> - <input id="CtxWorkDirectory" name="CtxWorkDirectory" id="CtxWorkDirectory" size=35 maxlength=60 {if $CtxWorkDirectoryACL==""}{$CtxInitialProgramMode}{/if} value="{$CtxWorkDirectory}" {$CtxInitialProgramACL}> + <input id="CtxWorkDirectory" name="CtxWorkDirectory" size=35 maxlength=60 {if $CtxWorkDirectoryACL==""}{$CtxInitialProgramMode}{/if} value="{$CtxWorkDirectory}" {$CtxInitialProgramACL}> </td> </tr> </table> -- 2.30.2