Skip to content

Commit

Permalink
Fix(Report configuration) Solve issue #77. Fix hidden row height visi…
Browse files Browse the repository at this point in the history
…ble on Chrome.
  • Loading branch information
kikojover committed Jun 4, 2016
1 parent 1dbc899 commit 39c365a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Smarty/templates/AdvanceFilter.tpl
Expand Up @@ -204,7 +204,7 @@ function addConditionGroup(parentNodeId) {ldelim}
{rdelim}
</script>

<div style="overflow:auto;" id='adv_filter_div' name='adv_filter_div'>
<div style="overflow:auto;margin-top: 30px;" id='adv_filter_div' name='adv_filter_div'>
<table class="small" border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td class="detailedViewHeader" align="left"><b>{'LBL_ADVANCED_FILTER'|@getTranslatedString:$MODULE}</b></td>
Expand Down
16 changes: 10 additions & 6 deletions Smarty/templates/ReportFilters.tpl
Expand Up @@ -30,16 +30,20 @@
</td>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<span id='std_filter_div_show' name='std_filter_div_show'>
<td colspan="2" align="left" valign="top" style="height: 1px;">
{* <td colspan="2" align="left" valign="top">*}
<div id='std_filter_div_show' name='std_filter_div_show'>
{* <span id='std_filter_div_show' name='std_filter_div_show'>*}
<img border="0" align="absmiddle" src={'inactivate.gif'|@vtiger_imageurl:$THEME} onclick="showHideDivs('std_filter_div','std_filter_div_show');" style="cursor:pointer;" />
<b>{$MOD.LBL_SHOW_STANDARD_FILTERS}</b>
</span>
{* </span>*}
</div>
</td>
</tr>
<tr>
<td colspan="2" valign="top">
<div id='std_filter_div' name='std_filter_div' style="display:none;height:100;">
<td colspan="2" valign="top" style="height: 1px;">
{* <td colspan="2" valign="top">*}
<div id='std_filter_div' name='std_filter_div' style="display:none;">
<table class="small" border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td class="detailedViewHeader" colspan="4">
Expand All @@ -53,7 +57,7 @@
<td class="dvtCellLabel" width="20%">{$MOD.LBL_SF_STARTDATE}:</td>
<td class="dvtCellLabel" width="20%">{$MOD.LBL_SF_ENDDATE}:</td>
</tr>
<tr>
<tr >
<td class="dvtCellInfo" width="60%">
<select name="stdDateFilterField" class="detailedViewTextBox" onchange='standardFilterDisplay();'>
{$BLOCK1_STD}
Expand Down

0 comments on commit 39c365a

Please sign in to comment.