Changeset 3340465
- Timestamp:
- 08/06/2025 03:17:46 PM (8 months ago)
- Location:
- stylish-google-sheet-reader
- Files:
-
- 4 edited
-
tags/5.0/Pages/all-sheets.php (modified) (2 diffs)
-
tags/5.0/admin/popup/content.php (modified) (2 diffs)
-
trunk/Pages/all-sheets.php (modified) (2 diffs)
-
trunk/admin/popup/content.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stylish-google-sheet-reader/tags/5.0/Pages/all-sheets.php
r3338275 r3340465 67 67 if(updated_id === null){}else{ 68 68 jQuery('[sgsr-tid]').text(updated_id); 69 jQuery('a[sgsr-action="edit-link"]').attr("href","?page=sgsr_create_new&edit_sgsr=" + updated_id); 69 70 wpbox_sgsr_show_popup_msg("sheet-update-ok"); 70 71 … … 76 77 if(added_id === null){}else{ 77 78 jQuery('[sgsr-tid]').text(added_id); 79 jQuery('a[sgsr-action="edit-link"]').attr("href","?page=sgsr_create_new&edit_sgsr=" + updated_id); 78 80 wpbox_sgsr_show_popup_msg("sheet-added-ok"); 81 79 82 80 83 sgsr_remove_parameter("sgsr_added"); -
stylish-google-sheet-reader/tags/5.0/admin/popup/content.php
r3338275 r3340465 94 94 <p>Embed this datatable on any post or page using the shortcode below:</p> 95 95 <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code> 96 97 <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p> 98 96 99 <br><br> 97 <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p> 100 <a sgsr-action="edit-link" href="#">Edit this table</a> 101 <br><br> 102 98 103 </div> 99 104 </div> … … 115 120 <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code> 116 121 </div> 122 123 <br><br> 124 <a sgsr-action="edit-link" href="#">Edit this table</a> 125 <br><br> 126 117 127 </div> 118 128 -
stylish-google-sheet-reader/trunk/Pages/all-sheets.php
r3338275 r3340465 67 67 if(updated_id === null){}else{ 68 68 jQuery('[sgsr-tid]').text(updated_id); 69 jQuery('a[sgsr-action="edit-link"]').attr("href","?page=sgsr_create_new&edit_sgsr=" + updated_id); 69 70 wpbox_sgsr_show_popup_msg("sheet-update-ok"); 70 71 … … 76 77 if(added_id === null){}else{ 77 78 jQuery('[sgsr-tid]').text(added_id); 79 jQuery('a[sgsr-action="edit-link"]').attr("href","?page=sgsr_create_new&edit_sgsr=" + updated_id); 78 80 wpbox_sgsr_show_popup_msg("sheet-added-ok"); 81 79 82 80 83 sgsr_remove_parameter("sgsr_added"); -
stylish-google-sheet-reader/trunk/admin/popup/content.php
r3338275 r3340465 94 94 <p>Embed this datatable on any post or page using the shortcode below:</p> 95 95 <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code> 96 97 <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p> 98 96 99 <br><br> 97 <p>You can always edit your datatables from the menu: <br> <b>Stylish Google Sheet Reader</b> > <b>Manage Datatables</b></p> 100 <a sgsr-action="edit-link" href="#">Edit this table</a> 101 <br><br> 102 98 103 </div> 99 104 </div> … … 115 120 <code>[sgsr-table id="<span sgsr-tid="sgsr-table-id">your_table_id_here</span>"]</code> 116 121 </div> 122 123 <br><br> 124 <a sgsr-action="edit-link" href="#">Edit this table</a> 125 <br><br> 126 117 127 </div> 118 128
Note: See TracChangeset
for help on using the changeset viewer.