Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r254 - registry/trunk/app/View/CoNsfDemographics

Subject: COmanage Developers List

List archive

[comanage-dev] r254 - registry/trunk/app/View/CoNsfDemographics


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r254 - registry/trunk/app/View/CoNsfDemographics
  • Date: Mon, 12 Mar 2012 19:01:57 -0400

Author: marie
Date: 2012-03-12 19:01:57 -0400 (Mon, 12 Mar 2012)
New Revision: 254

Modified:
registry/trunk/app/View/CoNsfDemographics/index.ctp
Log:
co265 notice on load of view due to misnaming

Modified: registry/trunk/app/View/CoNsfDemographics/index.ctp
===================================================================
--- registry/trunk/app/View/CoNsfDemographics/index.ctp 2012-03-12 21:34:57
UTC (rev 253)
+++ registry/trunk/app/View/CoNsfDemographics/index.ctp 2012-03-12 23:01:57
UTC (rev 254)
@@ -25,12 +25,13 @@
<h1 class="ui-state-default"><?php print $title_for_layout; ?></h1>

<?php
+print Security::hash("asdf", null, true);
if($permissions['add'])
{
$args = array('controller' => 'co_nsf_demographics',
'action' => 'add');
$classArgs = array('class' => 'addbutton');
- print $this->Html->link(_txt('op.add') . ' ' . _txt('ct.demographics.1'),
+ print $this->Html->link(_txt('op.add') . ' ' .
_txt('ct.co_nsf_demographics.1'),
$args,
$classArgs) . '
<br />



  • [comanage-dev] r254 - registry/trunk/app/View/CoNsfDemographics, svnlog, 03/12/2012

Archive powered by MHonArc 2.6.16.

Top of Page