diff options
author | Michael Francis <edude03@gmail.com> | 2011-06-21 09:37:46 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-06-21 09:37:46 -0400 |
commit | ef5463d72b91767f64e7efae1bee875cf9d452fb (patch) | |
tree | a24f5cc06d4fbbdf69edc641af958114081b15a2 | |
parent | c533816dae4477b05b49d7413a02ca89bc7d0841 (diff) | |
download | otakuhub-ef5463d72b91767f64e7efae1bee875cf9d452fb.tar.xz |
New setting for export
-rw-r--r-- | views/users/settings.html.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/users/settings.html.php b/views/users/settings.html.php index 7c26084..63a2d00 100644 --- a/views/users/settings.html.php +++ b/views/users/settings.html.php @@ -48,6 +48,13 @@ function subForm() { <br class = "cl"/> <br /> +<div style='float:left'><h5>Export my Data</h5></div><div style='float:right'><a href="#email" rel="prettyPhoto" >Manage</a></div> +<div style="clear:both" ></div> +<hr /> +<div style='float:left'>Download all the dirt we have on you</div><div style='float:right'> </div> +<br class = "cl"/> +<br /> + <div id="password" style="display: none;"> <h2> Change Password </h2> <?= $this->form->create(null, array('url' => '/users/changePassword', 'id' => 'changepass')); ?> |