summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 38c51933f..436a575eb 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -3,11 +3,13 @@
<input type="file" id="opml-upload" name="import"
oc-read-file="import($fileContent)"/>
<button title="<?php p($l->t('Import')); ?>"
- oc-forward-click="{selector:'#opml-upload'}">
+ oc-forward-click="{selector:'#opml-upload'}"
+ class="opml-icon">
<?php p($l->t('Import')); ?>
</button>
<button ng-disabled="feeds.length==0" title="<?php p($l->t('Export')); ?>"
- ng-click="export()">
+ ng-click="export()"
+ class="opml-icon">
<?php p($l->t('Export')); ?>
</button>
</fieldset>