Skip to content

Commit

Permalink
Update img.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
gtraxx committed Oct 28, 2024
1 parent b2284a3 commit ffc7d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/template/news/loop/img.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</a>
</div>
<div class="btn-group actions btn-group-justified" role="group">
<a href="{$smarty.server.SCRIPT_NAME}?controller={$smarty.get.controller}&amp;action=edit&edit={$value.id_news}&editimg={$value.id_img}" type="button" class="btn btn-default"><i class="material-icons">edit</i></a>
{*<a href="{$smarty.server.SCRIPT_NAME}?controller={$smarty.get.controller}&amp;action=edit&edit={$value.id_news}&editimg={$value.id_img}" type="button" class="btn btn-default"><i class="material-icons">edit</i></a>*}
<a type="button" class="btn btn-default img-zoom" href="/upload/{if isset($uploadDir)}{$uploadDir}{else}{$smarty.get.controller}{/if}/{$value.id_news}/l_{$value.name_img}"><i class="material-icons">zoom_in</i></a>
<a href="#" type="button" class="btn btn-default action_on_record modal_action" data-id="{$value.id_img}" data-controller="news" data-sub="images" data-target="#delete_modal"><i class="material-icons">delete</i></a>
</div>
Expand Down

0 comments on commit ffc7d96

Please sign in to comment.