OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

Allow application logo to be branded #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you login to Open eSignForms, the logo in the upper left corner is 
currently fixed.

Would like the ability to change this logo so we can brand the application as 
well.

Original issue reported on code.google.com by yoz...@gmail.com on 12 Mar 2013 at 4:57

GoogleCodeExporter commented 9 years ago
Note that branding levels depend on type of deployment. When you run your own 
system, including when using it open source, you can change this by swapping 
out the logo file used or by modifying the message.properties file and change 
the setting:

MainWindow.logo.themeresource=images/OpenESignFormsLogo.gif

We will look to make it a bit more straightforward to change the logo. As it is 
now, we do not support such changes in shared hosted services because release 
installation is automated and cannot support custom changes being re-applied on 
new releases. But for private web servers and those who run it themselves, but 
it does mean re-applying changes to these files after each new release.

Original comment by yoz...@gmail.com on 12 Mar 2013 at 5:03

GoogleCodeExporter commented 9 years ago
Fixed in the 13.3.12 release with the template libraries Image/Logo named 
LogoForApp

Original comment by yoz...@gmail.com on 12 Mar 2013 at 10:48