diff --git a/scm-webapp/src/main/webapp/resources/js/config/sonia.config.scmconfigpanel.js b/scm-webapp/src/main/webapp/resources/js/config/sonia.config.scmconfigpanel.js index d82c7a33a2..49bf63a990 100644 --- a/scm-webapp/src/main/webapp/resources/js/config/sonia.config.scmconfigpanel.js +++ b/scm-webapp/src/main/webapp/resources/js/config/sonia.config.scmconfigpanel.js @@ -62,8 +62,11 @@ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{ // help servernameHelpText: 'The name of this server. This name will be part of the repository url.', - // TODO - dateFormatHelpText: 'JavaScript date format.', + // TODO i18n + dateFormatHelpText: 'Moments date format. Please have a look at \n\ + http://momentjs.com/docs/#/displaying/format/.
\n\ + Note:
\n\ + {0} - is replaced by a "time ago" string (e.g. 2 hours ago).', pluginRepositoryHelpText: 'The url of the plugin repository.
Explanation of the {placeholders}:\n\
version = SCM-Manager Version
os = Operation System
arch = Architecture', enableForwardingHelpText: 'Enbale mod_proxy port forwarding.', @@ -120,6 +123,7 @@ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{ fieldLabel: this.dateFormatText, name: 'dateFormat', helpText: this.dateFormatHelpText, + helpDisableAutoHide: true, allowBlank: false },{ xtype: 'textfield',