aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/templates/settings.php')
-rw-r--r--apps/files_external/templates/settings.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php
index 53d2412425c..9d8c179dd32 100644
--- a/apps/files_external/templates/settings.php
+++ b/apps/files_external/templates/settings.php
@@ -150,13 +150,19 @@
/>
<input type="hidden" class="mountOptions" value="" />
</td>
- <td class="hidden">
+ <td class="remove hidden">
<img class="svg"
alt="<?php p($l->t('Delete')); ?>"
title="<?php p($l->t('Delete')); ?>"
src="<?php print_unescaped(image_path('core', 'actions/delete.svg')); ?>"
/>
</td>
+ <td class="save hidden">
+ <img alt="<?php p($l->t('Save')); ?>"
+ title="<?php p($l->t('Save')); ?>"
+ src="<?php print_unescaped(image_path('core', 'actions/checkmark.svg')); ?>"
+ />
+ </td>
</tr>
</tbody>
</table>