Merged SHA-SIMP-2 (5.1.0) to HEAD (5.1)

115891 aowian: ACE-4500: Updating links to the help from within Alfresco
      - Added docsEdition to admin-template
      - Updated docs urls in property files to allow for docsEdition replacement
      - Made message formatting replace placeholders with docsEdition in docs urls from freemarker files
      - TODO: Share in the Cloud docs work


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@116660 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ahmed Owian
2015-11-10 06:02:45 +00:00
parent 9421091283
commit 94e890e1ff

View File

@@ -821,3 +821,5 @@ Admin.addEventListener(window, 'load', function() {
<input class="<#if class?has_content>${class?html}<#else>inline</#if>" <#if id?has_content>id="${id?html}"</#if> <#if style?has_content>style="${style?html}"</#if> type="button" value="${label?html}" onclick="${onclick?html}" <#if disabled="true">disabled="true"</#if> /> <input class="<#if class?has_content>${class?html}<#else>inline</#if>" <#if id?has_content>id="${id?html}"</#if> <#if style?has_content>style="${style?html}"</#if> type="button" value="${label?html}" onclick="${onclick?html}" <#if disabled="true">disabled="true"</#if> />
<#if description?has_content><span class="description">${description?html}</span></#if> <#if description?has_content><span class="description">${description?html}</span></#if>
</#macro> </#macro>
<#assign docsEdition = server.getVersionMajor() + "." + server.getVersionMinor() />