aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/database/structure/favorite_anchor.twig
blob: 91e002e2164f2e2a377cf58b191983df5e4265ec (plain)
1
2
3
4
5
6
7
<a id="{{ table_name_hash }}_favorite_anchor"
    class="ajax favorite_table_anchor"
    href="db_structure.php{{ get_common(fav_params) }}"
    title="{{ already_favorite ? 'Remove from Favorites'|trans : 'Add to Favorites'|trans }}"
    data-favtargets="{{ db_table_name_hash }}" >
    {{ already_favorite ? titles['Favorite']|raw : titles['NoFavorite']|raw }}
</a>