Changeset 9676
- Timestamp:
- Mar 17, 2009, 4:22:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/install/sql/v70.sql ¶
r9649 r9676 3838 3838 INSERT 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'); 3839 3839 INSERT 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');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'); 3841 3841 INSERT INTO `UsersActions` VALUES(9, '_Share', 'action_share.png', '', 'return launchTellFriendProfile({ID});', '', 8, 'Profile'); 3842 3842 INSERT 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.