summaryrefslogtreecommitdiffstats
path: root/files/templates/index.php
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-08-12 21:00:41 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-08-12 21:00:41 -0400
commit122018889a054e2cc7222ce123edd859fd3511f4 (patch)
tree0dff0f4745828df16156e3900222e2ae11e3a0cb /files/templates/index.php
parentffe9da91af72e7f7953f41968f536d15390edffe (diff)
parent67156f87e3757fbd5e692e7d6b2209cfafc6c3cf (diff)
downloadnextcloud-server-122018889a054e2cc7222ce123edd859fd3511f4.tar.gz
nextcloud-server-122018889a054e2cc7222ce123edd859fd3511f4.zip
Merge branch 'master' into sharing
Conflicts: files/css/files.css
Diffstat (limited to 'files/templates/index.php')
-rw-r--r--files/templates/index.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/files/templates/index.php b/files/templates/index.php
index 008051492d0..f5a212add48 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -6,10 +6,9 @@
<input type="hidden" class="max_human_file_size" value="(max <?php echo $_['uploadMaxHumanFilesize']; ?>)">
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
<div class="file_upload_wrapper" class="svg">
- <input type="submit" class="file_upload_filename" value="<?php echo $l->t('Upload');
- if($_['uploadMaxFilesize']<(10000000000)){echo ' (max. '.$_['uploadMaxHumanFilesize'].')';}?>"/>
- <input id="file_upload_start" class="file_upload_start" type="file" name='files[]'/>
- <a href="#" id="file_upload_button_wrapper" onclick="return false;"></a>
+ <input type="submit" class="file_upload_filename" value="<?php echo $l->t('Upload'); ?>"/>
+ <input class="file_upload_start" class="file_upload_start" type="file" name='files[]'/>
+ <a href="#" class="file_upload_button_wrapper" onclick="return false;" title="<?php echo 'max. '.$_['uploadMaxHumanFilesize'] ?>"></a>
</div>
<iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe>
</form>
@@ -33,8 +32,8 @@
<a href="" title="Share" class="share"><img class='svg' alt="Share" src="../core/img/actions/share.svg" /></a>
</span>
</th>
- <th id='headerSize'><?php echo $l->t( 'Size MB' ); ?></th>
- <th id='headerDate'><span id="modified"><?php echo $l->t( 'Modified' ); ?></span><span class='selectedActions'><a href="" title="Delete" class="delete"><img class='svg' alt="<?php echo $l->t('Delete')?>" src="../core/img/actions/delete.svg" /></a></span></th>
+ <th id="headerSize"><?php echo $l->t( 'Size' ); ?></th>
+ <th id="headerDate"><span id="modified"><?php echo $l->t( 'Modified' ); ?></span><span class="selectedActions"><a href="" title="Delete" class="delete"><img class="svg" alt="<?php echo $l->t('Delete')?>" src="../core/img/actions/delete.svg" /></a></span></th>
</tr>
</thead>
<tbody id="fileList">