mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-21 23:33:54 -04:00
Change Identity adminstration to use the uninstall/install methods when changing providers.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
$("#g-dialog").html(data);
|
||||
$("#g-dialog").dialog({
|
||||
bgiframe: true,
|
||||
title: "<?= t("Confirm Change Identity Provider") ?>",
|
||||
title: <?= t("Confirm identity provider change")->for_js() ?>,
|
||||
resizable: false,
|
||||
height:165,
|
||||
modal: true,
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
</script>
|
||||
<div id="g-modules">
|
||||
<h1> <?= t("Gallery Identity Management") ?> </h1>
|
||||
<h1> <?= t("Manage Identity Providers") ?> </h1>
|
||||
<p>
|
||||
<?= t("Choose a different user/group management provider.") ?>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user