Skip to content

Commit

Permalink
Importer
Browse files Browse the repository at this point in the history
  • Loading branch information
benwerd committed Apr 1, 2015
1 parent efddbba commit 95ccc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default/admin/import.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</h2>
<p>
Upload a WordPress XML file and turn it into Known posts.
<small><a href="#" onclick="$('#wordpress-explanation').show(); return false;">How do I get my WordPress XML file?</a></small>
<small>(Experimental) <a href="#" onclick="$('#wordpress-explanation').show(); return false;">How do I get my WordPress XML file?</a></small>
</p>
<div id="wordpress-explanation" class="well" style="display:none">
<p>
Expand All @@ -47,7 +47,7 @@ class="span9"
</label>
<?= \Idno\Core\site()->actions()->signForm('/admin/import') ?>
<input type="hidden" name="import_type" value="WordPress">
<input type="submit" class="btn " id="wordpress-submit" value="Import your data" style="display:none">
<input type="submit" class="btn " id="wordpress-submit" value="Import your data" style="display:none"><br>
</p>

</form>
Expand Down

0 comments on commit 95ccc3c

Please sign in to comment.