Temporarily hidden the Add password box.
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
4f86ebf07f
commit
2cda4bd814
@ -67,5 +67,6 @@ span.button {
|
||||
}
|
||||
|
||||
#addpassword {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user