#requireResource("confluence.web.resources:aui-forms") #applyDecorator("root") #decoratorParam("context" "profile") #decoratorParam("mode" "settings") #decoratorParam("helper" $action.helper) #decoratorParam("infopanel-width" "200px") #applyDecorator("form-aui") #decoratorParam("formName" "editsettingsform") #decoratorParam("submitAction" "doeditmysettings.action") #decoratorParam("editAction" "editmysettings.action") #decoratorParam("editMode" "$editMode")

$action.getText("title.edit.general.preferences")

#tag( "Select" "label='site.homepage'" "name='siteHomePage'" "list=siteHomePages" "listKey=key" "listValue=value" "theme='aui'" ) #bodytag( "Select" "label='language.select'" "name='preferredUserLocale'" "list=installedLocalePairs" "listKey=key" "listValue=value" "theme='aui'") #set($languagePacksUrl = "${req.contextPath}/plugins/servlet/upm/marketplace/popular?category=Language+packs&source=user_profile") #param ("descriptionHtml" "$i18n.getText('language.setting.desc', [$languagePacksUrl])") #end #tag( "Select" "label='time.zone.select'" "name='userTimeZone'" "list=availableTimeZones" "listKey=key" "listValue=value" "theme='aui'" ) #bodytag( "Component" "label='keyboard.shortcuts.enabled.label'" "name='keyboardShortcutsEnabled'" "value=$keyboardShortcutsEnabled" "theme='aui'" "template='onofflist.vm'") #param ("legend" "$i18n.getText('keyboard.shortcuts.enabled.legend')") #param ("description" "$i18n.getText('keyboard.shortcuts.enabled.desc')") #end #if ($highlightPluginEnabled == true) #bodytag( "Component" "label='highlight.popup.enabled.label'" "name='highlightOptionPanelEnabled'" "value=$highlightOptionPanelEnabled" "theme='aui'" "template='onofflist.vm'") #param ("legend" "$i18n.getText('highlight.popup.enabled.legend')") #end #end #tag( "Submit" "theme='aui'" )
#form_xsrfToken() #end #end