Changeset 9676


Ignore:
Timestamp:
Mar 17, 2009, 4:22:31 AM (16 years ago)
Author:
Alexander Ermashev
Message:
  • fix bug in member actions ( 'Get E-mail' ) ;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/install/sql/v70.sql

    r9649 r9676  
    38383838INSERT INTO `UsersActions` VALUES(3, '_Befriend', 'action_friends.png', '', '{evalResult}', '$bDisplayType  = {display_type};\r\n$iWindowWidth  = {window_width};\r\n$iWindowHeight = {window_height};\r\n\r\n$sOnclick = ( $bDisplayType ) \r\n    ? "window.open( ''list_pop.php?action=friend&ID={ID}'', '''', ''width={$iWindowWidth},height={$iWindowHeight},menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no'' );" \r\n    : "getHtmlData( ''ajaxy_popup_result_div_{ID}'', ''list_pop.php?action=friend&ID={ID}&mode=ajax'');return false;";\r\n  \r\nreturn $sOnclick;\r\n', 5, 'Profile'); 
    38393839INSERT INTO `UsersActions` VALUES(4, '_Greet', 'action_greet.png', '', '{evalResult}', '$bDisplayType  = {display_type};\r\n$iWindowWidth  = {window_width};\r\n$iWindowHeight = {window_height};\r\n\r\n$sOnclick = ( $bDisplayType ) \r\n ? "window.open( ''greet.php?sendto={ID}'', '''', ''width={$iWindowWidth},height={$iWindowHeight},menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no'' );" \r\n : "getHtmlData( ''ajaxy_popup_result_div_{ID}'', ''greet.php?sendto={ID}&mode=ajax'');return false;";\r\n   \r\nreturn $sOnclick;\r\n', 7, 'Profile'); 
    3840 INSERT INTO `UsersActions` VALUES(5, '_Get E-mail', 'action_email.png', '', '{evalResult}', '$bDisplayType  = {display_type};\r\n$bAnonymousMode  = {anonym_mode};\r\n$iWindowWidth  = {window_width};\r\n$iWindowHeight = {window_height};\r\n\r\nif ( !$bAnonymousMode ) {\r\n\r\n    $sOnclick = ( $bDisplayType ) \r\n      ? "window.open( ''freemail.php?ID={ID}'', '''', ''width={$iWindowWidth},height={$iWindowHeight},menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no'' );" \r\n      : "getHtmlData( ''ajaxy_popup_result_div_{ID}'', ''freemail.php?ID={ID}&mode=ajax'');return false;";\r\n\r\n    return $sOnclick;\r\n}\r\nelse \r\n return null;', 9, 'Profile'); 
     3840INSERT INTO `UsersActions` VALUES(5, '_Get E-mail', 'action_email.png', '', '{evalResult}', '$bDisplayType  = {display_type};\r\n$bAnonymousMode  = ''{anonym_mode}'';\r\n$iWindowWidth  = {window_width};\r\n$iWindowHeight = {window_height};\r\n\r\nif ( !$bAnonymousMode ) {\r\n\r\n    $sOnclick = ( $bDisplayType ) \r\n      ? "window.open( ''freemail.php?ID={ID}'', '''', ''width={$iWindowWidth},height={$iWindowHeight},menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no'' );" \r\n      : "getHtmlData( ''ajaxy_popup_result_div_{ID}'', ''freemail.php?ID={ID}&mode=ajax'');return false;";\r\n\r\n    return $sOnclick;\r\n}\r\nelse \r\n return null;', 9, 'Profile'); 
    38413841INSERT INTO `UsersActions` VALUES(9, '_Share', 'action_share.png', '', 'return launchTellFriendProfile({ID});', '', 8, 'Profile'); 
    38423842INSERT INTO `UsersActions` VALUES(10, '_Report', 'action_report.png', '', '{evalResult}', '$bDisplayType  = {display_type};\r\n$iWindowWidth  = {window_width};\r\n$iWindowHeight = {window_height};\r\n\r\n$sOnclick = ( $bDisplayType ) \r\n  ? "window.open( ''list_pop.php?action=spam&ID={ID}'', '''', ''width={$iWindowWidth},height={$iWindowHeight},menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no'' );" \r\n  : "getHtmlData( ''ajaxy_popup_result_div_{ID}'', ''list_pop.php?action=spam&ID={ID}&mode=ajax'');return false;";\r\n    \r\nreturn $sOnclick;\r\n', 10, 'Profile'); 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub