diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-24 05:14:44 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-24 05:14:44 +0000 |
| commit | eed57674f99621e5354a13543067e9556eb9c6d0 (patch) | |
| tree | 563795ae826ea1e1175bef94ceab722807718c6a /core/views/quick_pane.html.php | |
| parent | 20cd5df3a374f035bddf71ddf2b75c533f05bfac (diff) | |
Add move support. Use the move icon in the quick pane. You can't
move an item into its own hierarchy, or into an album where you don't
have edit permission.
Diffstat (limited to 'core/views/quick_pane.html.php')
| -rw-r--r-- | core/views/quick_pane.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index d3977a39..8d39d214 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -21,7 +21,7 @@ </a> <? endif ?> -<a class="move" href="<?= url::site("quick/form_edit/$item->id") ?>" +<a class="move gDialogLink" href="<?= url::site("move/browse/$item->id") ?>" title="<?= t("Move this item to another album") ?>"> <span> <?= t("Move this item to another album") ?> |
