Page 1 of 1

Location of Base64 images

PostPosted:Mon Oct 14, 2013 7:05 am
by gr87
Hello,

I am trying to configure OpenKM on the frontend, and have noticed that some images for the interface are in Base64. I'm presuming they are stored in the database, but so far had no luck in finding them.

Could you point me in the right direction?

Re: Location of Base64 images

PostPosted:Mon Oct 14, 2013 8:38 am
by jllort
Code: Select all
SELECT * FROM OKM_CONFIG;

Re: Location of Base64 images

PostPosted:Mon Oct 14, 2013 11:02 am
by gr87
I don't see any place where icons are in this table. Are they defined in the database at all.

Re: Location of Base64 images

PostPosted:Tue Oct 15, 2013 6:09 pm
by jllort
cfg_key is be called logo.login, logo.mobile etc...

Re: Location of Base64 images

PostPosted:Wed Oct 23, 2013 6:37 am
by gr87
The icon I wish to change is the icon of Delete all after the input field, which is a red circle and the white x. It is located on the Document Wizard.

Re: Location of Base64 images

PostPosted:Thu Oct 24, 2013 10:50 pm
by jllort
For it you need to recompile entire project, because gwt creates a map -> the class you're looking for is called OKMBundleResources.java images are at https://sourceforge.net/p/openkm/code/H ... /img/icon/

Take a look here:
http://wiki.openkm.com/index.php/Developer_Guide
http://doxygen.openkm.com/openkm/dd/d09 ... urces.html