Temporarily hidden the Add password box.

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2011-02-22 15:45:00 +01:00
parent 4f86ebf07f
commit 2cda4bd814
2 changed files with 2 additions and 1 deletions

View File

@ -67,5 +67,6 @@ span.button {
}
#addpassword {
display: none;
}

View File

@ -30,7 +30,7 @@
</tr>
<tr>
<td>Available in groups</td>
<td><select name="pwgroups[]"></select></td>
<td><select name="pwgroups[]" multiple="multiple" size="5" id="addpw_grouplist"></select></td>
</tr>
</table>
<input type="button" id="save_password" value="Save" class="submit" />