mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Add horizontal scrolling to reports when necessary. (from r96075)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98183 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a78dee1362
commit
d05c921226
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
<p style="display: none;" class="message " id="Form_EditForm_error"/>
|
<p style="display: none;" class="message " id="Form_EditForm_error"/>
|
||||||
|
|
||||||
<fieldset>
|
|
||||||
|
|
||||||
<div id="ScrollPanel">
|
<div id="ScrollPanel">
|
||||||
|
<fieldset>
|
||||||
$FieldMap.ReportTitle.FieldHolder
|
$FieldMap.ReportTitle.FieldHolder
|
||||||
$FieldMap.ReportDescription.FieldHolder
|
$FieldMap.ReportDescription.FieldHolder
|
||||||
|
|
||||||
@ -37,9 +37,9 @@
|
|||||||
|
|
||||||
<% control HiddenFields %>$Field<% end_control %>
|
<% control HiddenFields %>$Field<% end_control %>
|
||||||
|
|
||||||
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="clear"><!-- --></div>
|
<div class="clear"><!-- --></div>
|
||||||
</fieldset>
|
|
||||||
</form>
|
</form>
|
Loading…
Reference in New Issue
Block a user