Merge pull request #80 from victorsl/BUG-9045
BUG 9045 "Cuando se aplica a un usuario la opcion de single..." SOLVED
This commit is contained in:
@@ -220,7 +220,7 @@ iframe::-webkit-scrollbar {
|
||||
/* Top Level */
|
||||
.xbreadcrumbs {
|
||||
background: #F0F0F0;
|
||||
width: 100%;
|
||||
width: 95%;
|
||||
}
|
||||
.xbreadcrumbs LI {
|
||||
padding: 5px;
|
||||
@@ -527,6 +527,10 @@ PRE.code {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#signout-link img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a.signout-link:hover {
|
||||
background: -moz-linear-gradient(#0CA6DD, #0770A0) repeat scroll 0 0 transparent;
|
||||
background: -webkit-gradient(linear, 0 0, 0 100%, from(#0CA6DD), to(#0770A0));
|
||||
|
||||
@@ -56,11 +56,15 @@
|
||||
<!-- start topbar -->
|
||||
|
||||
<ul class="xbreadcrumbs" id="breadcrumbs-1">
|
||||
{foreach from=$steps key=i item=step}
|
||||
<li id="{$step.id}"{if $i eq "0"} class="current"{/if}>
|
||||
<a{if $i eq "0"} class="home"{/if} href="{$step.url}" target="iframex">{$i+1}. {$step.title}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
{if count($steps) > 0}
|
||||
{foreach from=$steps key=i item=step}
|
||||
<li id="{$step.id}"{if $i eq "0"} class="current"{/if}>
|
||||
<a{if $i eq "0"} class="home"{/if} href="{$step.url}" target="iframex">{$i+1}. {$step.title}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
{else}
|
||||
<li></li>
|
||||
{/if}
|
||||
</ul>
|
||||
|
||||
<a id="signout-link" href="home/login" title="Sign out"><img src="/images/simplified/logout-grey.png" /></a>
|
||||
|
||||
Reference in New Issue
Block a user