Changeset 3352907
- Timestamp:
- 08/29/2025 10:38:35 PM (7 months ago)
- Location:
- stylish-google-sheet-reader
- Files:
-
- 4 edited
-
tags/5.1/Pages/all-sheets.php (modified) (1 diff)
-
tags/5.1/admin/popup/content.php (modified) (2 diffs)
-
trunk/Pages/all-sheets.php (modified) (1 diff)
-
trunk/admin/popup/content.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stylish-google-sheet-reader/tags/5.1/Pages/all-sheets.php
r3352906 r3352907 48 48 <td><span btn="action-link" data-url="'.$data["sheet_id"].'"></span></td> 49 49 <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> 51 51 <td> 52 52 <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 101 101 <div class="sgsr-cta"> 102 102 <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> 104 104 105 105 <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p> … … 126 126 <div class="sgsr-cta"> 127 127 <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> 129 129 </div> 130 130 -
stylish-google-sheet-reader/trunk/Pages/all-sheets.php
r3352906 r3352907 48 48 <td><span btn="action-link" data-url="'.$data["sheet_id"].'"></span></td> 49 49 <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> 51 51 <td> 52 52 <span sgsr-title="Edit" btn="action-edit" sgsr-id="'.$data["no"].'"></span> -
stylish-google-sheet-reader/trunk/admin/popup/content.php
r3352836 r3352907 101 101 <div class="sgsr-cta"> 102 102 <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> 104 104 105 105 <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p> … … 126 126 <div class="sgsr-cta"> 127 127 <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> 129 129 </div> 130 130
Note: See TracChangeset
for help on using the changeset viewer.