Refactor the gallery dialog into a jQuery widget

This commit is contained in:
Tim Almdal
2009-08-07 08:58:57 -07:00
parent 9dce5685af
commit bc6c5207be
8 changed files with 161 additions and 145 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
title="<?= t("Edit Your Profile") ?>"
id="gAfterInstallChangePasswordLink" class="gButtonLink ui-state-default ui-corners-all"><?= t("Change Password Now") ?></a>
<script>
$("#gAfterInstallChangePasswordLink").bind("click", handleDialogEvent);
$("#gAfterInstallChangePasswordLink").galleryDialog();
</script>
</p>