2013-12-25 08:05:04 +08:00
|
|
|
<div class="b-settings-general g-ui-user-select-none">
|
2013-11-12 06:01:44 +08:00
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="legend">
|
2014-10-30 05:08:53 +08:00
|
|
|
<span class="i18n i18n-animation" data-i18n-text="SETTINGS_GENERAL/LEGEND_GENERAL"></span>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
<div class="control-group" data-bind="visible: allowLanguagesOnSettings">
|
|
|
|
<label class="control-label">
|
|
|
|
<span class="i18n" data-i18n-text="SETTINGS_GENERAL/LABEL_LANGUAGE"></span>
|
|
|
|
</label>
|
|
|
|
<div class="controls">
|
|
|
|
<label class="flag-selector">
|
|
|
|
<span class="flag-wrapper">
|
|
|
|
<span data-bind="css: 'flag flag-' + mainLanguage()" style=""></span>
|
|
|
|
</span>
|
|
|
|
<span class="flag-name" data-bind="text: mainLanguageFullName, click: selectLanguage"></span>
|
2014-10-29 06:05:50 +08:00
|
|
|
|
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'SaveTrigger',
|
|
|
|
params: { value: languageTrigger }
|
|
|
|
}"></div>
|
2013-11-12 06:01:44 +08:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="control-group">
|
2013-12-19 08:53:42 +08:00
|
|
|
<label class="control-label" style="padding-top: 0;">
|
|
|
|
<span class="i18n" data-i18n-text="SETTINGS_GENERAL/LABEL_EDITOR"></span>
|
|
|
|
</label>
|
2013-11-12 06:01:44 +08:00
|
|
|
<div class="controls">
|
2014-10-30 07:07:48 +08:00
|
|
|
<!-- <div data-bind="component: {
|
2014-10-30 05:08:53 +08:00
|
|
|
name: 'Radio',
|
|
|
|
params: {
|
|
|
|
value: editorDefaultType,
|
|
|
|
values: {
|
|
|
|
'Html': 'SETTINGS_GENERAL/LABEL_EDITOR_HTML_AS_DEFAULT',
|
|
|
|
'Plain': 'SETTINGS_GENERAL/LABEL_EDITOR_PLAIN_AS_DEFAULT'
|
|
|
|
}
|
|
|
|
}
|
2014-10-30 07:07:48 +08:00
|
|
|
}"></div>-->
|
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'Select',
|
|
|
|
params: {
|
|
|
|
options: editorDefaultTypes,
|
|
|
|
value: editorDefaultType,
|
|
|
|
optionsText: 'name',
|
|
|
|
optionsValue: 'id'
|
|
|
|
}
|
2014-10-30 05:08:53 +08:00
|
|
|
}"></div>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-12-24 07:56:47 +08:00
|
|
|
</div>
|
2013-11-12 06:01:44 +08:00
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="legend">
|
2014-10-30 05:08:53 +08:00
|
|
|
<span class="i18n i18n-animation" data-i18n-text="SETTINGS_GENERAL/LABEL_VIEW_OPTIONS"></span>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
<div class="control-group">
|
|
|
|
<div class="controls">
|
2014-10-29 06:05:50 +08:00
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'Select',
|
|
|
|
params: {
|
|
|
|
label: 'SETTINGS_GENERAL/LABEL_MESSAGE_PER_PAGE',
|
|
|
|
options: mainMessagesPerPageArray,
|
|
|
|
value: mainMessagesPerPage,
|
|
|
|
trigger: mppTrigger,
|
|
|
|
size: 2,
|
|
|
|
width: 70
|
|
|
|
}
|
|
|
|
}"></div>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="control-group">
|
|
|
|
<div class="controls">
|
2014-10-29 06:05:50 +08:00
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'Checkbox',
|
|
|
|
params: {
|
|
|
|
label: 'SETTINGS_GENERAL/LABEL_SHOW_IMAGES',
|
|
|
|
value: showImages
|
|
|
|
}
|
|
|
|
}"></div>
|
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'Checkbox',
|
|
|
|
params: {
|
|
|
|
label: 'SETTINGS_GENERAL/LABEL_USE_CHECKBOXES_IN_LIST',
|
|
|
|
value: useCheckboxesInList
|
|
|
|
}
|
|
|
|
}"></div>
|
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'Checkbox',
|
|
|
|
params: {
|
|
|
|
label: 'SETTINGS_GENERAL/LABEL_USE_PREVIEW_PANE',
|
|
|
|
value: usePreviewPaneCheckbox
|
|
|
|
}
|
|
|
|
}"></div>
|
|
|
|
<div data-bind="visible: threading, component: {
|
|
|
|
name: 'Checkbox',
|
|
|
|
params: {
|
|
|
|
label: 'SETTINGS_GENERAL/LABEL_USE_THREADS',
|
|
|
|
value: useThreads
|
|
|
|
}
|
|
|
|
}"></div>
|
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'Checkbox',
|
|
|
|
params: {
|
|
|
|
label: 'SETTINGS_GENERAL/LABEL_REPLY_SAME_FOLDER',
|
|
|
|
value: replySameFolder
|
|
|
|
}
|
|
|
|
}"></div>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-horizontal" data-bind="visible: isDesktopNotificationsSupported()">
|
|
|
|
<div class="legend">
|
2014-10-30 05:08:53 +08:00
|
|
|
<span class="i18n i18n-animation" data-i18n-text="SETTINGS_GENERAL/LABEL_CHROME_NOTIFICATION"></span>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
<div class="control-group">
|
|
|
|
<div class="controls">
|
|
|
|
<div data-bind="visible: isDesktopNotificationsSupported">
|
2014-10-30 05:08:53 +08:00
|
|
|
<div data-bind="component: {
|
|
|
|
name: 'Checkbox',
|
|
|
|
params: {
|
|
|
|
label: 'SETTINGS_GENERAL/LABEL_CHROME_NOTIFICATION_DESC',
|
|
|
|
value: useDesktopNotifications,
|
|
|
|
disable: isDesktopNotificationsDenied,
|
|
|
|
inline: true
|
|
|
|
}
|
|
|
|
}"></div>
|
|
|
|
|
|
|
|
<span data-bind="visible: isDesktopNotificationsDenied">
|
|
|
|
<span class="i18n" style="color: #999" data-i18n-text="SETTINGS_GENERAL/LABEL_CHROME_NOTIFICATION_DESC_DENIED"></span>
|
|
|
|
</span>
|
2013-11-12 06:01:44 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-09-25 03:04:44 +08:00
|
|
|
</div>
|