diff options
Diffstat (limited to 'data/templates/editprofile.tpl.php')
-rw-r--r-- | data/templates/editprofile.tpl.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/data/templates/editprofile.tpl.php b/data/templates/editprofile.tpl.php index b55d250..2a3c3b8 100644 --- a/data/templates/editprofile.tpl.php +++ b/data/templates/editprofile.tpl.php @@ -3,9 +3,7 @@ $this->includeTemplate($GLOBALS['top_include']); ?> <form action="<?php echo $formaction; ?>" method="post"> -<input type="hidden" name="token" value="<?php echo $token; ?>"> - -</table> +<input type="hidden" name="token" value="<?php echo $token; ?>"/> <h3><?php echo T_('Account Details'); ?></h3> @@ -28,7 +26,7 @@ $this->includeTemplate($GLOBALS['top_include']); <tr> <th align="left"><?php echo T_('E-mail'); ?></th> <td><input type="text" name="pMail" size="75" value="<?php echo filter($objectUser->getEmail(), 'xml'); ?>" /></td> - <td>← <?php echo T_('Required'); ?></td> + <td>← <?php echo T_('Required'); ?></td> </tr> </table> @@ -58,7 +56,7 @@ $this->includeTemplate($GLOBALS['top_include']); <th align="left"><?php echo T_('Export bookmarks'); ?></th> <td> <a href="../api/export_html.php"><?php echo T_('HTML file (for browsers)')?></a> / - <a href="../api/posts/all"><?php echo T_('XML file (like del.icio.us)')?></a> / + <a href="../api/posts_all.php"><?php echo T_('XML file (like del.icio.us)')?></a> / <a href="../api/export_csv.php"><?php echo T_('CSV file (for spreadsheet tools)')?></a> </td> </tr> |