diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-04 00:07:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-04 00:07:24 +0200 |
commit | 8e617453e54d8b97e44ea759c0e05dca48e9ccfc (patch) | |
tree | dca8b49043acd4cbe63a9304b6ca179259222ad4 /apps/files_sharing/templates | |
parent | fc417465c0b8d8e34a18c3342e4d4bdf92d2a160 (diff) | |
download | nextcloud-server-8e617453e54d8b97e44ea759c0e05dca48e9ccfc.tar.gz nextcloud-server-8e617453e54d8b97e44ea759c0e05dca48e9ccfc.zip |
use icon-confirm instead of text for accepting remote share, works better with translations
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 2476beac1fb..386fa7e17cd 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -19,10 +19,10 @@ <div class="header-right"> <span id="details"> <span id="save" data-protected="<?php p($_['protected'])?>" data-owner="<?php p($_['displayName'])?>" data-name="<?php p($_['filename'])?>"> - <button><?php p($l->t('Add to your ownCloud')) ?></button> + <button id="save-button"><?php p($l->t('Add to your ownCloud')) ?></button> <form class="save-form hidden" action="#"> <input type="text" id="remote_address" placeholder="example.com/owncloud"/> - <input type="submit" value="<?php p($l->t('Save')) ?>"/> + <button id="save-button-confirm" class="icon-confirm svg"></button> </form> </span> <a href="<?php p($_['downloadURL']); ?>" id="download" class="button"> |