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-07-31 16:35:57 +0300
committerJulius Härtl <jus@bitgrid.net>2018-07-31 16:35:57 +0300
commitcfcb90214fdd020ad2852de107c77cb3d740b6fd (patch)
tree64955cd6b4db95c5e44fc94a687fb662630afdfd /apps/systemtags/templates
parentc39bc1638b812ef9660cfdb0ab6ca58d70ad68d8 (diff)
Revert to regular buttons in system tags management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/systemtags/templates')
-rw-r--r--apps/systemtags/templates/admin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php
index fa1b07cb187..842648b5aad 100644
--- a/apps/systemtags/templates/admin.php
+++ b/apps/systemtags/templates/admin.php
@@ -49,9 +49,9 @@ style('systemtags', 'settings');
<option value="0"><?php p($l->t('Invisible')); ?></option>
</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="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>
+ <a id="systemtag_delete" class="hidden button"><span><?php p($l->t('Delete')); ?></span></a>
+ <a id="systemtag_reset" class="button"><span><?php p($l->t('Reset')); ?></span></a>
+ <a id="systemtag_submit" class="button"><span><?php p($l->t('Create')); ?></span></a>
</div>
</form>