summaryrefslogtreecommitdiffstats
path: root/files/templates/index.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-11 20:35:20 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-11 20:36:31 +0200
commitdfb923f34e71075ad06588ae4fabb3c51366e469 (patch)
tree7f6aa3c2f897f3306d89b3b3ccaab6dbd7a27db3 /files/templates/index.php
parent8aac43c12b409ebfa53ca74aea1f2091cba348ea (diff)
downloadnextcloud-server-dfb923f34e71075ad06588ae4fabb3c51366e469.tar.gz
nextcloud-server-dfb923f34e71075ad06588ae4fabb3c51366e469.zip
automatically set background images to png when needed
Diffstat (limited to 'files/templates/index.php')
-rw-r--r--files/templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/templates/index.php b/files/templates/index.php
index 3951787a25d..083322174e7 100644
--- a/files/templates/index.php
+++ b/files/templates/index.php
@@ -5,14 +5,14 @@
<input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload">
<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">
+ <div class="file_upload_wrapper" class="svg">
<input type="submit" class="file_upload_filename" value="<?php echo $l->t('Upload');?> (max. <?php echo $_['uploadMaxHumanFilesize'];?>)"/>
<input class="file_upload_start" type="file" name='files[]'/>
</div>
<iframe name="file_upload_target_1" class='file_upload_target' src=""></iframe>
</form>
<form id="file_newfolder_form">
- <input type="text" name="file_newfolder_name" id="file_newfolder_name" value="" placeholder="<?php echo $l->t('New Folder')?>" />
+ <input class="svg" type="text" name="file_newfolder_name" id="file_newfolder_name" value="" placeholder="<?php echo $l->t('New Folder')?>" />
</form>
</div>
<div id="file_action_panel">