CODE STYLE changes
files modified: workflow/engine/methods/controls/buscador.php
workflow/engine/methods/controls/buscador2.php
workflow/engine/methods/controls/calendar.php
workflow/engine/methods/controls/varsAjax.php
workflow/engine/methods/controls/varsAjaxByType.php
This commit is contained in:
@@ -49,4 +49,5 @@ Buscador tipo : <?php echo $frm['tipo'] ?><br>
|
|||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|||||||
@@ -29,4 +29,5 @@ $ses->Execute( $sql );
|
|||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
window.close();
|
window.close();
|
||||||
</script>
|
</script>
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|||||||
@@ -150,8 +150,9 @@ function set_datetime(n_datetime, b_close) {
|
|||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
<?php
|
<?php
|
||||||
// print weekdays titles
|
// 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 "<td bgcolor='#87cefa' align='center'><font color='#ffffff'>" . $ARR_WEEKDAYS[(NUM_WEEKSTART + n) % 7] . "</font></td>";
|
||||||
|
}
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -201,3 +202,5 @@ if (obj_caller && obj_caller.time_comp) {
|
|||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|||||||
@@ -38,8 +38,7 @@ G::LoadClass( 'xmlfield_InputPM' );
|
|||||||
$aFields = getDynaformsVars( $_POST['sProcess'], true, isset( $_POST['bIncMulSelFields'] ) ? $_POST['bIncMulSelFields'] : 0 );
|
$aFields = getDynaformsVars( $_POST['sProcess'], true, isset( $_POST['bIncMulSelFields'] ) ? $_POST['bIncMulSelFields'] : 0 );
|
||||||
$aType = $_POST['type'];
|
$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) {
|
foreach ($aFields as $aField) {
|
||||||
switch ($aType) {
|
switch ($aType) {
|
||||||
case "system":
|
case "system":
|
||||||
|
|||||||
Reference in New Issue
Block a user