Skip to content
Snippets Groups Projects
Commit 2a3cb7ac authored by Björn Schießle's avatar Björn Schießle
Browse files

remove the form, it isn't needed here

parent 9fa788c4
Branches
No related tags found
No related merge requests found
......@@ -283,10 +283,9 @@ OC.Encryption = {
} else {
OC.Encryption.msg.finishedDecrypting('#decryptAll .msg', data);
}
});
}
);
}
}
};
OC.Encryption.msg={
startDecrypting:function(selector){
......
......@@ -146,8 +146,7 @@ if($_['passwordChangeSupported']) {
};?>
<?php if($_['enableDecryptAll']): ?>
<form id="decryptAll">
<fieldset class="personalblock">
<fieldset class="personalblock" id="decryptAll">
<h2>
<?php p( $l->t( 'Encryption' ) ); ?>
</h2>
......@@ -168,7 +167,6 @@ if($_['passwordChangeSupported']) {
</p>
<br />
</fieldset>
</form>
<?php endif; ?>
<fieldset class="personalblock">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment