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:
Ralph Asendeteufrer
2012-10-22 13:17:19 -04:00
parent 7eecd6ea31
commit e158887e24
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>";
?>
@@ -194,10 +195,12 @@ if (obj_caller && obj_caller.time_comp) {
}
</script>
</table>
</table>
</tr>
</td>
</tr>
</td>
</table>
</body>
</html>
<?php

View File

@@ -46,10 +46,10 @@ if (! isset( $_POST['sNoShowLeyend'] )) {
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation( 'ID_ESC' ) . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation( 'ID_NONEC' ) . '</td></tr>';
/*$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_EURL') . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_EVAL') . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_ESCJS') . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_ESCSJS') . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_FUNCTION') . '</td></tr>';*/
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_EVAL') . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_ESCJS') . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_ESCSJS') . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray">' . G::LoadTranslation('ID_FUNCTION') . '</td></tr>';*/
} else {
$sHTML .= '<tr><td class="module_app_input___gray" width="5%">@@</td><td class="module_app_input___gray">' . G::LoadTranslation( 'ID_TO_STRING' ) . '</td></tr>';
$sHTML .= '<tr><td class="module_app_input___gray" width="5%">@#</td><td class="module_app_input___gray">' . G::LoadTranslation( 'ID_TO_FLOAT' ) . '</td></tr>';

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":