This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-reports
Watch
1
Star
0
Fork
0
You've already forked silverstripe-reports
mirror of
https://github.com/silverstripe/silverstripe-reports
synced
2024-10-22 11:05:53 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
2020a17082
silverstripe-reports
/
templates
/
Includes
/
LeftAndMain_right.ss
3 lines
42 B
Scheme
Raw
Normal View
History
Unescape
Escape
API CHANGE Returning empty form from getEditForm() method in CMSMain, AssetAdmin, SecurityAdmin to avoid an <% if %> condition in the template. The previous placeholder text is now always stored alongside the form template. This also allows for easier class overloading with different URLs, as the form action is no longer hardcoded in the template placeholder form. BUGFIX Adjusted AssetAdmin_left.ss, CommentAdmin_left.ss MINOR Removed CommentAdmin_right.ss, SecurityAdmin_right.ss - inherits a more generic LeftAndMain_right.ss instead MINOR Merged CommentAdmin_SiteTree.ss template back into CommentAdmin_left.ss git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92705 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 04:15:00 +01:00
$EditForm
Moved CMS module to open source path git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39000 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-07-19 12:40:05 +02:00
API CHANGE Changed <p id=statusMessage> to <div class=notice-wrap> in LeftAndMain_right.ss and subclasses ENHANCEMENT Using external jquery.notice library to handle status message updates in the CMS git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92696 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 04:14:36 +01:00
<div
class=
"notice-wrap"
></div>
Reference in New Issue
Copy Permalink