summaryrefslogtreecommitdiffstats
path: root/templates/part.settings.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-02 10:37:51 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-02 10:38:00 +0200
commit711c260bfea993e0a1124951a55eee6c989ee888 (patch)
tree8982f13a41e9054bb7c2377b66769fe83ae9371a /templates/part.settings.php
parent635a9d779549832b4dacb2c5b9f4033d846bf154 (diff)
small pixel fixes
Diffstat (limited to 'templates/part.settings.php')
-rw-r--r--templates/part.settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 4fd963e8a..38c51933f 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -1,6 +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/>
+ <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'}">
<?php p($l->t('Import')); ?>