Replace the old "add photo" form with the simple uploader version in

the "add a photo" quick menu option.
This commit is contained in:
Bharat Mediratta
2009-05-20 03:24:39 +00:00
parent f850bf75cf
commit 006e0b4f28
+1 -1
View File
@@ -88,7 +88,7 @@
</a>
<ul id="gQuickPaneOptions" style="display: none">
<li><a class="add_item gDialogLink" href="<?= url::site("form/add/albums/$item->id?type=photo") ?>"
<li><a class="add_item gDialogLink" href="<?= url::site("simple_uploader/app/$item->id") ?>"
title="<?= t("Add a photo") ?>">
<?= t("Add a photo") ?>
</a></li>