Skip to content

Commit

Permalink
Fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Lundekvam committed May 9, 2014
1 parent 9622aaa commit 1434274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orderforms/bootorder/viewcart.tpl
Expand Up @@ -159,8 +159,8 @@ function emptyCart(type,num) {
<h1>{$LANG.yourdetails}</h1>

<ul class="pull-right nav nav-tabs" style="margin-top: -32px;">
<li class="{if !$loggedin && $custtype neq "existing"}active{/if}" id="newcustomer"><a href="#newcustomer" data-toggle="tab">{$LANG.newcustomer}</a></li>
<li class="{if $custtype eq "existing" && !$loggedin || $loggedin}active{/if}" id="existingcustomer"><a href="#existingcustomer" data-toggle="tab">{$LANG.existingcustomer}</a></li>
<li class="{if !$loggedin && $custtype neq "existing"}active{/if}"><a href="#newcustomer" data-toggle="tab">{$LANG.newcustomer}</a></li>
<li class="{if $custtype eq "existing" && !$loggedin || $loggedin}active{/if}"><a href="#existingcustomer" data-toggle="tab">{$LANG.existingcustomer}</a></li>
</ul>

</div>
Expand Down

0 comments on commit 1434274

Please sign in to comment.