Change Identity adminstration to use the uninstall/install methods when changing providers.

This commit is contained in:
Tim Almdal
2009-10-22 22:30:25 -07:00
parent 89ca1590e4
commit b74b131e25
10 changed files with 114 additions and 170 deletions
@@ -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>