Hi guys,
I was wondering if I could get some advice, we're using the Sentinel layout and want to do a redirect to the Login page, but having the second tab (Permission by default) selected.
Is it possible to do that?
Redirect to login
-
- Posts: 5281
- Joined: 29 Jun 2013, 12:38
Please make the following changes;
Code: Select all
...
<!-- LOGIN BOX COVER START -->
<div class="Container80 MaxWid500 white-back Fnone MarAuto BordRad10" id="login-box">
<div class="Container">
<div class="Container50 TexAlCenter Animated05 BoxSizeBorder TabBtn left" role="1"> // remove "TabBtnActiveLeft" class
...
</div>
<div class="Container50 TexAlCenter Animated05 BoxSizeBorder TabBtn right TabBtnActiveLeft" role="2"> // add "TabBtnActiveLeft" class
...
</div>
<div class="Container90 Fnone MarAuto TexAlCenter TabContent OvHidden DispNone" id="TAB1"> // add "DispNone" class
....
</div>
<div class="Container90 Fnone MarAuto TexAlCenter TabContent OvHidden" id="TAB2"> // remove "DispNone" class
....
</div>
</div>
</div>
</div>
<!-- LOGIN BOX COVER END -->
...
Github Profile: https://github.com/mertsincan
-
- Information
-
Who is online
Users browsing this forum: No registered users and 2 guests