Plugin Directory

Changeset 3352907


Ignore:
Timestamp:
08/29/2025 10:38:35 PM (7 months ago)
Author:
wppluginboxdev
Message:

improved snipet copy

Location:
stylish-google-sheet-reader
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stylish-google-sheet-reader/tags/5.1/Pages/all-sheets.php

    r3352906 r3352907  
    4848      <td><span btn="action-link" data-url="'.$data["sheet_id"].'"></span></td>
    4949      <td>'.$data["tab_name"].'</td>
    50       <td><xmp>[sgsr-table id="'.$data["no"].'"]</xmp></td>
     50      <td><pre><code>[sgsr-table id="'.$data["no"].'"]</code></pre></td>
    5151      <td>
    5252         <span sgsr-title="Edit" btn="action-edit" sgsr-id="'.$data["no"].'"></span>
  • stylish-google-sheet-reader/tags/5.1/admin/popup/content.php

    r3352836 r3352907  
    101101  <div class="sgsr-cta">
    102102    <p>Embed this datatable on any post or page using the shortcode below:</p>
    103     <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code>
     103    <pre><code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code></pre>
    104104   
    105105    <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p>
     
    126126  <div class="sgsr-cta">
    127127    <p>Embed this datatable on any post or page using the shortcode below:</p>
    128     <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code>
     128    <pre><code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code></pre>
    129129  </div>
    130130
  • stylish-google-sheet-reader/trunk/Pages/all-sheets.php

    r3352906 r3352907  
    4848      <td><span btn="action-link" data-url="'.$data["sheet_id"].'"></span></td>
    4949      <td>'.$data["tab_name"].'</td>
    50       <td><xmp>[sgsr-table id="'.$data["no"].'"]</xmp></td>
     50      <td><pre><code>[sgsr-table id="'.$data["no"].'"]</code></pre></td>
    5151      <td>
    5252         <span sgsr-title="Edit" btn="action-edit" sgsr-id="'.$data["no"].'"></span>
  • stylish-google-sheet-reader/trunk/admin/popup/content.php

    r3352836 r3352907  
    101101  <div class="sgsr-cta">
    102102    <p>Embed this datatable on any post or page using the shortcode below:</p>
    103     <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code>
     103    <pre><code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code></pre>
    104104   
    105105    <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p>
     
    126126  <div class="sgsr-cta">
    127127    <p>Embed this datatable on any post or page using the shortcode below:</p>
    128     <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code>
     128    <pre><code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code></pre>
    129129  </div>
    130130
Note: See TracChangeset for help on using the changeset viewer.