Skip to content

Commit

Permalink
BUGFIX: Add horizontal scrolling to reports when necessary. (from r96…
Browse files Browse the repository at this point in the history
…075)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98183 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Feb 2, 2011
1 parent a78dee1 commit d05c921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/ReportAdminForm.ss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<p style="display: none;" class="message " id="Form_EditForm_error"/>

<fieldset>

<div id="ScrollPanel">
<fieldset>
$FieldMap.ReportTitle.FieldHolder
$FieldMap.ReportDescription.FieldHolder

Expand Down Expand Up @@ -37,9 +37,9 @@

<% control HiddenFields %>$Field<% end_control %>

</fieldset>
</div>


<div class="clear"><!-- --></div>
</fieldset>
</form>

0 comments on commit d05c921

Please sign in to comment.