Changeset 1191348
- Timestamp:
- 07/02/2015 05:28:32 PM (11 years ago)
- Location:
- dimbal-poll-manager/trunk
- Files:
-
- 1 added
- 5 edited
-
classes/class.DimbalPollQuestion_DPM_PRO.php (modified) (2 diffs)
-
classes/class.DimbalZone_DPM_PRO.php (modified) (2 diffs)
-
index.php (modified) (1 diff)
-
js/dimbal-dpm.js (modified) (3 diffs)
-
pages/dimbal-dpm-preview.php (added)
-
pages/dimbal-dpm-support.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dimbal-poll-manager/trunk/classes/class.DimbalPollQuestion_DPM_PRO.php
r1190558 r1191348 375 375 ); 376 376 */ 377 378 /* 377 379 $row[] = array( 378 380 'title'=>'Preview', … … 382 384 'image_tooltip'=>'Preview Poll', 383 385 ); 386 */ 387 384 388 $row[] = array( 385 389 'title'=>'Created Date', -
dimbal-poll-manager/trunk/classes/class.DimbalZone_DPM_PRO.php
r1190543 r1191348 388 388 self::TYPE_DTM 389 389 ); 390 391 /* 390 392 if(in_array($object->typeId, $typesWithPreview)){ 391 393 $row[] = array( … … 396 398 ); 397 399 } 400 */ 398 401 $row[] = array( 399 402 'title'=>'Created Date', -
dimbal-poll-manager/trunk/index.php
r1190565 r1191348 14 14 define('DIMBAL_CONST_DPM_PRO_PLUGIN_TITLE_SHORT', 'Dimbal Polls'); 15 15 define('DIMBAL_CONST_DPM_PRO_PURCHASE_LEVEL', 'pro'); 16 define('DIMBAL_CONST_DPM_PRO_WP_PLUGIN_HOMEPAGE', 'https://wordpress.org/plugins/dimbal-poll-manager/'); 16 17 17 18 // Dimbal Poll Manager Setup Steps -
dimbal-poll-manager/trunk/js/dimbal-dpm.js
r1190558 r1191348 21 21 initialized:false, 22 22 slug:"DIMBAL_CONST_DPM_PRO_SLUG", 23 page:"DIMBAL_CONST_DPM_PRO_PAGE_PREFIX",24 23 url_root:"", 25 24 url_ajax:"", … … 61 60 62 61 // Setup the URLS 63 //this.page = dimbal_dpm_vars.page;64 62 this.url_root = dimbal_dpm_vars.url; 65 63 this.url_ajax = dimbal_dpm_vars.ajax_url; … … 82 80 elements[i].setAttribute("id", elementId); 83 81 } 84 85 //console.log("Page: "+dimbalPoll_DPM_PRO.page);86 82 87 83 // Setup the proper Display Ajax Action -
dimbal-poll-manager/trunk/pages/dimbal-dpm-support.php
r1190543 r1191348 53 53 54 54 55 /* 55 56 56 $boxesRight[] = new DimbalBox_DPM_PRO(array( 57 57 'type'=>DimbalBox_DPM_PRO::TYPE_TRIM, … … 61 61 'icon'=>DIMBAL_CONST_DPM_PRO_URL_IMAGES.'/award_star_gold_3.png', 62 62 'buttons'=>array( 63 0=>array('url'=> 'http://wordpress.org/support/view/plugin-reviews/dimbal-social-popup','text'=>'Rate this Plugin')63 0=>array('url'=>DIMBAL_CONST_DPM_PRO_WP_PLUGIN_HOMEPAGE,'text'=>'Rate this Plugin') 64 64 ) 65 65 )); 66 */ 66 67 67 68 68 $boxesRight[] = new DimbalBox_DPM_PRO(array(
Note: See TracChangeset
for help on using the changeset viewer.