Skip to content
Snippets Groups Projects
Commit 81b4904c authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

File Selected on Click instead of download.

parent 551e8097
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,12 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
-webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms;
}
#fileList tr td.filename .name {
position: absolute;
width: 100%;
height: 50px;
}
#uploadsize-message,#delete-confirm { display:none; }
/* File actions */
......
......@@ -31,7 +31,7 @@ $totalsize = 0; ?>
<?php if($file['type'] == 'dir'): ?>
<a class="name" href="<?php p(rtrim($_['baseURL'],'/').'/'.trim($directory,'/').'/'.$name); ?>" title="">
<?php else: ?>
<a class="name" href="<?php p(rtrim($_['downloadURL'],'/').'/'.trim($directory,'/').'/'.$name); ?>" title="">
<label class="name" title="" for="select-<?php p($file['fileid']); ?>"></label>
<?php endif; ?>
<span class="nametext">
<?php if($file['type'] == 'dir'):?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment