Merged in julceslau/processmaker (pull request #1027)

PM-761 User Experience Mobile presenta un desfaz en la opcion de busqueda en navegador Chrome SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-10-22 17:43:28 -04:00

View File

@@ -294,7 +294,7 @@
</select>
</div>
<div style = "float: right;"> <b>{$processTitle}:</b>
<select id="comboProcess" onchange="redirect();" style="width: 200px">
<select id="comboProcess" onchange="redirect();" style="width: 220px">
{foreach from=$processValues key=k item=VALUE}
<option value="{$VALUE[0]}">{$VALUE[1]}</option>
{/foreach}
@@ -311,7 +311,7 @@
<input type="button" class="fontText" onclick="setTextSearch();" tabindex="2" value=" x ">
</div>
<div style = "float: right;"><b>{$searchTitle}:</b>
<input type="text" size="27" maxlength="60" value="" id='searchText' placeholder="{$searchTitle}...">
<input type="text" size="24" maxlength="60" value="" id='searchText' placeholder="{$searchTitle}...">
</div>