mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Merge branch 'pr/57' into develop
Conflicts: modules/file/tpl/file_list.html
This commit is contained in:
commit
ca87a2b199
2 changed files with 4 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
||||||
<!--@endif-->
|
<!--@endif-->
|
||||||
<!-- one document end -->
|
<!-- one document end -->
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{$val->download_url}">{htmlspecialchars($val->source_filename, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}</a></td>
|
<td><a href="{htmlspecialchars_decode($val->download_url)}">{htmlspecialchars($val->source_filename, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}</a></td>
|
||||||
<td class="nowr">{FileHandler::filesize($val->file_size)}</td>
|
<td class="nowr">{FileHandler::filesize($val->file_size)}</td>
|
||||||
<td class="nowr">{$val->download_count}</td>
|
<td class="nowr">{$val->download_count}</td>
|
||||||
<td class="nowr">
|
<td class="nowr">
|
||||||
|
|
|
||||||
|
|
@ -1881,6 +1881,9 @@ jQuery(function($){
|
||||||
showMenuSelector($(this).find('._menuSelector_menuTreeContainer'), htInfo.url);
|
showMenuSelector($(this).find('._menuSelector_menuTreeContainer'), htInfo.url);
|
||||||
}else{
|
}else{
|
||||||
// URL shortcut
|
// URL shortcut
|
||||||
|
var htInfo_url = htInfo.url;
|
||||||
|
htInfo_url = htInfo_url.replace(/&/g, '&');
|
||||||
|
htInfo.url = htInfo_url;
|
||||||
$(this).find('a[href="#fix_linkUrl"]').click();
|
$(this).find('a[href="#fix_linkUrl"]').click();
|
||||||
$(this).find('._url_link').val($('<div />').text(htInfo.url).text());
|
$(this).find('._url_link').val($('<div />').text(htInfo.url).text());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue