mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- yWeb: icons cleanup; big thanks to fred_feuerstein
This commit is contained in:
@@ -77,7 +77,7 @@ CyExplorer.prototype = {
|
||||
else
|
||||
fnamestr = "<a href='javascript:do_prop(\""+editlink+"\")'>"+fp.get('fname')+"</a>";
|
||||
/* if(editlink != "")
|
||||
fdate = "<a href='' edit='"+editlink+"' ycontextmenu=\"imgmenu\"><img src=\"/images/properties.gif\"></a>"+fp.get('date');
|
||||
fdate = "<a href='' edit='"+editlink+"' ycontextmenu=\"imgmenu\"><img src=\"/images/properties.png\"></a>"+fp.get('date');
|
||||
*/
|
||||
var file_cell = new Element( 'td',{name: 'file'}).update(fnamestr);
|
||||
mycurrent_row.insert(file_cell);
|
||||
@@ -482,7 +482,7 @@ function prop_plugin_img(fullfname)
|
||||
function prop_plugin_ts(fullfname)
|
||||
{
|
||||
$('ext_title').update("Stream File");
|
||||
var html="<a href='/tmp/vlc.m3u?"+Math.random()+"' target='_blank'><img src='/images/vlc.gif'>start vlc</a>";
|
||||
var html="<a href='/tmp/vlc.m3u?"+Math.random()+"' target='_blank'><img src='/images/vlc.png'>start vlc</a>";
|
||||
$('ext_content').update(html);
|
||||
$('ext_diag').show();
|
||||
}
|
||||
@@ -576,8 +576,8 @@ function ni() {
|
||||
<table class="toolbar" cellspacing="1" cellpadding="1">
|
||||
<tr>
|
||||
<td title="go to top dir"><a href='javascript:do_dirview("/")'><img src="/images/home.png"/></a></td>
|
||||
<td title="go one dir up"><a href='javascript:do_go_up_dir()'><img src="/images/dir_up.gif"/></a></td>
|
||||
<td title="refresh"><a href='javascript:refresh_dirview()'><img src="/images/reload.gif"/></a></td>
|
||||
<td title="go one dir up"><a href='javascript:do_go_up_dir()'><img src="/images/dir_up.png"/></a></td>
|
||||
<td title="refresh"><a href='javascript:refresh_dirview()'><img src="/images/reload.png"/></a></td>
|
||||
<td title="add folder here"><a href='javascript:add_folder_dialog()'><img src="/images/folder_add.png"/></a></td>
|
||||
<td title="upload"><a href='javascript:upload_dialog()'><img src="/images/upload.png"/></a></td>
|
||||
<td title="paste item"><a href="javascript:do_paste()"><img src="/images/paste.gif"/></a></td>
|
||||
|
Reference in New Issue
Block a user