remove the form, it isn't needed here

This commit is contained in:
Bjoern Schiessle 2014-01-24 11:35:52 +01:00
parent 9fa788c452
commit 2a3cb7ac5b
2 changed files with 22 additions and 25 deletions

View File

@ -283,10 +283,9 @@ OC.Encryption = {
} else {
OC.Encryption.msg.finishedDecrypting('#decryptAll .msg', data);
}
});
}
);
}
}
};
OC.Encryption.msg={
startDecrypting:function(selector){

View File

@ -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">