diff options.html @ 133:99fbc7c55b81

Options-related UI improvements. Hide as-yet-unnecessary elements on the options page, and link the home and options pages from each other.
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 12 Sep 2012 16:03:09 -0700
parents a2e071a95055
children
line wrap: on
line diff
--- a/options.html	Wed Sep 12 15:48:41 2012 -0700
+++ b/options.html	Wed Sep 12 16:03:09 2012 -0700
@@ -14,11 +14,12 @@
 </div>
 <div class="formtable" id="o_email">
   <div><div>E-mail:</div><div><input type="text" name="email" id="input_email"></div></div>
-  <div><div><span class="ibutton" onclick="postemail()">Save</span></div><div><span class="ibutton">Cancel</span></div></div>
+  <div><div><span class="ibutton" onclick="postemail()">Save</span></div><div><span class="ibutton" style="display:none">Cancel</span></div></div>
 </div>
 <div class="formtable" id="o_pw">
   <div><div>Password:</div><div><input type="password" name="pw" id="input_pw"></div></div>
-  <div><div><span class="ibutton" onclick="postpw()">Save</span></div><div><span class="ibutton">Cancel</span></div></div>
+  <div><div><span class="ibutton" onclick="postpw()">Save</span></div><div><span class="ibutton" style="display:none">Cancel</span></div></div>
 </div>
+<div id="optfoot"><a href="/">Home</a></div>
 </body>
 </html>