Change login text to button

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Change login text to button

Post by patsd102 » 2013-09-12 18:02

You are not signed in. Sign In

Anyone want to help me change the " sign in " text to a button,

Thanks in advance
23.17

patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Re: Change login text to button

Post by patsd102 » 2013-09-14 18:15

Sorted.

In the incommon.php file

If anyone is interested,, change this ( <?php echo $Translation['sign in']; ?> ) to this ( <input type="button" name="submit" value="Login"> )
23.17

Post Reply