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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-06-29 12:04:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-29 15:12:07 +0300
commit94dcddc45ecff2d3772e56466dc0c8fd3588e6fa (patch)
treea14937a7e2211a220320d30b3ce4b56000d85f76 /apps/systemtags/templates
parentb47085c8fe53c228ee44e1e32b88b46218560c85 (diff)
Do not hide reset button
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/systemtags/templates')
-rw-r--r--apps/systemtags/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php
index 3d0b915c52c..fa1b07cb187 100644
--- a/apps/systemtags/templates/admin.php
+++ b/apps/systemtags/templates/admin.php
@@ -50,7 +50,7 @@ style('systemtags', 'settings');
</select>
<a id="systemtag_delete" class="hidden icon-delete"><span class="hidden-visually"><?php p($l->t('Delete')); ?></span></a>
- <a id="systemtag_reset" class="hidden icon-close"><span class="hidden-visually"><?php p($l->t('Reset')); ?></span></a>
+ <a id="systemtag_reset" class="icon-close"><span class="hidden-visually"><?php p($l->t('Reset')); ?></span></a>
<a id="systemtag_submit" class="icon-confirm"><span class="hidden-visually"><?php p($l->t('Create')); ?></span></a>
</div>