webdav portal fixes

This commit is contained in:
vfedosevich 2015-03-12 06:40:31 -07:00
parent 0f61d148ff
commit 4503df4578
2 changed files with 11 additions and 7 deletions

View file

@ -277,12 +277,14 @@ tr.selected-file {
} }
.dataTables_processing { .dataTables_processing {
width: 165px !important; width: 185px !important;
margin: 0 !important;; margin: 0 !important;
padding: 0 !important;; padding: 0 !important;
left: 43% !important;; left: 43% !important;
background: initial !important;; background: initial !important;
background-color: #FFFFFF !important;; background-color: #FFFFFF !important;
border: 1px solid #CDCDCD;
height: 44px !important;
} }
.breadcrumb-wsp { .breadcrumb-wsp {

View file

@ -25,7 +25,9 @@
} }
else else
{ {
<a href="@Url.RouteUrl(FileSystemRouteNames.ShowContentPath)" class="processing-dialog">@UI.SearchResults</a> <a href="@Url.RouteUrl(FileSystemRouteNames.ShowContentPath)" class="processing-dialog">@(elements.Any() ?elements.Last():WspContext.User.OrganizationId)</a>
<span style="top: 2px;"> / </span>
<span>@UI.SearchResults</span>
} }
</div> </div>