Removed Footer, Now Login Button doesn't work [SOLVED]

Moderator: crythias

Locked
jacubillo
Znuny newbie
Posts: 2
Joined: 24 Feb 2014, 19:37
Znuny Version: 3.1.12

Removed Footer, Now Login Button doesn't work [SOLVED]

Post by jacubillo »

Hello everyone!

I removed the line $Include{"CustomerFooter"} from ./Kernel/Output/HTML/Standard/CustomerLogin.dtl and this has caused (for unknown reasons to me) that the Login button is now disabled. Its currently "greyed out" and does nothing.
I want to remove the footer from the Login screen but keep it for all other pages and removing this line seemed like the proper way to do the trick.

What may be causing this? And is there any special way to remove the footer from just a single page?

Regards,

- Juan
Last edited by jacubillo on 24 Feb 2014, 20:33, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Removed Footer from Login page,Now Login Button doesn't

Post by crythias »

you may want to take a look at and understand Kernel/Output/HTML/Standard/CustomerFooter.dtl
jacubillo wrote:is there any special way to remove the footer from just a single page?
Kinda. copy what you need from CustomerFooter.dtl to the single page.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jacubillo
Znuny newbie
Posts: 2
Joined: 24 Feb 2014, 19:37
Znuny Version: 3.1.12

Re: Removed Footer from Login page,Now Login Button doesn't

Post by jacubillo »

Ok, That did it.

I copied the contents from a default CustomerFooter.dtl file to my CustomerLogin.dtl and now it works just fine. Thank you for your help.

Thank you!
Locked