summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51ebb19)
raw | patch | inline | side by side (parent: 51ebb19)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 12:45:19 +0000 (12:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 12:45:19 +0000 (12:45 +0000) |
13 files changed:
diff --git a/plugins/addons/ldapmanager/contentimport.tpl b/plugins/addons/ldapmanager/contentimport.tpl
index f1f457e05c5b9600d41ed7c4bf9021e6786941b0..663666e09081b55c00b858e130a04698bc546e10 100644 (file)
<table summary="">
<tr>
<td width="30%">
- {t}Import LDIF File{/t}
+ <LABEL for="userfile">{t}Import LDIF File{/t}</LABEL>
</td>
<td>
<input type="hidden" name="ignore">
<input type="hidden" name="MAX_FILE_SIZE" value="2097152">
- <input name="userfile" type="file" value="{t}Browse{/t}">
+ <input name="userfile" id="userfile" type="file" value="{t}Browse{/t}">
</td>
</tr>
<tr>
</td>
<td>
- <input type="checkbox" name="overwrite" value="1">
- {t}Modify existing attributes{/t}
+ <input type="checkbox" name="overwrite" value="1" id="overwrite">
+ <LABEL for="overwrite">{t}Modify existing attributes{/t}</LABEL>
</td>
</tr>
<tr>
</td>
<td>
- <input type="checkbox" name="cleanup" value="1">
- {t}Overwrite existing entry{/t}
+ <input type="checkbox" name="cleanup" value="1" id="cleanup">
+ <LABEL for="cleanup">{t}Overwrite existing entry{/t}</LABEL>
</td>
</tr>
</table>
index 42bf5e390cd4a7d74029e6200b2e3a544059bd59..9ddedb2631ba8a99a9e671dace38de56392aa01f 100644 (file)
</td>
<td style="vertical-align:top;">
- {t}Icon{/t}
+ <LABEL for="picture_file">{t}Icon{/t}</LABEL>
<br>
<img alt="" src="getpic.php?rand={$rand}" border=1 style="width:48px; height:48; background-color:white; vertical-align:bottom;">
<input type="hidden" name="MAX_FILE_SIZE" value="100000">
- <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.png">
+ <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.png" id="picture_file">
<input type="submit" name="update" value="{t}Update{/t}" title="{t}Reload picture from LDAP{/t}">
</td>
</tr>
index 20b575fda411d451003d5aba2d088c097b90caac..a82ac8eba88537e11677404654076f9e4874da93 100644 (file)
<table summary="">
<tr>
<td><LABEL for="st">{t}State{/t}/</LABEL></td>
- <td><input iD="st" name="st" size=25 maxlength=60 {$stACL} value="{$st}" title="{t}State where this subtree is located{/t}"></td>
+ <td><input id="st" name="st" size=25 maxlength=60 {$stACL} value="{$st}" title="{t}State where this subtree is located{/t}"></td>
</tr>
<tr>
<td><LABEL for="l">{t}Location{/t}</LABEL></td>
index d39f627a9461671f0525c8de59c43f721bd5ade7..ab204cc168d72519720ee7a1c8dff2475680c4ed 100644 (file)
<td width="50%">
<img alt="" src="{$search_image}" align=middle> {t}Display departments matching{/t}</td>
<td>
- <input type='text' name='regex' maxlength='20' value='{$regex}'
+ <input id="" type='text' name='regex' maxlength='20' value='{$regex}'
title='{t}Regular expression for matching department names{/t}' onChange="mainform.submit()">
</td>
</tr>
index 1898d30190322bd69465ec663f834360ef89a45a..8c6cf883b3b5e804ae2e6ebeadaedb449213972e 100644 (file)
</tr>
<tr>
<td><LABEL for="description">{t}Description{/t}</LABEL></td>
- <td><input name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
+ <td><input id="description" name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
</td>
</tr>
<tr>
index f94f2f1288cf6d74ef25ed54432a45694670cb23..0af55a1bae0bd53465cbbeb2fda66f092a7a970b 100644 (file)
<td style="width:50%; vertical-align:top;">
<table summary="">
<tr>
- <td>{t}List name{/t}{$must}</td>
+ <td><LABEL for="cn">{t}List name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" size=25 maxlength=60 {$mode} {$cnACL} value="{$cn}" title="{t}Name of blocklist{/t}">
+ <input name="cn" id="cn" size=25 maxlength=60 {$mode} {$cnACL} value="{$cn}" title="{t}Name of blocklist{/t}">
</td>
</tr>
<tr>
- <td>{t}Base{/t}{$must}</td>
+ <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
<td>
- <select size="1" name="base" {$selectmode} title="{t}Select subtree to place blocklist in{/t}">
+ <select size="1" id="base" name="base" {$selectmode} title="{t}Select subtree to place blocklist in{/t}">
{html_options options=$bases selected=$base_select}
<option disabled> </option>
</select>
<td style="vertical-align:top;">
<table summary="">
<tr>
- <td>{t}Type{/t}</td>
+ <td><LABEL for="type">{t}Type{/t}</LABEL></td>
<td>
- <select size="1" name="type" {$typeACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
+ <select size="1" id="type" name="type" {$typeACL} title="{t}Select wether to filter incoming or outgoing calls{/t}">
{html_options options=$types selected=$type}
<option disabled> </option>
</select>
</td>
</tr>
<tr>
- <td>{t}Description{/t}</td>
+ <td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
- <input name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
+ <input name="description" id="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this blocklist{/t}">
</td>
</tr>
</table>
<option disabled> </option>
</select>
<br>
- <input name="number" size=25 maxlength=60 {$goFaxBlocklistACL}>
+ <input id="" 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>
index fd08c9ac7ad0fb8b43dd0fbe04f1dd997e1d8d46..297d522b9d6dba8b79b5150e8cf6cee14ee5275e 100644 (file)
<table summary="">
<tr>
- <td>{t}Fax{/t}{$must}</td>
+ <td><LABEL for="facsimileTelephoneNumber">{t}Fax{/t}</LABEL>{$must}</td>
<td>
- <input name="facsimileTelephoneNumber" size=20 maxlength=65 {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}" title="{t}Fax number for GOfax to trigger on{/t}">
+ <input name="facsimileTelephoneNumber" id="facsimileTelephoneNumber" size=20 maxlength=65 {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}" title="{t}Fax number for GOfax to trigger on{/t}">
</td>
</tr>
<tr>
- <td>{t}Language{/t}</td>
+ <td><LABEL for="goFaxLanguage">{t}Language{/t}</LABEL></td>
<td>
- <select size="1" name="goFaxLanguage" {$goFaxLanguageACL} title="{t}Specify the GOfax communication language for fax to mail gateway{/t}">
+ <select size="1" name="goFaxLanguage" id="goFaxLanguage" {$goFaxLanguageACL} title="{t}Specify the GOfax communication language for fax to mail gateway{/t}">
{html_options values=$languages output=$languages selected=$goFaxLanguage}
</select>
</td>
</tr>
<tr>
- <td>{t}Delivery format{/t}</td>
+ <td><LABEL for="goFaxFormat">{t}Delivery format{/t}</LABEL></td>
<td>
- <select size="1" name="goFaxFormat" {$goFaxFormatACL} title="{t}Specify delivery format for fax to mail gateway{/t}">
+ <select idP="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>
{if $has_mailaccount eq "false"}
<input type=checkbox name="fax_to_mail" value="1" {$fax_to_mail} {$goFaxDeliveryModeACL}>
- {t}Deliver fax as mail to{/t}
- <input name="mail" size=25 maxlength=65 {$goFaxDeliveryModeACL} value="{$mail}">
+ <LABEL for="mail">{t}Deliver fax as mail to{/t}</LABEL>
+ <input name="mail" id="mail" size=25 maxlength=65 {$goFaxDeliveryModeACL} value="{$mail}">
{else}
<input type=checkbox name="fax_to_mail" value="1" {$fax_to_mail} {$goFaxDeliveryModeACL}>
{t}Deliver fax as mail{/t}
index e886735a07166d6aed44029aa04121759c547bd7..e093e8056b6c3bd0a1bef04a3dd459a1ddac7af4 100755 (executable)
<td>
<table summary="">
<tr>
- <td>{t}Macro name{/t}{$must}</td>
- <td><input name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Macro name{/t}"></td>
+ <td><LABEL for="cn">{t}Macro name{/t}</LABEL>{$must}</td>
+ <td><input name="cn" id="id" size=25 maxlength=60 value="{$cn}" title="{t}Macro name{/t}"></td>
</tr>
<tr>
- <td>{t}Display name{/t}{$must}</td>
+ <td><LABEL for="displayName">{t}Display name{/t}</LABEL>{$must}</td>
<td>
- <input name="displayName" size=35 maxlength=60 value="{$displayName}" title="{t}Macro name to be displayed{/t}">
+ <input name="displayName" id="displayName" size=35 maxlength=60 value="{$displayName}" title="{t}Macro name to be displayed{/t}">
</td>
</tr>
<tr>
</td>
</tr>
<tr>
- <td>{t}Base{/t}{$must}</td>
+ <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
<td>
- <select size="1" name="base" title="{t}Choose subtree to place macro in{/t}">
+ <select size="1" id="base" name="base" title="{t}Choose subtree to place macro in{/t}">
{html_options options=$bases selected=$base_select}
<option disabled> </option>
</select>
<td style="vertical-align:top;">
<table summary="">
<tr>
- <td>{t}Description{/t}</td>
+ <td><LABEL for="description">{t}Description{/t}</LABEL></td>
<td>
- <input name="description" size=35 maxlength=60 value="{$description}">
+ <input name="description" id="description" size=35 maxlength=60 value="{$description}">
</td>
</tr>
<tr>
index 56054412cf436a12e5e06c7da15cb5c73312f84f..178df24f697b365d66e42c4ce45fee99868b098d 100644 (file)
<table summary="">
<tr>
<td>
- {t}Phone PIN{/t}
+ <LABEL for="goFonPIN">{t}Phone PIN{/t}</LABEL>
</td>
<td>
- <input type="password" name="goFonPIN" value="{$goFonPIN}" {$goFonPINACL}>
+ <input type="password" id="goFonPIN" name="goFonPIN" value="{$goFonPIN}" {$goFonPINACL}>
</td>
</tr>
</table>
</tr>
</table>
<input type="hidden" name="phoneTab" value="phoneTab">
+
+
+
index 98396ba5cf5cd7546c97c1c60e1c1e4e872fd017..279d2f189e11c2fd65ed76b7377a3cc4575553b5 100644 (file)
<table summary="">
<tr>
<td><label for="o">{t}Organization{/t}</label></td>
- <td><input name="o" size=22 maxlength=60 {$oACL} value="{$o}"></td>
+ <td><input id="o" name="o" size=22 maxlength=60 {$oACL} value="{$o}"></td>
</tr>
<tr>
<td><label for="ou">{t}Department{/t}</label></td>
- <td><input name="ou" size=22 maxlength=60 {$ouACL} value="{$ou}"></td>
+ <td><input id="ou" name="ou" size=22 maxlength=60 {$ouACL} value="{$ou}"></td>
</tr>
<tr>
<td><label for="departmentNumber">{t}Department No.{/t}</label></td>
<td>
- <input name="departmentNumber" size=22 maxlength=60 {$departmentNumberACL} value="{$departmentNumber}">
+ <input id="departmentNumber" name="departmentNumber" size=22 maxlength=60 {$departmentNumberACL} value="{$departmentNumber}">
</td>
</tr>
<tr>
<td><label for="employeeNumber">{t}Employee No.{/t}</label></td>
<td>
- <input name="employeeNumber" size=22 maxlength=60 {$employeeNumberACL} value="{$employeeNumber}">
+ <input id="employeeNumber" name="employeeNumber" size=22 maxlength=60 {$employeeNumberACL} value="{$employeeNumber}">
</td>
</tr>
<tr>
<td><label for="employeeType">{t}Employee type{/t}</label></td>
<td>
- <input name="employeeType" size=22 maxlength=60 {$employeeTypeACL} value="{$employeeType}">
+ <input id="employeeType" name="employeeType" size=22 maxlength=60 {$employeeTypeACL} value="{$employeeType}">
</td>
</tr>
</table>
<table summary="">
<tr>
<td><label for="roomNumber">{t}Room No.{/t}</label></td>
- <td><input name="roomNumber" size=22 maxlength=60 {$roomNumberACL} value="{$roomNumber}"></td>
+ <td><input id="roomNumber" name="roomNumber" size=22 maxlength=60 {$roomNumberACL} value="{$roomNumber}"></td>
</tr>
{if $has_phoneaccount ne "true"}
<tr>
<td><label for="telephoneNumber">{t}Phone{/t}</label></td>
<td>
- <input name="telephoneNumber" size=22 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}">
+ <input id="telephoneNumber" name="telephoneNumber" size=22 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}">
</td>
</tr>
{/if}
<tr>
<td><label for="mobile">{t}Mobile{/t}</label></td>
- <td><input name="mobile" size=22 maxlength=60 {$mobileACL} value="{$mobile}"></td>
+ <td><input id="mobile" name="mobile" size=22 maxlength=60 {$mobileACL} value="{$mobile}"></td>
</tr>
<tr>
<td><label for="pager">{t}Pager{/t}</label></td>
<td>
- <input name="pager" size=22 maxlength=60 {$pagerACL} value="{$pager}">
+ <input id="pager" name="pager" size=22 maxlength=60 {$pagerACL} value="{$pager}">
</td>
</tr>
<tr>
<td><label for="facsimileTelephoneNumber">{t}Fax{/t}</label></td>
- <td><input name="facsimileTelephoneNumber" size=22 maxlength=60 {$facsimileTelephoneNumberACL}
+ <td><input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=22 maxlength=60 {$facsimileTelephoneNumberACL}
value="{$facsimileTelephoneNumber}">
</td>
</tr>
<table summary="">
<tr>
<td><label for="l">{t}Location{/t}</l></td>
- <td><input name="l" size=22 maxlength=60 {$lACL} value="{$l}"></td>
+ <td><input id="l" name="l" size=22 maxlength=60 {$lACL} value="{$l}"></td>
</tr>
<tr>
<td><label for="st">{t}State{/t}</label></td>
- <td><input name="st" size=22 maxlength=60 {$stACL} value="{$st}"></td>
+ <td><input id="st" name="st" size=22 maxlength=60 {$stACL} value="{$st}"></td>
</tr>
<tr>
<td style="vertical-align:top;"><label for="postalAddress">{t}Address{/t}</label></td>
<td>
- <textarea name="postalAddress" rows=3 cols=22 {$postalAddressACL}>{$postalAddress}</textarea>
+ <textarea id="postalAddress" name="postalAddress" rows=3 cols=22 {$postalAddressACL}>{$postalAddress}</textarea>
</td>
</tr>
</table>
<table summary="">
<tr>
<td><label for="vocation">{t}Vocation{/t}</label></td>
- <td><input name="vocation" size=22 maxlength=60 {$vocationACL} value="{$vocation}"></td>
+ <td><input id="vocation" name="vocation" size=22 maxlength=60 {$vocationACL} value="{$vocation}"></td>
</tr>
<tr>
<td><label for="gouvernmentOrganizationalUnitDescription">{t}Unit description{/t}</label></td>
<td>
- <input name="gouvernmentOrganizationalUnitDescription" size=22 maxlength=60
- {$gouvernmentOrganizationalUnitDescriptionACL}
+ <input id="gouvernmentOrganizationalUnitDescription" name="gouvernmentOrganizationalUnitDescription" size=22 maxlength=60
+ {$gouvernmentOrganizationalUnitDescriptionACL} id="gouvernmentOrganizationalUnitDescription"
value="{$gouvernmentOrganizationalUnitDescription}">
</td>
</tr>
<tr>
<td><label for="gouvernmentOrganizationalUnitSubjectArea">{t}Subject area{/t}</label></td>
<td>
- <input name="gouvernmentOrganizationalUnitSubjectArea" size=22 maxlength=60
- {$gouvernmentOrganizationalUnitSubjectAreaACL}
+ <input id="gouvernmentOrganizationalUnitSubjectArea" name="gouvernmentOrganizationalUnitSubjectArea" size=22 maxlength=60
+ {$gouvernmentOrganizationalUnitSubjectAreaACL} id="gouvernmentOrganizationalUnitSubjectArea"
value="{$gouvernmentOrganizationalUnitSubjectArea}">
</td>
</tr>
<tr>
<td><label for="functionalTitle">{t}Functional title{/t}</label></td>
<td>
- <input name="functionalTitle" size=22 maxlength=60 {$functionalTitleACL}
+ <input name="functionalTitle" id="functionalTitle" size=22 maxlength=60 {$functionalTitleACL}
value="{$functionalTitle}">
</td>
</tr>
<tr>
<td><label for="role">{t}Role{/t}</label></td>
<td>
- <input name="role" size=22 maxlength=60 {$roleACL} value="{$role}">
+ <input id="role" name="role" size=22 maxlength=60 {$roleACL} value="{$role}">
</td>
</tr>
</table>
<tr>
<td><label for="gouvernmentOrganizationalPersonLocality">{t}Person locality{/t}</label></td>
<td>
- <input name="gouvernmentOrganizationalPersonLocality" size=22 maxlength=60
+ <input id="gouvernmentOrganizationalPersonLocality" name="gouvernmentOrganizationalPersonLocality" size=22 maxlength=60
{$gouvernmentOrganizationalPersonLocalityACL}
value="{$gouvernmentOrganizationalPersonLocality}">
</td>
</tr>
<tr>
<td><label for="gouvernmentOrganizationalUnit">{t}Unit{/t}</label></td>
- <td><input name="gouvernmentOrganizationalUnit" size=22 maxlength=60
+ <td><input id="gouvernmentOrganizationalUnit" name="gouvernmentOrganizationalUnit" size=22 maxlength=60
{$gouvernmentOrganizationalUnitACL}
value="{$gouvernmentOrganizationalUnit}">
</td>
<tr>
<td><label for="street">{t}Street{/t}</label></td>
<td>
- <input name="street" size=22 maxlength=60 {$streetACL} value="{$street}">
+ <input name="street" id="street" size=22 maxlength=60 {$streetACL} value="{$street}">
</td>
</tr>
<tr>
<td><label for="postalCode">{t}Postal code{/t}</label></td>
<td>
- <input name="postalCode" size=22 maxlength=60 {$postalCodeACL} value="{$postalCode}">
+ <input name="postalCode" id="postalCode" size=22 maxlength=60 {$postalCodeACL} value="{$postalCode}">
</td>
</tr>
<tr>
<td><label for="houseIdentifier">{t}House identifier{/t}</label></td>
<td>
- <input name="houseIdentifier" size=22 maxlength=60 {$houseIdentifierACL}
+ <input id="houseIdentifier" name="houseIdentifier" size=22 maxlength=60 {$houseIdentifierACL}
value="{$houseIdentifier}">
</td>
</tr>
<table summary="">
<tr>
<td><label for="roomNumber">{t}Room No.{/t}</label></td>
- <td><input name="roomNumber" size=22 maxlength=60 {$roomNumberACL} value="{$roomNumber}"></td>
+ <td><input id="roomNumber" name="roomNumber" size=22 maxlength=60 {$roomNumberACL} value="{$roomNumber}"></td>
</tr>
<tr>
<td><label for="telephoneNumber">{t}Phone{/t}</label></td>
<td>
{if $has_phoneaccount ne "true"}
- <input name="telephoneNumber" size=22 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}">
+ <input id="telephoneNumber" name="telephoneNumber" size=22 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}">
{else}
<i>{t}Please use the phone tab{/t}</i>
{/if}
<tr>
<td><label for="facsimileTelephoneNumber">{t}Fax{/t}</label></td>
<td>
- <input name="facsimileTelephoneNumber" size=22 maxlength=60
- {$facsimileTelephoneNumberACL}
+ <input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=22 maxlength=60
+ {$facsimileTelephoneNumberACL} id="facsimileTelephoneNumber"
value="{$facsimileTelephoneNumber}">
</td>
</tr>
<tr>
<td><label for="ivbbLastDeliveryCollective">{t}Last delivery{/t}</label></td>
<td>
- <input name="ivbbLastDeliveryCollective" size=22 maxlength=60
- {$ivbbLastDeliveryCollectiveACL}
+ <input name="ivbbLastDeliveryCollective" size=22 maxlength=60 {$ivbbLastDeliveryCollectiveACL} id="ivbbLastDeliveryCollective"
value="{$ivbbLastDeliveryCollective}">
</td>
</tr>
<tr>
<td><label for="publicVisible">{t}Public visible{/t}</label></td>
<td>
- <select size="1" name="publicVisible" {$publicVisibleACL}>
+ <select size="1" id="publicVisible" name="publicVisible" {$publicVisibleACL}>
{html_options values=$ivbbmodes output=$ivbbmodes selected=$publicVisible}
</select>
</td>
diff --git a/plugins/personal/generic/generic_picture.tpl b/plugins/personal/generic/generic_picture.tpl
index 878db78d273f988b2f65812c73113ba2dae18cc3..cb76dc282461baec6b9f4163dd8bbd54b194be7d 100644 (file)
<!-- Name, ... -->
<td style="vertical-align:bottom; width:100%;">
<input type="hidden" name="MAX_FILE_SIZE" value="2000000">
- <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
+ <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
<input type=submit name="picture_remove" value="{t}Remove picture{/t}">
</td>
index 4f4fdf8572bbad808bf2cee521b9b5b5a80aac31..3d532f58155a1e27cca04dd3ddc1443c40e02505 100644 (file)
<table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
<tr>
- <td><b>{t}New password{/t}</b></td>
- <td><input type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
+ <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
+ <td><input id="new_password" type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
</tr>
<tr>
- <td><b>{t}Repeat new password{/t}</b></td>
- <td><input type="password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
+ <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
+ <td><input id="repeated_password" type="password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
</tr>
</table>
<br>
index 9dadcbf77ee4e98822fe624eea054688764c949f..ff6ef92d24aecd77a45fcb6b2fb37f4373e45a73 100644 (file)
<p class="plugbottom">
<input type=submit name="password_finish" value="{t}Set password{/t}">
- <input type=reset name="password_cancel" value="{t}Clear fields{/t}">
+ <input type=reset id="" name="password_cancel" value="{t}Clear fields{/t}">
</p>
<input type="hidden" name="ignore">