summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-12 15:15:41 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-12 15:15:41 +0200
commit7a0bce72133229957f8fcdd2a81c7888b2b62ac4 (patch)
tree228ab8c94caead29a2ba74e96bfb228b6ecc3a53 /templates/part.settings.php
parenta069add71e642f37c6309c3bd7af74761acef929 (diff)
show disabled export button if there are no feeds
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 263e4b3a8..fbe39fffd 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -23,6 +23,12 @@
ng-show="feedBl.getNumberOfFeeds() > 0">
<?php p($l->t('Export')); ?>
</a>
+ <button
+ title="<?php p($l->t('Export')); ?>"
+ ng-hide="feedBl.getNumberOfFeeds() > 0" disabled>
+ <?php p($l->t('Export')); ?>
+ </button>
+
</fieldset>
<fieldset class="personalblock">
<legend><strong><?php p($l->t('Subscribelet')); ?></strong></legend>