Merge pull request #851 from ralpheav/master

Code Style changes /workflow/engine/methods/controls/
This commit is contained in:
julceslauhub
2012-10-22 10:26:03 -07:00
5 changed files with 304 additions and 300 deletions

View File

@@ -49,4 +49,5 @@ Buscador tipo : <?php echo $frm['tipo'] ?><br>
</form>
</body>
</html>
<?php

View File

@@ -29,4 +29,5 @@ $ses->Execute( $sql );
<script language="JavaScript">
window.close();
</script>
<?php

View File

@@ -150,8 +150,9 @@ function set_datetime(n_datetime, b_close) {
<script language="JavaScript">
<?php
// print weekdays titles
for ($n = 0; $n < 7; $n ++)
for ($n = 0; $n < 7; $n ++) {
print "<td bgcolor='#87cefa' align='center'><font color='#ffffff'>" . $ARR_WEEKDAYS[(NUM_WEEKSTART + n) % 7] . "</font></td>";
}
print "</tr>";
?>
@@ -201,3 +202,5 @@ if (obj_caller && obj_caller.time_comp) {
</table>
</body>
</html>
<?php

View File

@@ -38,8 +38,7 @@ G::LoadClass( 'xmlfield_InputPM' );
$aFields = getDynaformsVars( $_POST['sProcess'], true, isset( $_POST['bIncMulSelFields'] ) ? $_POST['bIncMulSelFields'] : 0 );
$aType = $_POST['type'];
$aRows[0] = Array ('fieldname' => 'char','variable' => 'char','type' => 'type','label' => 'char'
);
$aRows[0] = Array ('fieldname' => 'char','variable' => 'char','type' => 'type','label' => 'char');
foreach ($aFields as $aField) {
switch ($aType) {
case "system":