feature(path) add title with full path

This commit is contained in:
coderaiser 2013-12-30 16:20:36 +00:00
parent 748131b90b
commit a1e013f848
2 changed files with 4 additions and 3 deletions

View file

@ -1 +1 @@
<div class=path><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>
<div class=path title="{{ fullPath }}"><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>

View file

@ -352,8 +352,9 @@ var Util;
lRefreshPath = CloudFunc.rmLastSlash(lPath),
lFileTable = Util.render(pPathTemplate, {
link: FS + lRefreshPath,
path: lHtmlPath
link : FS + lRefreshPath,
fullPath : lPath,
path : lHtmlPath
}),
lHeader = Util.render(pTemplate, {