diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-17 10:21:37 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-17 10:21:37 -0700 |
commit | 070db2a97ab3e508456780639faa643934081966 (patch) | |
tree | 0be1bcb185cc5afa0f45012964d8f6a542cea07a /modules/organize/views | |
parent | 359235182ebb14c75b495a889a2298d1e0130d77 (diff) |
Rearrange the adding of fields to the template so that they match the order of appearance in the template. Also remove the @todo's
Diffstat (limited to 'modules/organize/views')
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index d68534cf..a4fdc071 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -96,8 +96,8 @@ sortOrder: "<?= $sort_order ?>", sortFields: "<?= $sort_fields ?>", albumId: "<?= $album->id ?>", - restUri: "<?= url::site("rest") ?>/", - controllerUri: "<?= url::site("organize") ?>/" + restUri: "<?= $rest_uri ?>", + controllerUri: "<?= $controller_uri ?>/" }; }; /* |