- Thank you received: 0
Top Panel button text
-
arumbus
-
Topic Author
- New Member
-
Less
More
15 years 2 months ago #622
by arumbus
I am having a hard time finding where I can change the button text (open/close).
If you can point me in the right direction.
Thanx
Top Panel button text was created by arumbus
<p>This panel contains four module positions: panel1, panel2, panel3 and panel4. If none of these have published modules, the panel will be hidden.</p>
<p>You have control over the panel settings. You can change panel's height (currently 250px), width (100%), background color and panel's button text (open/close).</p>
I am having a hard time finding where I can change the button text (open/close).
If you can point me in the right direction.
Thanx
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
15 years 2 months ago #624
by milos
Replied by milos on topic Re: Top Panel button text
Please edit file /js/slidebox.js from template package in plain text editor. Line 38-39 should be:
Change words Open and Close here.
Code:
jQuery(divPanel).append("<div class='slide-button'>Open</div>");
jQuery(divPanel).append("<div style='display: none' id='close-button' class='slide-button'>Close</div>");
Please Log in to join the conversation.
Time to create page: 0.149 seconds