1 2 3 4 5 6 | public function getDeleteIcon( $url ) { $html = '<a href="' . $this ->getUrl( $url , null, true). '" title="' . $this ->getTrans( 'delete' ). '"><span class="fa fa-trash-o text-danger"></span></a>' ; return $html ; } |
Vielleicht mit onClick="return confirm('???')" oder einer besseren Lösung.
verwendete ilch Version: 2.x