Advertisement
techouse

jazon.diff

May 10th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 6.80 KB | None | 0 0
  1. diff -U 3 -hHrN ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/blueface/profile.index.php /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/blueface/profile.index.php
  2. --- ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/blueface/profile.index.php  2012-05-10 12:55:48.000000000 +0200
  3. +++ /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/blueface/profile.index.php    2012-05-11 00:21:38.052584618 +0200
  4. @@ -92,8 +92,7 @@
  5.               </div>
  6.             </div>
  7.            
  8. -           <?php echo @$header; ?>
  9. -          
  10. +           <?php echo @$header; ?>        
  11.            
  12.             <table cellpadding="0" cellspacing="0" border="0" width="100%" class="cBlueface-table">
  13.                <tr>
  14. @@ -101,8 +100,9 @@
  15.                    <td align="center" valign="top" style="width: 20%">
  16.                        <div class="number"><?php echo $user->_points; ?></div>
  17.                        <div class="text"><?php echo JText::sprintf( (CStringHelper::isPlural($user->_points)) ? 'COM_COMMUNITY_POINTS' : 'COM_COMMUNITY_SINGULAR_POINT' ); ?></div>
  18. -                  </td>
  19. +                  </td>         
  20.                    <?php } ?>
  21. +         <?php /*
  22.                    <td align="center" valign="top" style="width: 20%">
  23.                        <a href="<?php echo CRoute::_('index.php?option=com_community&view=groups&userid='.$user->id); ?>">
  24.                            <div class="number"><?php echo $totalgroups; ?></div>
  25. @@ -143,8 +143,9 @@
  26.                         <div class="text"><?php echo JText::sprintf( (CStringHelper::isPlural($totalactivities)) ? 'COM_COMMUNITY_ACTIVITIES' : 'COM_COMMUNITY_ACTIVITY' ); ?></div>
  27.                    </td>
  28.                </tr>
  29. +              */ ?>
  30.            </table>
  31. -
  32. +    
  33.             <?php echo $about; ?>
  34.                
  35.                
  36. diff -U 3 -hHrN ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/admin.controls.php /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/admin.controls.php
  37. --- ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/admin.controls.php  2012-05-10 12:55:20.000000000 +0200
  38. +++ /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/admin.controls.php    2012-05-10 23:12:53.840337084 +0200
  39. @@ -9,6 +9,7 @@
  40.  if( !$isCommunityAdmin || !$isDefaultPhoto )
  41.  {
  42.  ?>
  43. +<?php /*
  44.  <div id="community-admin-wrapper">
  45.     <ul id="community-admin-controls">
  46.         <?php
  47. @@ -85,6 +86,7 @@
  48.         ?>
  49.     </ul>
  50.  </div>
  51. +      */ ?>
  52.  <?php
  53.  }
  54.  ?>
  55. \ No newline at end of file
  56. diff -U 3 -hHrN ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/groups.viewgroup.php /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/groups.viewgroup.php
  57. --- ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/groups.viewgroup.php    2012-05-10 12:55:26.000000000 +0200
  58. +++ /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/groups.viewgroup.php  2012-05-10 22:50:02.141595951 +0200
  59. @@ -385,6 +385,7 @@
  60.                     <?php }?>
  61.                 </div>
  62.                 <!-- Group Approval -->
  63. +               <?php /*
  64.                 <!-- Group Top: Group Left -->
  65.                 <div class="group-left">
  66.                         <!-- Group Avatar -->
  67. @@ -445,6 +446,7 @@
  68.                         <!-- Group Information -->
  69.                         <div style="clear: left;"></div>
  70.                 </div>
  71. +                     */ ?>
  72.                
  73.                 <!-- Event Top: App Like -->
  74.                 <div class="jsApLike">
  75. diff -U 3 -hHrN ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.about.php /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.about.php
  76. --- ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.about.php   2012-05-10 12:55:28.000000000 +0200
  77. +++ /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.about.php 2012-05-10 23:23:27.240211707 +0200
  78. @@ -12,6 +12,7 @@
  79.  defined('_JEXEC') or die();
  80.  $noData = true;
  81.  ?>
  82. +<?php /*
  83.  <div class="cModule">
  84.     <h3><?php echo JText::_('COM_COMMUNITY_ABOUT_ME');?></h3>
  85.    
  86. @@ -86,5 +87,5 @@
  87.  ?>
  88.    
  89.  </div>
  90. -
  91. +      */ ?>
  92.        
  93. \ No newline at end of file
  94. diff -U 3 -hHrN ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.friends.php /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.friends.php
  95. --- ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.friends.php 2012-05-10 12:55:29.000000000 +0200
  96. +++ /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.friends.php   2012-05-10 23:40:46.598876064 +0200
  97. @@ -11,7 +11,7 @@
  98.   */
  99.  defined('_JEXEC') or die();
  100.  ?>
  101. -
  102. +<?php /*
  103.  <div class="cModule">
  104.     <h3><span><?php echo JText::_('COM_COMMUNITY_PROFILE_FRIENDS'); ?></span></h3>
  105.     <ul class="cResetList cThumbList clrfix">
  106. @@ -46,3 +46,4 @@
  107.     </div>
  108.    
  109.  </div>
  110. +      */ ?>
  111. diff -U 3 -hHrN ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.groups.php /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.groups.php
  112. --- ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.groups.php  2012-05-10 12:55:29.000000000 +0200
  113. +++ /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/profile.groups.php    2012-05-10 23:40:16.773447837 +0200
  114. @@ -11,6 +11,7 @@
  115.   */
  116.  defined('_JEXEC') or die();
  117.  ?>
  118. +<?php /*
  119.  <div class="cModule">
  120.     <h3><span><?php echo JText::_('COM_COMMUNITY_GROUPS'); ?></span></h3>
  121.     <ul class="cResetList cThumbList clrfix">
  122. @@ -45,4 +46,5 @@
  123.     </div>
  124.    
  125.  </div>
  126. +      */ ?>
  127.    
  128. diff -U 3 -hHrN ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/status.form.php /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/status.form.php
  129. --- ./site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/status.form.php 2012-05-10 12:55:30.000000000 +0200
  130. +++ /home/sara/WEBPAGES/site-jazon.testnastran.com-20120510-194214/components/com_community/templates/default/status.form.php   2012-05-10 23:15:58.186808080 +0200
  131. @@ -247,7 +247,7 @@
  132.  })(joms.jQuery);
  133.  
  134.  </script>
  135. -
  136. +<?php /*
  137.  <div class="community-status" style="z-index:10;position:relative">
  138.  
  139.     <div class="status-author">
  140. @@ -322,3 +322,4 @@
  141.     </div>
  142.  
  143.  </div>
  144. +      */ ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement