summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 03:07:28 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 03:07:28 +0100
commit17902de40c7db3228219e673e7c05419bb12d4a4 (patch)
treec821b0f04458b43a969c73ea70d255ca20a82fa6 /templates/part.settings.php
parent399007f6b70470e29a0f29ea0920b54c0db222f0 (diff)
forward import click to hidden file input
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 99d870cce..5dac1f05a 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -1,7 +1,7 @@
<fieldset class="personalblock">
<legend><strong><?php p($l->t('Import / Export OPML')); ?></strong></legend>
<input type="file" id="opml-upload" name="files[]" read-file/>
- <button title="<?php p($l->t('Import')); ?>" trigger-click>
+ <button title="<?php p($l->t('Import')); ?>" forward-click="{selector:'#opml-upload'}">
<?php p($l->t('Import')); ?>
</button>
<a class="button"