Merge pull request #26 from nextcloud/polish

Release Polish
This commit is contained in:
Lukas Reschke 2016-08-09 20:49:18 +02:00 committed by GitHub
commit 1d75257e76
2 changed files with 7 additions and 2 deletions

View file

@ -115,6 +115,11 @@ $(function() {
break;
}
el.html(t('user_saml', text));
nextSibling.toggleClass('hidden');
if (nextSibling.is(":visible")) {
nextSibling.slideUp();
} else {
nextSibling.slideDown();
}
});
});

View file

@ -5,7 +5,7 @@ style('user_saml', 'admin');
/** @var array $_ */
?>
<form id="user-saml" class="section" action="#" method="post">
<h2><?php p($l->t('SAML')); ?></h2>
<h2 class="inlineblock"><?php p($l->t('SAML')); ?></h2>
<div id="user-saml-save-indicator" class="msg success inlineblock" style="display: none;">Saved</div>
<div id="user-saml-settings">