OPTIMIZE Renaming button
This commit is contained in:
parent
7245cf779c
commit
4bcbd10b0f
|
|
@ -135,9 +135,9 @@ add_action('edit_form_after_title', function () {
|
|||
?>
|
||||
<div id="post-custom-superior-toolbar">
|
||||
<?php if ($return_to) : ?>
|
||||
<a href="<?php echo esc_url($return_to) ?>" class="edit-fiche-artisan-link"><img src='<?php echo get_stylesheet_directory_uri() . '/resources/img/icons/tools.svg' ?>' /> Voir la fiche de l'artisan </a>
|
||||
<a href="<?php echo esc_url($return_to) ?>" class="edit-fiche-artisan-link"><img src='<?php echo get_stylesheet_directory_uri() . '/resources/img/icons/tools.svg' ?>' /> Retour vers la fiche de l’artisan </a>
|
||||
<?php elseif ($linked_artisan_id) : ?>
|
||||
<a href="<?php echo esc_url($edit_artisan_link) ?>" class="edit-fiche-artisan-link"><img src='<?php echo get_stylesheet_directory_uri() . '/resources/img/icons/tools.svg' ?>' /> Voir la fiche de l'artisan </a>
|
||||
<a href="<?php echo esc_url($edit_artisan_link) ?>" class="edit-fiche-artisan-link"><img src='<?php echo get_stylesheet_directory_uri() . '/resources/img/icons/tools.svg' ?>' /> Retour vers la fiche de l’artisan </a>
|
||||
<?php endif; ?>
|
||||
<div id="save-post-custom">
|
||||
<button class="">Sauvegarder</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user