зеркало из https://github.com/mozilla/pjs.git
Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman
This commit is contained in:
Родитель
5fea9b5df9
Коммит
0e80b6bd9a
|
@ -21,10 +21,12 @@
|
|||
<html:table>
|
||||
<html:tr><html:td>&lookFor.label;</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox"/>&padCheck.label;
|
||||
<html:input type="checkbox"/>
|
||||
<html:label>&padCheck.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox"/>&dirCheck.label;
|
||||
<html:input type="checkbox"/>
|
||||
<html:label>&dirCheck.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:select>
|
||||
|
@ -33,14 +35,17 @@
|
|||
</html:td></html:tr>
|
||||
<html:tr><html:td>&mulFound.label;</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="multilist" type="radio"/>&showList.label;
|
||||
<html:input name="multilist" type="radio"/>
|
||||
<html:label>&showList.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="multilist" type="radio"/>&acceptList.label;
|
||||
<html:input name="multilist" type="radio"/>
|
||||
<html:label>&acceptList.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>&oneMatch.label;</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox"/>&useAddress.label;
|
||||
<html:input type="checkbox"/>
|
||||
<html:label>&useAddress.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
@ -49,10 +54,12 @@
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input name="displayname" type="radio" id="pref:0:int:mail.addr_book.lastnamefirst" checked="true"/>&useDisplayName.label;
|
||||
<html:input name="displayname" type="radio" id="pref:0:int:mail.addr_book.lastnamefirst" checked="true"/>
|
||||
<html:label>&useDisplayName.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="displayname" type="radio" id="pref:1:int:mail.addr_book.lastnamefirst"/>&useLastFirst.label;
|
||||
<html:input name="displayname" type="radio" id="pref:1:int:mail.addr_book.lastnamefirst"/>
|
||||
<html:label>&useLastFirst.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
|
|
@ -21,11 +21,13 @@
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.limit_message_size"/>&storeMsgLimit.label;
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.limit_message_size"/>
|
||||
<html:label>&storeMsgLimit.label;</html:label>
|
||||
<html:input name="maxsize" id="pref:string:mail.max_size" size="4"/>&kb.label;
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.prompt_purge_threshhold"/>&autoCompact.label;
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.prompt_purge_threshhold"/>
|
||||
<html:label>&autoCompact.label;</html:label>
|
||||
<html:input name="purgesize" id="pref:string:mail.purge_threshhold" size="4"/>&kb.label;
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
|
@ -36,23 +38,28 @@
|
|||
<html:table>
|
||||
<html:tr><html:td><html:label>&whenToClean.label;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="keepmsg" type="radio" id="pref:1:int:news.keep.method"/>&keepMsgs.label;
|
||||
<html:input name="keepmsg" type="radio" id="pref:1:int:news.keep.method"/>
|
||||
<html:label>&keepMsgs.label;</html:label>
|
||||
<html:input name="keepdays" id="pref:string:news.keep.days" size="4"/>&days.label;
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="keepmsg" type="radio" id="pref:0:int:news.keep.method" checked="true"/>&keepAllMsg.label;
|
||||
<html:input name="keepmsg" type="radio" id="pref:0:int:news.keep.method" checked="true"/>
|
||||
<html:label>&keepAllMsg.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="keepmsg" type="radio" id="pref:2:int:news.keep.method"/>&keepTheNewest.label;
|
||||
<html:input name="keepmsg" type="radio" id="pref:2:int:news.keep.method"/>
|
||||
<html:label>&keepTheNewest.label;</html:label>
|
||||
<html:input name="keepmsgcount" id="pref:string:news.keep.count" size="4"/>&messages.label;
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td> </html:td></html:tr>
|
||||
<html:tr><html:td> </html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:0:bool:news.keep.only_unread"/>&keepUnread.label;
|
||||
<html:input type="checkbox" id="pref:0:bool:news.keep.only_unread"/>
|
||||
<html:label>&keepUnread.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:0:bool:news.remove_bodies.by_age"/>&removeMsg.label;
|
||||
<html:input type="checkbox" id="pref:0:bool:news.remove_bodies.by_age"/>
|
||||
<html:label>&removeMsg.label;</html:label>
|
||||
<html:input name="removedays" id="pref:string:news.remove_bodies.days" size="4"/>&days.label;
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
|
|
|
@ -46,10 +46,12 @@
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td><html:input name="fontwidth" type="radio"
|
||||
id="pref:1:int:mail.fixed_width_messages" checked="true"/>&fixedWidth.label;
|
||||
id="pref:1:int:mail.fixed_width_messages" checked="true"/>
|
||||
<html:label>&fixedWidth.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td><html:input name="fontwidth" type="radio"
|
||||
id="pref:0:int:mail.fixed_width_messages"/>&variableWidth.label;
|
||||
id="pref:0:int:mail.fixed_width_messages"/>
|
||||
<html:label>&variableWidth.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
@ -57,10 +59,14 @@
|
|||
<html:br/>
|
||||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:1:bool:mail.play_sound"/>&playSound.label;</html:td></html:tr>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:1:bool:mailnews.remember_selected_message"/>&rememberLastMsg.label;</html:td></html:tr>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:1:bool:mailnews.confirm.moveFoldersToTrash"/>&confirmMove.label;</html:td></html:tr>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:0:bool:mail.use_mapi_server"/>&useMessenger.label;</html:td></html:tr>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:1:bool:mail.play_sound"/>
|
||||
<html:label>&playSound.label;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:1:bool:mailnews.remember_selected_message"/>
|
||||
<html:label>&rememberLastMsg.label;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:1:bool:mailnews.confirm.moveFoldersToTrash"/>
|
||||
<html:label>&confirmMove.label;</html:label></html:td></html:tr>
|
||||
<html:tr><html:td><html:input type="checkbox" id="pref:0:bool:mail.use_mapi_server"/>
|
||||
<html:label>&useMessenger.label;</html:label></html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
||||
|
|
|
@ -33,13 +33,16 @@ function DoCustomize()
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input name="msgreceipt" type="radio" id="pref:1:int:mail.request.return_receipt"/>&dsn.label;
|
||||
<html:input name="msgreceipt" type="radio" id="pref:1:int:mail.request.return_receipt"/>
|
||||
<html:label>&dsn.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="msgreceipt" type="radio" id="pref:2:int:mail.request.return_receipt" checked="true"/>&mdn.label;
|
||||
<html:input name="msgreceipt" type="radio" id="pref:2:int:mail.request.return_receipt" checked="true"/>
|
||||
<html:label>&mdn.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="msgreceipt" type="radio" id="pref:3:int:mail.request.return_receipt"/>&both.label;
|
||||
<html:input name="msgreceipt" type="radio" id="pref:3:int:mail.request.return_receipt"/>
|
||||
<html:label>&both.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
@ -48,10 +51,12 @@ function DoCustomize()
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input name="getreceipt" type="radio" id="pref:0:int:mail.incorporate.return_receipt" checked="true"/>&leaveIt.label;
|
||||
<html:input name="getreceipt" type="radio" id="pref:0:int:mail.incorporate.return_receipt" checked="true"/>
|
||||
<html:label>&leaveIt.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="getreceipt" type="radio" id="pref:1:int:mail.incorporate.return_receipt"/>&moveToSent.label;
|
||||
<html:input name="getreceipt" type="radio" id="pref:1:int:mail.incorporate.return_receipt"/>
|
||||
<html:label>&moveToSent.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
@ -60,10 +65,12 @@ function DoCustomize()
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input name="returnreceipt" type="radio" id="pref:0:int:mail.mdn.report.enabled"/>&never.label;
|
||||
<html:input name="returnreceipt" type="radio" id="pref:0:int:mail.mdn.report.enabled"/>
|
||||
<html:label>&never.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="returnreceipt" type="radio" id="pref:1:int:mail.mdn.report.enabled" checked="true"/>&returnSome.label;
|
||||
<html:input name="returnreceipt" type="radio" id="pref:1:int:mail.mdn.report.enabled" checked="true"/>
|
||||
<html:label>&returnSome.label;</html:label>
|
||||
<html:input name="custom" type="button" value="&custom.label;"/>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
|
|
|
@ -32,10 +32,12 @@
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:1:int:mailnews.reuse_thread_window2"/>&reuseThread.label;
|
||||
<html:input type="checkbox" id="pref:1:int:mailnews.reuse_thread_window2"/>
|
||||
<html:label>&reuseThread.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:1:int:mailnews.reuse_message_window"/>&reuseMessage.label;
|
||||
<html:input type="checkbox" id="pref:1:int:mailnews.reuse_message_window"/>
|
||||
<html:label>&reuseMessage.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>&reuseExp.label;</html:td></html:tr>
|
||||
</html:table>
|
||||
|
@ -45,10 +47,12 @@
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input name="opennews" type="radio" id="pref:0:int:news.use_message_center" checked="true"/>&openMessenger.label;
|
||||
<html:input name="opennews" type="radio" id="pref:0:int:news.use_message_center" checked="true"/>
|
||||
<html:label>&openMessenger.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="opennews" type="radio" id="pref:1:int:news.use_message_center"/>&openCenter.label;
|
||||
<html:input name="opennews" type="radio" id="pref:1:int:news.use_message_center"/>
|
||||
<html:label>&openCenter.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
|
|
@ -23,19 +23,19 @@
|
|||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input name="recipients" type="radio" id="pref:0:int:mail.default_html_action" checked="true"/>
|
||||
&askMe.label;
|
||||
<html:label>&askMe.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="recipients" type="radio" id="pref:1:int:mail.default_html_action"/>
|
||||
&convertPlain.label;
|
||||
<html:label>&convertPlain.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="recipients" type="radio" id="pref:2:int:mail.default_html_action"/>
|
||||
&sendHTML.label;
|
||||
<html:label>&sendHTML.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="recipients" type="radio" id="pref:3:int:mail.default_html_action"/>
|
||||
&sendBoth.label;
|
||||
<html:label>&sendBoth.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
<html:tr><html:td>
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
</html:select>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.auto_quote" checked="true"/>&autoQuote.label;
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.auto_quote" checked="true"/>
|
||||
<html:label>&autoQuote.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>&then.label;
|
||||
<html:select>
|
||||
|
@ -42,7 +43,8 @@
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.SpellCheckBeforeSend"/>&spellCheck.label;
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.SpellCheckBeforeSend"/>
|
||||
<html:label>&spellCheck.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table>
|
||||
</html:form>
|
||||
|
@ -51,7 +53,8 @@
|
|||
<html:form>
|
||||
<html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.wrap_long_lines"/>&wrapInMsg.label;
|
||||
<html:input type="checkbox" id="pref:0:bool:mail.wrap_long_lines"/>
|
||||
<html:label>&wrapInMsg.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>&wrapOutMsg.label;
|
||||
<html:input name="wraplength" type="text" value=""
|
||||
|
@ -65,10 +68,12 @@
|
|||
<html:tr><html:td>&cleanupMsg.label;</html:td></html:tr>
|
||||
<html:form>
|
||||
<html:tr><html:td>
|
||||
<html:input name="msgcleanup" type="radio" id="pref:0:int:mail.strictly_mime" checked="true"/>&asIs.label;
|
||||
<html:input name="msgcleanup" type="radio" id="pref:0:int:mail.strictly_mime" checked="true"/>
|
||||
<html:label>&asIs.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="msgcleanup" type="radio" id="pref:1:int:mail.strictly_mime"/>&useMIME.label;
|
||||
<html:input name="msgcleanup" type="radio" id="pref:1:int:mail.strictly_mime"/>
|
||||
<html:label>&useMIME.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:form>
|
||||
</html:table>
|
||||
|
|
Загрузка…
Ссылка в новой задаче