summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 17:55:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 17:55:30 +0200
commit6208debf043fc8af28de13515dec4d10ace99bc3 (patch)
tree3d1cfc3a94b622f5fc7c65fac0a8f9fb8aadfb37 /templates/part.settings.php
parent4fa9c6d6cfc24b848bc8bb1526ef8ef50f046cb3 (diff)
use firefox for ci and e2e
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php20
1 files changed, 8 insertions, 12 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 81c3550d5..4ad4874f3 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -1,11 +1,7 @@
<div id="app-settings-header">
<button name="app settings"
class="settings-button"
- news-slide-up="{
- selector: '#app-settings-content',
- hideOnFocusLost: true,
- cssClass: 'opened'
- }"></button>
+ data-apps-slide-up-area="#app-settings-content"></button>
</div>
<div id="app-settings-content">
@@ -41,14 +37,14 @@
news-read-file="Settings.importOpml($fileContent)"/>
<button title="<?php p($l->t('Import')); ?>"
- class="upload-icon svg"
+ class="icon-upload svg button-icon-label"
news-trigger-click="#opml-upload">
<?php p($l->t('Import')); ?>
</button>
<a title="<?php p($l->t('Export')); ?>"
- class="button download-icon svg"
+ class="button icon-download svg button-icon-label"
href="<?php p(\OCP\Util::linkToRoute('news.export.opml')); ?>"
target="_blank"
ng-show="feedSize() > 0">
@@ -56,7 +52,7 @@
</a>
<button
- class="download-icon svg"
+ class="icon-download svg button-icon-label"
title="<?php p($l->t('Export')); ?>"
ng-hide="feedSize() > 0"
disabled>
@@ -78,21 +74,21 @@
news-read-file="Settings.importArticles($fileContent)"/>
<button title="<?php p($l->t('Import')); ?>"
- class="upload-icon svg"
- ng-class="{loading: Settings.importing}"
+ class="icon-upload svg button-icon-label"
+ ng-class="{'icon-loading-small': Settings.importing}"
ng-disabled="importing"
news-trigger-click="#article-upload">
<?php p($l->t('Import')); ?>
</button>
- <a title="<?php p($l->t('Export')); ?>" class="button download-icon svg"
+ <a title="<?php p($l->t('Export')); ?>" class="button icon-download svg button-icon-label"
href="<?php p(\OCP\Util::linkToRoute('news.export.articles')); ?>"
target="_blank"
ng-show="feedSize() > 0">
<?php p($l->t('Export')); ?>
</a>
<button
- class="download-icon svg"
+ class="icon-download svg button-icon-label"
title="<?php p($l->t('Export')); ?>"
ng-hide="feedSize() > 0"
disabled>