summaryrefslogtreecommitdiff
path: root/modules/organize/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-17 10:21:37 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-17 10:21:37 -0700
commit070db2a97ab3e508456780639faa643934081966 (patch)
tree0be1bcb185cc5afa0f45012964d8f6a542cea07a /modules/organize/views
parent359235182ebb14c75b495a889a2298d1e0130d77 (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.php4
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 ?>/"
};
};
/*