summaryrefslogtreecommitdiffstatshomepage
path: root/templates/editprofile.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/editprofile.tpl.php')
-rw-r--r--templates/editprofile.tpl.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/editprofile.tpl.php b/templates/editprofile.tpl.php
index ebfc972..d84fac5 100644
--- a/templates/editprofile.tpl.php
+++ b/templates/editprofile.tpl.php
@@ -4,6 +4,17 @@ $this->includeTemplate($GLOBALS['top_include']);
<form action="<?php echo $formaction; ?>" method="post">
+<h3><?php echo T_('Actions'); ?></h3>
+<table class="profile">
+<tr>
+ <th align="left"><?php echo T_('Export'); ?></th>
+ <td>
+ <a href="../api/posts/all"><?php echo T_('All bookmarks')?></a>
+ <?php echo ' &larr; '.T_('Del.icio.us-like API')?>
+ </td>
+</tr>
+</table>
+
<h3><?php echo T_('Account Details'); ?></h3>
<table class="profile">
@@ -53,4 +64,4 @@ $this->includeTemplate($GLOBALS['top_include']);
<?php
$this->includeTemplate($GLOBALS['bottom_include']);
-?> \ No newline at end of file
+?>