Project

General

Profile

« Previous | Next » 

Revision 40631e86

Added by Scott Ullrich almost 17 years ago

  • Move directory up to line next to home icon
  • Do not   so many times, it looks awkward

View differences:

usr/local/www/filebrowser/browser.php
36 36
		<td class="fbHome" width="25px" align="left">
37 37
			<img src="/filebrowser/images/icon_home.gif" alt="Home" title="Home" />
38 38
		</td>
39
		<td></td>
39
		<td>&nbsp;<?=$path;?></td>
40 40
		<td class="fbClose" align="right">
41 41
			<img onClick="new Effect.Fade($('fbBrowser'));" border="0" src="/filebrowser/images/icon_cancel.gif" alt="Close" title="Close" />
42 42
		</td>
......
49 49
if(is_dir($path)) {
50 50
	list($dirs, $files) = get_content($path);
51 51
?>
52
			<?=$path;?>
52
			
53 53
		</td>
54 54
	</tr>
55 55
<?php
......
73 73
		<td class="fbDir vexpl" id="<?=$realDir;?>" align="left">
74 74
			<div onClick="$('fbTarget').value='<?=$realDir?>'; fbBrowse('<?=$realDir?>');">
75 75
				<img src="/filebrowser/images/folder_generic.gif" />
76
				&nbsp;&nbsp;&nbsp;<?=$dir;?>
76
				&nbsp;<?=$dir;?>
77 77
			</div>
78 78
		</td>
79 79
		<td></td>
......
120 120
		<td class="fbFile vexpl" id="<?=$fqpn;?>" align="left">
121 121
			<div onClick="$('fbTarget').value='<?=$path?>/<?=$file?>'; loadFile(); new Effect.Fade($('fbBrowser'));">
122 122
				<img src="/filebrowser/images/file_<?=$type;?>.gif" alt="" title="">
123
				&nbsp;&nbsp;&nbsp;<?=$file;?>
123
				&nbsp;<?=$file;?>
124 124
			</div>
125 125
		</td>
126 126
		<td align="right" class="vexpl">

Also available in: Unified diff