Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-14 17:52:29 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-14 17:52:29 +0400
commit0e7b0b33fb45154f63f84a7289b043f24dc3c371 (patch)
treeaf6ffdb8a841b097c851e38d32b192213945db8c /templates
parent23cfa099053bdb4d453897ed06e3d08b0f2e8e48 (diff)
remove unneeded extra icon class
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/documents.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/documents.php b/templates/documents.php
index 5270700e..036b6263 100755
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -1,7 +1,7 @@
<div id="documents-content">
<ul class="documentslist">
<li class="add-document">
- <a class="icon icon-add add svg" target="_blank" href="">
+ <a class="icon-add add svg" target="_blank" href="">
<label><?php p($l->t('New document')) ?></label>
</a>
<div id="upload" title="<?php p($l->t('Upload') . ' max. '.$_['uploadMaxHumanFilesize']) ?>">
@@ -23,12 +23,12 @@
value="(max <?php p($_['uploadMaxHumanFilesize']); ?>)" />
<input type="hidden" name="dir" value="<?php p($_['savePath']) ?>" id="dir" />
<input type="file" id="file_upload_start" name='files[]' />
- <a href="#" class="icon icon-upload upload svg">
+ <a href="#" class="icon-upload upload svg">
<label><?php p($l->t('Upload')) ?></label></a>
</form>
</div>
</li>
- <li class="progress icon icon-loading"><div><?php p($l->t('Loading documents...')); ?></div></li>
+ <li class="progress icon-loading"><div><?php p($l->t('Loading documents...')); ?></div></li>
<li class="document template" data-id="" style="display:none;">
<a target="_blank" href=""><label></label></a>
</li>