Skip to content

Commit

Permalink
set correct icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed May 25, 2023
1 parent 5acba76 commit 81d2041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_program/modules/photos/photos.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ class="card-img-top" src="'.SecurityUtils::encodeUrl(ADMIDIO_URL.FOLDER_MODULES.
<i class="fas fa-chevron-circle-down" data-toggle="tooltip"></i></a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item btn" href="'.SecurityUtils::encodeUrl(ADMIDIO_URL.FOLDER_MODULES.'/photos/photo_album_new.php', array('photo_uuid' => $childPhotoAlbum->getValue('pho_uuid'), 'mode' => 'change')).'">
<i class="fas fa-clone" data-toggle="tooltip"></i> '.$gL10n->get('PHO_EDIT_ALBUM').'</a>
<i class="fas fa-edit" data-toggle="tooltip"></i> '.$gL10n->get('PHO_EDIT_ALBUM').'</a>
' .$htmlLock . '
<a class="dropdown-item btn openPopup" href="javascript:void(0);"
data-href="'.SecurityUtils::encodeUrl(ADMIDIO_URL.'/adm_program/system/popup_message.php', array('type' => 'pho_album', 'element_id' => 'panel_pho_' . $childPhotoAlbum->getValue('pho_uuid'),
Expand Down

0 comments on commit 81d2041

Please sign in to comment.