04-02-2007 10:26 AM
01-28-2016 11:41 PM
C:\Alfresco50d\tomcat\webapps\share\components\footer\footer.css
/* Footer Component */
.footer
{
background-color: #fafafa;
border-top: 1px solid #ccc;
text-align: center;
padding: 0;
display:none!important;
}
08-07-2011 12:25 PM
10-05-2011 05:52 AM
Change display: none on footer.css, that's in share/components/footer/
on line 57:
.footer-com .copyright span {
display: none;
}
To change the image "Alfresco Community", go to share/components/images/alfresco-share-logo.png
Simply swap the existing .png file with your own new .png.
Hope that helps.
11-11-2011 09:49 AM
11-15-2011 09:35 AM
Other way, if you wanna just remove the image, without replace for other one, just remove the image alfresco-share-logo.png at share/components/images/alfresco-share-logo.png
Hope it helps
12-22-2015 04:16 AM
01-16-2016 07:15 AM
01-16-2016 10:37 AM
share-documentlibrary-config.xml
file.
<create-content>
<content id="plain-text" label="create-content.text" type="pagelink" index="10" icon="text">
<param name="page">create-content?destination={nodeRef}&itemId=cm:content&mimeType=text/plain</param>
</content>
<content id="html" label="create-content.html" type="pagelink" index="20">
<param name="page">create-content?destination={nodeRef}&itemId=cm:content&mimeType=text/html</param>
</content>
<content id="xml" label="create-content.xml" type="pagelink" index="30">
<param name="page">create-content?destination={nodeRef}&itemId=cm:content&mimeType=text/xml</param>
</content>
<content id="folder" label="create-content.folder" icon="folder" index="5" type="javascript">
<param name="function">onNewFolder</param>
</content>
</create-content>
<create-content-by-template>true</create-content-by-template>
<create-content> …
sections according to your requirement. <create-content-by-template>true</create-content-by-template>
to <create-content-by-template>false</create-content-by-template>
, then 01-18-2016 04:59 AM
span.footer
{
display:none!important;
}
.footer
{
font-family: Arial,Helvetica;
font-size: 10px;
display: none;
}
02-03-2016 07:11 AM
01-28-2016 09:06 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.