You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
371 B

  1. <a id="{{ table_name_hash }}_favorite_anchor"
  2. class="ajax favorite_table_anchor"
  3. href="db_structure.php{{ Url_getCommon(fav_params) }}"
  4. title="{{ already_favorite ? 'Remove from Favorites'|trans : 'Add to Favorites'|trans }}"
  5. data-favtargets="{{ db_table_name_hash }}" >
  6. {{ already_favorite ? titles['Favorite']|raw : titles['NoFavorite']|raw }}
  7. </a>