Merge pull request #851 from ralpheav/master
Code Style changes /workflow/engine/methods/controls/
This commit is contained in:
@@ -49,4 +49,5 @@ Buscador tipo : <?php echo $frm['tipo'] ?><br>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
|
||||
|
||||
@@ -29,4 +29,5 @@ $ses->Execute( $sql );
|
||||
<script language="JavaScript">
|
||||
window.close();
|
||||
</script>
|
||||
<?php
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user