Changing the Banner and Logo to Your Organization: Difference between revisions

From IHRIS Wiki
Line 17: Line 17:


==Changing the logo==
==Changing the logo==
Now we wish to change the logo, which is the green and blank iHRIS icon in the upper left hand side of the page.  Let us
suppose that you have already copied the image you want to use to your Desktop where it is called ''my_logo.png''. Then
all you would need to do is:
  sudo mkdir -p /var/lib/iHRIS/sites/manage/images
  sudo cp ~/Desktop/my_logo.png /var/lib/iHRIS/sites/manage/images/iHRISManage_logo.png


==Changing the banner image==
==Changing the banner image==

Revision as of 10:32, 22 July 2010

In this tutorial we show how to change the banner, logo and other branding information to represent your organization. This tutorial assumes that you have installed the blank iHRIS Manage site according to these directions.


Changing the Header Text

We will need to then modify main.html, one of the html template files which is in our site directory:

sudo gedit /var/lib/iHRIS/sites/manage/templates/en_US/main.html

Now change the lines: <source lang='xml'>

iHRIS Manage

Human Resource Management

</source> to: <source lang='xml'>

iHRIS Manage

Ministry of Health - Taifeiki

</source>

Now we wish to change the logo, which is the green and blank iHRIS icon in the upper left hand side of the page. Let us suppose that you have already copied the image you want to use to your Desktop where it is called my_logo.png. Then all you would need to do is:

 sudo mkdir -p /var/lib/iHRIS/sites/manage/images
 sudo cp ~/Desktop/my_logo.png /var/lib/iHRIS/sites/manage/images/iHRISManage_logo.png

Changing the banner image