Jerwyn,
Have you tried the following :
$("#members > ul").html( '<li class="divider-vertical"> Site Map </cgi-bin/koha/pages.pl?p=#> </li><li
class="divider-vertical"></li>' + $("#members > ul").html() )
$("#members > ul").html( '<li class="divider-vertical"> <img src="/kohaimages/AIM/like.png">
</cgi-bin/koha/pages.pl?p=#> </li><li class="divider-vertical"></li>' + $("#members > ul").html() )
I basically just change the order of what is in the .html() function.
Good luck !
Eric Bégin
Solutions inLibro inc.
On 2015-11-26 04:35, Jerwyn wrote:
Eric and Indranil,
You are both awesome! Thank you for your inputs I was able to add it.
Using the JavaScript that Eric suggested I can now add image and text on the
right-hand corner of the *Log in to your account*. I am still figuring it
out on how put it on the left side corner.
This is the script that I used.
$("#members > ul").html( $("#members > ul").html() + '<li
class="divider-vertical"></li><li class="divider-vertical"> Site Map
</cgi-bin/koha/pages.pl?p=#> </li>' )
$("#members > ul").html( $("#members > ul").html() + '<li
class="divider-vertical"></li><li class="divider-vertical"> <img
src="/kohaimages/AIM/like.png"> </cgi-bin/koha/pages.pl?p=#> </li>' )
<http://koha.1045719.n5.nabble.com/file/n5862925/Header.jpg>
Thank you and best regards!
--
View this message in context:
http://koha.1045719.n5.nabble.com/OPAC-Header-Design-tp5862911p5862925.html
Sent from the Koha-general mailing list archive at Nabble.com.
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha