From 118ee7cb9e859cebeeabe3737a2197d80507a93c Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 18 Mar 2011 18:32:19 +0100 Subject: [PATCH] improve help tooltips --- scm-webapp/src/main/webapp/resources/js/sonia.config.js | 4 ++-- scm-webapp/src/main/webapp/resources/js/sonia.repository.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.config.js b/scm-webapp/src/main/webapp/resources/js/sonia.config.js index 1db46b29e4..4188ab43ce 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.config.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.config.js @@ -116,8 +116,8 @@ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{ // help servernameHelpText: 'The name of this server. This name would be part of the repository url.', - pluginRepositoryHelpText: 'The url of the plugin repository. Explanation of the {placeholders}:\n\ -
version = SCM-Manager Version
os = Operation System
arch = Architecture', + 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.', forwardPortHelpText: 'The forwarding port.', allowAnonymousAccessHelpText: 'Anonymous users can see public repositories.', diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js index b174c34ba6..097d91c288 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.repository.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.repository.js @@ -195,8 +195,8 @@ Sonia.repository.FormPanel = Ext.extend(Sonia.rest.FormPanel,{ descriptionHelpText: 'A short description of the repository.', publicHelpText: 'A public repository which is readable by every person.', permissionHelpText: 'If the "Group Permission" box is checked, then the name represents the groupname otherwise the username.
\n\ - Type explenation:
READ = read permission
WRITE = read and write permission
\n\ - OWNER = read, write permissions and also the ability to manage the properties and permissions', + Type explenation:
READ = read permission
WRITE = read and write permission
\n\ + OWNER = read, write permissions and also the ability to manage the properties and permissions', permissionStore: null,