remove file name from upper right button

This commit is contained in:
Thomas Müller 2014-04-29 17:16:14 +02:00
parent df32254133
commit 003049e8a6

View file

@ -17,7 +17,7 @@
<div class="header-right">
<a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
<img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
<?php p($l->t('Download %s', array($_['filename'])))?>
<?php p($l->t('Download'))?>
</a>
</div>
</div></header>