Redirect to login

Locked
milespop
Posts: 11
Joined: 17 Sep 2015, 10:49

19 Aug 2016, 09:13

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?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

22 Aug 2016, 15:53

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 -->
...

Locked

Return to “Sentinel”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 15 guests