Changeset 9076
- Timestamp:
- Nov 11, 2008, 7:09:53 PM (11 years ago)
- Location:
- OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_frontend/modules/application
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_frontend/modules/application/actions/actions.class.php
r9073 r9076 78 78 { 79 79 //TODO : add error action 80 return $this->pager->getNbResults() ? sfView::SUCCESS : sfView::ERROR; 80 81 } 81 82 $criteria = new Criteria(MemberApplicationPeer::DATABASE_NAME); -
OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_frontend/modules/application/actions/components.class.php
r9071 r9076 22 22 $url = $app->getUrl(); 23 23 $culture = $this->getUser()->getCulture(); 24 $culture = split("_",$culture); 24 $culture = split("_",$culture); 25 $this->height = $app->getHeight() ? $app->getHeight() : 200; 25 26 26 27 $viewer_id = $this->getUser()->getMemberId(); -
OpenPNE3/plugins/opOpenSocialPlugin/trunk/apps/pc_frontend/modules/application/templates/_gadget.php
r9070 r9076 5 5 </div> 6 6 <div class="gadget-gadget-content"> 7 <iframe width="<?php echo ($width) ?>" scrolling="on" height=" 200" frameborder="no" src="<? echo $iframe_url ?>" class="gadgets-gadget" name="remote_iframe_<?php echo $mid ?>" id="remote_iframe_<?php echo $mid ?>"></iframe>7 <iframe width="<?php echo ($width) ?>" scrolling="on" height="<?php echo ($height) ?>" frameborder="no" src="<? echo $iframe_url ?>" class="gadgets-gadget" name="remote_iframe_<?php echo $mid ?>" id="remote_iframe_<?php echo $mid ?>"></iframe> 8 8 </div> 9 9 </div>
Note: See TracChangeset
for help on using the changeset viewer.