Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r410 - in registry/trunk/app: Lib View/CoPeople

Subject: COmanage Developers List

List archive

[comanage-dev] r410 - in registry/trunk/app: Lib View/CoPeople


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r410 - in registry/trunk/app: Lib View/CoPeople
  • Date: Fri, 25 Jan 2013 18:52:05 -0500

Author: benno
Date: 2013-01-25 18:52:05 -0500 (Fri, 25 Jan 2013)
New Revision: 410

Modified:
registry/trunk/app/Lib/lang.php
registry/trunk/app/View/CoPeople/index.ctp
Log:
Fix non-localized text in copeople index view

Modified: registry/trunk/app/Lib/lang.php
===================================================================
--- registry/trunk/app/Lib/lang.php 2013-01-25 23:41:50 UTC (rev 409)
+++ registry/trunk/app/Lib/lang.php 2013-01-25 23:52:05 UTC (rev 410)
@@ -469,6 +469,7 @@
'fd.organization_id' => 'Organization ID',
'fd.ou' => 'Department',
'fd.parent' => 'Parent COU',
+ 'fd.people' => '%1$s People',
'fd.perms' => 'Permissions',
'fd.petitioner' => 'Petitioner',
'fd.plugin' => 'Plugin',

Modified: registry/trunk/app/View/CoPeople/index.ctp
===================================================================
--- registry/trunk/app/View/CoPeople/index.ctp 2013-01-25 23:41:50 UTC (rev
409)
+++ registry/trunk/app/View/CoPeople/index.ctp 2013-01-25 23:52:05 UTC (rev
410)
@@ -2,7 +2,7 @@
/**
* COmanage Registry CO Person Index View
*
- * Copyright (C) 2010-12 University Corporation for Advanced Internet
Development, Inc.
+ * Copyright (C) 2010-13 University Corporation for Advanced Internet
Development, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with
* the License. You may obtain a copy of the License at
@@ -14,7 +14,7 @@
* KIND, either express or implied. See the License for the specific
language governing
* permissions and limitations under the License.
*
- * @copyright Copyright (C) 2010-12 University Corporation for Advanced
Internet Development, Inc.
+ * @copyright Copyright (C) 2010-13 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
* @since COmanage Registry v0.1
@@ -23,7 +23,7 @@
*/
-->
<?php
- $params = array('title' => $cur_co['Co']['name'] . " People"); // XXX I18N
+ $params = array('title' => _txt('fd.people',
array($cur_co['Co']['name'])));
print $this->element("pageTitle", $params);

if($permissions['enroll'] && !empty($co_enrollment_flows)) {



  • [comanage-dev] r410 - in registry/trunk/app: Lib View/CoPeople, svnlog, 01/25/2013

Archive powered by MHonArc 2.6.16.

Top of Page