Procházet zdrojové kódy

New setting for export

Michael Francis před 14 roky
rodič
revize
ef5463d72b
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      views/users/settings.html.php

+ 7 - 0
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')); ?>