Options-related UI improvements.
Hide as-yet-unnecessary elements on the options page, and link the home and options pages from each other.
This commit is contained in:
parent
363c88f00f
commit
b343678129
4 changed files with 10 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue