Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r353 - registry/trunk/app/View/CoPeople

Subject: COmanage Developers List

List archive

[comanage-dev] r353 - registry/trunk/app/View/CoPeople


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r353 - registry/trunk/app/View/CoPeople
  • Date: Thu, 30 Aug 2012 20:11:40 -0400

Author: marie
Date: 2012-08-30 20:11:40 -0400 (Thu, 30 Aug 2012)
New Revision: 353

Modified:
registry/trunk/app/View/CoPeople/fields.inc
Log:
co360 stop add buttons from opening new browser tabs

Modified: registry/trunk/app/View/CoPeople/fields.inc
===================================================================
--- registry/trunk/app/View/CoPeople/fields.inc 2012-08-27 21:11:29 UTC (rev
352)
+++ registry/trunk/app/View/CoPeople/fields.inc 2012-08-31 00:11:40 UTC (rev
353)
@@ -355,8 +355,7 @@
'copersonid' =>
$co_people[0]['CoPerson']['id'],
'co' => $cur_co['Co']['id']
);
- $linkparams = array('class' => 'addbutton',
- 'target' => '_blank');
+ $linkparams = array('class' => 'addbutton');
print $this->Html->link(_txt('op.add'),
$linktarget,
$linkparams) . "\n";
@@ -464,8 +463,7 @@
'copersonid' =>
$co_people[0]['CoPerson']['id'],
'co' => $cur_co['Co']['id']
);
- $linkparams = array('class' => 'addbutton',
- 'target' => '_blank');
+ $linkparams = array('class' => 'addbutton');

print $this->Html->link(_txt('op.add'),
$linktarget,
@@ -576,8 +574,7 @@
'copersonid' =>
$co_people[0]['CoPerson']['id'],
'co' => $cur_co['Co']['id']
);
- $linkparams = array('class' => 'addbutton',
- 'target' => '_blank');
+ $linkparams = array('class' => 'addbutton');
print $this->Html->link(_txt('op.add'),
$linktarget,
$linkparams) . "\n";
@@ -713,8 +710,7 @@
'copersonid' =>
$co_people[0]['CoPerson']['id'],
'co' =>
$cur_co['Co']['id']
);
- $linkparams = array('class' => 'addbutton',
- 'target' => '_blank');
+ $linkparams = array('class' => 'addbutton');

print $this->Html->link(_txt('op.add'),
$linktarget,



  • [comanage-dev] r353 - registry/trunk/app/View/CoPeople, svnlog, 08/30/2012

Archive powered by MHonArc 2.6.16.

Top of Page