mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merged revisions 54407 via svnmerge from
svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.2.2 ........ r54407 | sminnee | 2008-05-13 15:11:59 +1200 (Tue, 13 May 2008) | 1 line Removed references to 'mot' folder in code ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@56918 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a79cfc2d63
commit
610a02e08a
@ -87,7 +87,6 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
|||||||
* We need a better way of including all of the CSS that *might* be used by this application.
|
* We need a better way of including all of the CSS that *might* be used by this application.
|
||||||
* Perhaps the ajax responses can include some instructions to go get more CSS / JavaScript?
|
* Perhaps the ajax responses can include some instructions to go get more CSS / JavaScript?
|
||||||
*/
|
*/
|
||||||
Requirements::css("mot/css/WorkflowWidget.css");
|
|
||||||
Requirements::css("survey/css/SurveyFilter.css");
|
Requirements::css("survey/css/SurveyFilter.css");
|
||||||
Requirements::javascript("survey/javascript/SurveyResponses.js");
|
Requirements::javascript("survey/javascript/SurveyResponses.js");
|
||||||
Requirements::javascript("survey/javascript/FormResponses.js");
|
Requirements::javascript("survey/javascript/FormResponses.js");
|
||||||
|
@ -163,7 +163,6 @@ class UserDefinedForm_Controller extends Page_Controller {
|
|||||||
function init() {
|
function init() {
|
||||||
Requirements::javascript('jsparty/prototype-safe.js');
|
Requirements::javascript('jsparty/prototype-safe.js');
|
||||||
Requirements::javascript('jsparty/behaviour.js');
|
Requirements::javascript('jsparty/behaviour.js');
|
||||||
Requirements::javascript('mot/javascript/UserDefinedForm.js');
|
|
||||||
|
|
||||||
parent::init();
|
parent::init();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user