Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r345 - registry/trunk/app/View/CoPetitions

Subject: COmanage Developers List

List archive

[comanage-dev] r345 - registry/trunk/app/View/CoPetitions


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r345 - registry/trunk/app/View/CoPetitions
  • Date: Thu, 23 Aug 2012 21:34:49 -0400

Author: benno
Date: 2012-08-23 21:34:48 -0400 (Thu, 23 Aug 2012)
New Revision: 345

Modified:
registry/trunk/app/View/CoPetitions/fields.inc
Log:
Restore realtime reconciliation layout broken by r333

Modified: registry/trunk/app/View/CoPetitions/fields.inc
===================================================================
--- registry/trunk/app/View/CoPetitions/fields.inc 2012-08-24 00:31:06
UTC (rev 344)
+++ registry/trunk/app/View/CoPetitions/fields.inc 2012-08-24 01:34:48
UTC (rev 345)
@@ -165,6 +165,9 @@

<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): ?>
@@ -285,6 +288,9 @@
</tbody>
</table>

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



  • [comanage-dev] r345 - registry/trunk/app/View/CoPetitions, svnlog, 08/23/2012

Archive powered by MHonArc 2.6.16.

Top of Page