Plugin Directory

Changeset 2904346

Timestamp:
04/26/2023 10:05:20 AM (15 months ago)
Author:
soportecibeles
Message:

fix: order buttons

Location:
cibeles-ai
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cibeles-ai/tags/1.6.0/views/buttons.php

    r2904342 r2904346  
    5555            </a>
    5656        </div>
     57
     58
     59
     60
     61
     62
    5763        <div id="div_button_introduccion" class="cibelesAi_button">
    5864            <a href="#TB_inline?&height=300&width=400&inlineId=introduccion" class="thickbox" title="<?php esc_html_e('Generación introducción','cibeles-ai'); ?>">
     
    6470            <a href="#TB_inline?&height=300&width=400&inlineId=conclusion" class="thickbox" title="<?php esc_html_e('Generación conclusión','cibeles-ai'); ?>">
    6571                <?php  esc_html_e('Conclusión','cibeles-ai'); ?>
    66                 <i class="fa fa-superpowers"></i>
    67             </a>
    68         </div>
    69         <div id="div_button_autoexcerpt" class="cibelesAi_button">
    70             <a href="#TB_inline?&height=300&width=400&inlineId=autoexcerpt"  title="<?php esc_html_e('Generación excerpt automática','cibeles-ai'); ?>">
    71                 <?php  esc_html_e('Autoexcerpt','cibeles-ai'); ?>
    7272                <i class="fa fa-superpowers"></i>
    7373            </a>
  • cibeles-ai/trunk/views/buttons.php

    r2904342 r2904346  
    5555            </a>
    5656        </div>
     57
     58
     59
     60
     61
     62
    5763        <div id="div_button_introduccion" class="cibelesAi_button">
    5864            <a href="#TB_inline?&height=300&width=400&inlineId=introduccion" class="thickbox" title="<?php esc_html_e('Generación introducción','cibeles-ai'); ?>">
     
    6470            <a href="#TB_inline?&height=300&width=400&inlineId=conclusion" class="thickbox" title="<?php esc_html_e('Generación conclusión','cibeles-ai'); ?>">
    6571                <?php  esc_html_e('Conclusión','cibeles-ai'); ?>
    66                 <i class="fa fa-superpowers"></i>
    67             </a>
    68         </div>
    69         <div id="div_button_autoexcerpt" class="cibelesAi_button">
    70             <a href="#TB_inline?&height=300&width=400&inlineId=autoexcerpt"  title="<?php esc_html_e('Generación excerpt automática','cibeles-ai'); ?>">
    71                 <?php  esc_html_e('Autoexcerpt','cibeles-ai'); ?>
    7272                <i class="fa fa-superpowers"></i>
    7373            </a>
Note: See TracChangeset for help on using the changeset viewer.