mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
improve help tooltips
This commit is contained in:
@@ -116,8 +116,8 @@ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{
|
|||||||
|
|
||||||
// help
|
// help
|
||||||
servernameHelpText: 'The name of this server. This name would be part of the repository url.',
|
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\
|
pluginRepositoryHelpText: 'The url of the plugin repository.<br />Explanation of the {placeholders}:\n\
|
||||||
<br />version = SCM-Manager Version<br />os = Operation System<br />arch = Architecture',
|
<br /><b>version</b> = SCM-Manager Version<br /><b>os</b> = Operation System<br /><b>arch</b> = Architecture',
|
||||||
enableForwardingHelpText: 'Enbale mod_proxy port forwarding.',
|
enableForwardingHelpText: 'Enbale mod_proxy port forwarding.',
|
||||||
forwardPortHelpText: 'The forwarding port.',
|
forwardPortHelpText: 'The forwarding port.',
|
||||||
allowAnonymousAccessHelpText: 'Anonymous users can see public repositories.',
|
allowAnonymousAccessHelpText: 'Anonymous users can see public repositories.',
|
||||||
|
|||||||
@@ -195,8 +195,8 @@ Sonia.repository.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
|
|||||||
descriptionHelpText: 'A short description of the repository.',
|
descriptionHelpText: 'A short description of the repository.',
|
||||||
publicHelpText: 'A public repository which is readable by every person.',
|
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.<br />\n\
|
permissionHelpText: 'If the "Group Permission" box is checked, then the name represents the groupname otherwise the username.<br />\n\
|
||||||
Type explenation:<br />READ = read permission<br />WRITE = read and write permission<br />\n\
|
Type explenation:<br /><b>READ</b> = read permission<br /><b>WRITE</b> = read and write permission<br />\n\
|
||||||
OWNER = read, write permissions and also the ability to manage the properties and permissions',
|
<b>OWNER</b> = read, write permissions and also the ability to manage the properties and permissions',
|
||||||
|
|
||||||
permissionStore: null,
|
permissionStore: null,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user