BUG 9508 I add the option the show scroll

I add propety in form to the grids with scroll
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-10-04 15:59:13 -04:00
parent 09f0554071
commit 154639c9e3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{* this is the grid template *}
<div class="grid">
<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
<div class="content">
<div class="content" style="{$form->scrollStyle};">
<table class="FormSubTitle" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th>{$form->label}

View File

@@ -2,7 +2,7 @@
{* this is the grid template *}
<div class="pagedTableDefault">
<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
<div class="content">
<div class="content" style="{$form->scrollStyle};">
<table class="" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th>{$form->label}</th>