Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r333 - in registry/trunk/app: Controller View/CoExtendedAttributes View/CoPetitions

Subject: COmanage Developers List

List archive

[comanage-dev] r333 - in registry/trunk/app: Controller View/CoExtendedAttributes View/CoPetitions


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r333 - in registry/trunk/app: Controller View/CoExtendedAttributes View/CoPetitions
  • Date: Sat, 11 Aug 2012 20:48:24 -0400

Author: benno
Date: 2012-08-11 20:48:24 -0400 (Sat, 11 Aug 2012)
New Revision: 333

Modified:
registry/trunk/app/Controller/CmpEnrollmentConfigurationsController.php
registry/trunk/app/View/CoExtendedAttributes/fields.inc
registry/trunk/app/View/CoPetitions/fields.inc
Log:
Fix minor typos

Modified:
registry/trunk/app/Controller/CmpEnrollmentConfigurationsController.php
===================================================================
--- registry/trunk/app/Controller/CmpEnrollmentConfigurationsController.php
2012-08-12 00:43:57 UTC (rev 332)
+++ registry/trunk/app/Controller/CmpEnrollmentConfigurationsController.php
2012-08-12 00:48:24 UTC (rev 333)
@@ -28,7 +28,7 @@
// Class name, used by Cake
public $name = "CmpEnrollmentConfigurations";

- // When using additional controllers, we must also specify our own
+ // When using additional models, we must also specify our own
public $uses = array('CmpEnrollmentConfiguration', 'OrgIdentity');

// Establish pagination parameters for HTML views

Modified: registry/trunk/app/View/CoExtendedAttributes/fields.inc
===================================================================
--- registry/trunk/app/View/CoExtendedAttributes/fields.inc 2012-08-12
00:43:57 UTC (rev 332)
+++ registry/trunk/app/View/CoExtendedAttributes/fields.inc 2012-08-12
00:48:24 UTC (rev 333)
@@ -44,7 +44,7 @@
<br />
';

- echo $this->Form->hidden('co_id', array('default' => $cur_co['Co']['Id']))
. "\n";
+ echo $this->Form->hidden('co_id', array('default' => $cur_co['Co']['id']))
. "\n";
?>
<table id="<?php echo $this->action; ?>_co_extended_attribute"
class="ui-widget">
<tbody>

Modified: registry/trunk/app/View/CoPetitions/fields.inc
===================================================================
--- registry/trunk/app/View/CoPetitions/fields.inc 2012-08-12 00:43:57
UTC (rev 332)
+++ registry/trunk/app/View/CoPetitions/fields.inc 2012-08-12 00:48:24
UTC (rev 333)
@@ -165,9 +165,6 @@

<h2 class="ui-state-default"><?php print _txt('fd.attrs.pet'); ?></h2>

-<div>
- <div style="float:left;width:65%">
-
<table id="<?php print $this->action; ?>_co_petition_attrs"
class="ui-widget">
<tbody>
<?php foreach ($co_enrollment_attributes as $ea): ?>
@@ -288,9 +285,6 @@
</tbody>
</table>

- </div>
-</div>
-
<div>
<div style="float:right;width:35%" id="results">
</div>



  • [comanage-dev] r333 - in registry/trunk/app: Controller View/CoExtendedAttributes View/CoPetitions, svnlog, 08/11/2012

Archive powered by MHonArc 2.6.16.

Top of Page