5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 821 Views |
-
Admin Login template

4 November 2011 at 9:48am
I want to change the way Admin login page looks.
Currently, it looks not really pretty but only I can find the file that I can change looks is
sapphire/tempalte/includes/Form.ss
but I should NOT edit this file, right?
Is there any way I can change admin template login without editing this file?
Thanks
-
Re: Admin Login template

4 November 2011 at 11:37am
yep...
create and edit a themes\yourtheme\templates\Layout\Security_login.ss
here is an example...
<h1>my custom login page</h1>
<h2>please login</h2>
$Content
$Form -
Re: Admin Login template

4 November 2011 at 12:32pm
thanks swaiba,
I created a file, \yourtheme\templates\Layout\Security_login.ss
and wrote code exactly your example but nothing happened.Did I miss something?
-
Re: Admin Login template

4 November 2011 at 12:48pm
thanks.
Yes, you were right. I had to do "dev/build?flush=all"
I didn't expected to do this.Thank you for your help.
-
Re: Admin Login template

4 November 2011 at 12:51pm
you should *always* expect to do at least a flush=1 when you change a *.ss file
-
Re: Admin Login template

4 November 2011 at 12:53pm
I do flush but I do this dev flush after change DB not change .ss file
| 821 Views | ||
|
Page:
1
|
Go to Top |


