mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 19:20:52 -04:00
Replace the old "add photo" form with the simple uploader version in
the "add a photo" quick menu option.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user