Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r262 - in registry/trunk/app: Lib View/CoNsfDemographics

Subject: COmanage Developers List

List archive

[comanage-dev] r262 - in registry/trunk/app: Lib View/CoNsfDemographics


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r262 - in registry/trunk/app: Lib View/CoNsfDemographics
  • Date: Wed, 14 Mar 2012 19:38:22 -0400

Author: marie
Date: 2012-03-14 19:38:21 -0400 (Wed, 14 Mar 2012)
New Revision: 262

Modified:
registry/trunk/app/Lib/lang.php
registry/trunk/app/View/CoNsfDemographics/index.ctp
Log:
edit to co-292; adds text to message in deletion confirmation

Modified: registry/trunk/app/Lib/lang.php
===================================================================
--- registry/trunk/app/Lib/lang.php 2012-03-14 20:55:27 UTC (rev 261)
+++ registry/trunk/app/Lib/lang.php 2012-03-14 23:38:21 UTC (rev 262)
@@ -365,6 +365,7 @@
'op.compare' => 'Compare',
'op.db.ok' => 'Database schema update successful',
'op.delete' => 'Delete',
+ 'op.delete.consfdemographics' => 'this NSF demographic entry',
'op.delete.ok' => 'Are you sure you wish to remove "%1$s"? This action
cannot be undone.',
'op.edit' => 'Edit',
'op.edit.ea' => 'Edit Enrollment Attributes',

Modified: registry/trunk/app/View/CoNsfDemographics/index.ctp
===================================================================
--- registry/trunk/app/View/CoNsfDemographics/index.ctp 2012-03-14 20:55:27
UTC (rev 261)
+++ registry/trunk/app/View/CoNsfDemographics/index.ctp 2012-03-14 23:38:21
UTC (rev 262)
@@ -107,6 +107,7 @@
print '<button class="deletebutton" title="'
. _txt('op.delete')
. '" onclick="javascript:js_confirm_delete(\''
+ . _txt('op.delete.consfdemographics')
. '\', \''
. $this->Html->url($args)
. '\')";>'



  • [comanage-dev] r262 - in registry/trunk/app: Lib View/CoNsfDemographics, svnlog, 03/14/2012

Archive powered by MHonArc 2.6.16.

Top of Page