Changeset 3338579
- Timestamp:
- 08/03/2025 06:36:08 PM (8 months ago)
- Location:
- stylish-google-sheet-reader
- Files:
-
- 2 added
- 9 edited
-
tags/5.0/Pages/create_new_sheet.php (modified) (2 diffs)
-
tags/5.0/Pages/examples.php (added)
-
tags/5.0/functions-admin.php (modified) (2 diffs)
-
tags/5.0/index.php (modified) (1 diff)
-
tags/5.0/lib/table.php (modified) (1 diff)
-
tags/5.0/production/client.css (modified) (1 diff)
-
trunk/Pages/create_new_sheet.php (modified) (2 diffs)
-
trunk/Pages/examples.php (added)
-
trunk/functions-admin.php (modified) (2 diffs)
-
trunk/lib/table.php (modified) (1 diff)
-
trunk/production/client.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stylish-google-sheet-reader/tags/5.0/Pages/create_new_sheet.php
r3338289 r3338579 309 309 if ( isset($_GET['edit_sgsr']) ) { 310 310 global $sgsr_table_info; 311 $sheet_id = 'https://docs.google.com/spreadsheets/d/'; 311 312 foreach ( $sgsr_table_info as $name => $val ) { 312 313 $name = trim($name); 313 314 $val = trim($val); 315 316 if($name == "sheet_id"){$sheet_id .= $val;} 314 317 ?> 315 318 sgsr_set_field_defaults( … … 320 323 } 321 324 325 ?> 326 sgsr_set_field_defaults("sgsr-sheet", "<?php echo esc_js($sheet_id); ?>"); 327 <?php 328 329 // 330 331 322 332 echo "enable_sgsr_update_btn();"; 323 333 } 324 334 ?> 325 326 335 327 336 }); -
stylish-google-sheet-reader/tags/5.0/functions-admin.php
r3338291 r3338579 46 46 function sgsr_subscription() {include 'Pages/subscription.php';} 47 47 function sgsr_support() {include 'Pages/support.php';} 48 function sgsr_examples() {include 'Pages/examples.php';} 48 49 49 50 … … 67 68 // add_submenu_page ( 'main_menu_sgsr', 'sgsr_templates', 'Templates', 'manage_options','sgsr_templates' ,'sgsr_templates', ''); 68 69 70 add_submenu_page ( 'main_menu_sgsr', 'View Examples', "View Examples <i class=\"fas fa-stars\" style=\"color:red;\"></i>", 'manage_options','sgsr_examples' ,'sgsr_examples', ''); 69 71 70 72 add_submenu_page ( 'main_menu_sgsr', 'Subscription', $sub_tab_title, 'manage_options','sgsr_subscription' ,'sgsr_subscription', ''); -
stylish-google-sheet-reader/tags/5.0/index.php
r3338275 r3338579 1 <?php // wppluginbox.com ?>1 <?php // powered by wppluginbox.com ?> -
stylish-google-sheet-reader/tags/5.0/lib/table.php
r3338275 r3338579 31 31 <div class="sgsr-render-error"></div> 32 32 <div><p class="sgsr-refresh sgsr-flash"><i class="fas fa-sync-alt"></i> Refreshing</p></div> 33 <div class="sgsr-mob-msg"><p class="sgsr-swipe">Swipe sideways to see full table <i class="fas fa-arrows-alt-h"></i></p></div> 33 34 <div class="searc-box"><input type="text" class="searchInput" placeholder="Search..."></div> 34 35 <div class="sgsr-responsivess" sgsr-card="0" sgsr-tab-div="1"> -
stylish-google-sheet-reader/tags/5.0/production/client.css
r3338446 r3338579 391 391 display: revert; 392 392 } 393 394 395 [sgsr-tab-section="1"] .sgsr-mob-msg p.sgsr-swipe{ 396 display: none; 397 } 398 399 @media screen and (max-width: 600px) { 400 [sgsr-tab-section="1"] .sgsr-mob-msg p.sgsr-swipe{ 401 display: block; 402 text-align: center; 403 text-decoration: underline; 404 } 405 } 406 393 407 /* ======= End: options.css ======= */ -
stylish-google-sheet-reader/trunk/Pages/create_new_sheet.php
r3338289 r3338579 309 309 if ( isset($_GET['edit_sgsr']) ) { 310 310 global $sgsr_table_info; 311 $sheet_id = 'https://docs.google.com/spreadsheets/d/'; 311 312 foreach ( $sgsr_table_info as $name => $val ) { 312 313 $name = trim($name); 313 314 $val = trim($val); 315 316 if($name == "sheet_id"){$sheet_id .= $val;} 314 317 ?> 315 318 sgsr_set_field_defaults( … … 320 323 } 321 324 325 ?> 326 sgsr_set_field_defaults("sgsr-sheet", "<?php echo esc_js($sheet_id); ?>"); 327 <?php 328 329 // 330 331 322 332 echo "enable_sgsr_update_btn();"; 323 333 } 324 334 ?> 325 326 335 327 336 }); -
stylish-google-sheet-reader/trunk/functions-admin.php
r3338291 r3338579 46 46 function sgsr_subscription() {include 'Pages/subscription.php';} 47 47 function sgsr_support() {include 'Pages/support.php';} 48 function sgsr_examples() {include 'Pages/examples.php';} 48 49 49 50 … … 67 68 // add_submenu_page ( 'main_menu_sgsr', 'sgsr_templates', 'Templates', 'manage_options','sgsr_templates' ,'sgsr_templates', ''); 68 69 70 add_submenu_page ( 'main_menu_sgsr', 'View Examples', "View Examples <i class=\"fas fa-stars\" style=\"color:red;\"></i>", 'manage_options','sgsr_examples' ,'sgsr_examples', ''); 69 71 70 72 add_submenu_page ( 'main_menu_sgsr', 'Subscription', $sub_tab_title, 'manage_options','sgsr_subscription' ,'sgsr_subscription', ''); -
stylish-google-sheet-reader/trunk/lib/table.php
r3338436 r3338579 31 31 <div class="sgsr-render-error"></div> 32 32 <div><p class="sgsr-refresh sgsr-flash"><i class="fas fa-sync-alt"></i> Refreshing</p></div> 33 <div class="sgsr-mob-msg"><p class="sgsr-swipe">Swipe sideways to see full table <i class="fas fa-arrows-alt-h"></i></p></div> 33 34 <div class="searc-box"><input type="text" class="searchInput" placeholder="Search..."></div> 34 35 <div class="sgsr-responsivess" sgsr-card="0" sgsr-tab-div="1"> -
stylish-google-sheet-reader/trunk/production/client.css
r3338446 r3338579 391 391 display: revert; 392 392 } 393 394 395 [sgsr-tab-section="1"] .sgsr-mob-msg p.sgsr-swipe{ 396 display: none; 397 } 398 399 @media screen and (max-width: 600px) { 400 [sgsr-tab-section="1"] .sgsr-mob-msg p.sgsr-swipe{ 401 display: block; 402 text-align: center; 403 text-decoration: underline; 404 } 405 } 406 393 407 /* ======= End: options.css ======= */
Note: See TracChangeset
for help on using the changeset viewer.