BUG 8644 "Al utilizar un output document con la opción user..." SOLVED
- problem fixed & visualiation tweaked
This commit is contained in:
@@ -602,7 +602,7 @@
|
||||
.module_app_input___gray
|
||||
{
|
||||
padding : 5px;
|
||||
font-size: 130%;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.module_app_input___gray_readOnly
|
||||
|
||||
@@ -70,6 +70,16 @@
|
||||
<input type="button" class="module_app_button___gray" value="{$prevStep_label}" onclick="location.href='{$prevStep_url}'"/>
|
||||
</td>
|
||||
{/if}
|
||||
{foreach from=$form->fields item=field}
|
||||
{if ($field->type==='reset')}
|
||||
<td align="right">{$field->field}</td>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{foreach from=$form->fields item=field}
|
||||
{if ($field->type==='button')}
|
||||
<td align="right">{$field->field}</td>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{foreach from=$form->fields item=field}
|
||||
{if ($field->type==='submit')}
|
||||
<td align="right">{$field->field}</td>
|
||||
|
||||
Reference in New Issue
Block a user