Removed some unnecessary HTML code

Displaying it with JavaScript instead
This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2013-02-26 02:18:39 +01:00
parent f72cec984e
commit 4bb7dfadbc
3 changed files with 27 additions and 13 deletions

View File

@@ -73,5 +73,16 @@
</div>
<span id="showpasswordgroups" class="button">Back to password groups</span>
</div>
<div id="passwordinfo"></div>
<div id="passwordinfo">
<ul>
<li><strong>Short description</strong>: <span></span></li>
<li><strong>Long description</strong>: <span></span></li>
<li><strong>Username</strong>: <span></span></li>
<li><strong>Password</strong>: <span></span></li>
<li>
<strong>Additional information</strong>:<br />
<span></span>
</li>
</ul>
</div>
{include file="foot.tpl"}