-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Rebase media browser on latest master
- Loading branch information
Showing
31 changed files
with
214 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
Neos.Media.Browser/Resources/Private/Layouts/Inspector/Default.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title><f:render section="Title" /></title> | ||
|
||
<f:for each="{settings.styles}" as="style"> | ||
<link rel="stylesheet" href="{f:uri.resource(path: style)}" /> | ||
</f:for> | ||
</head> | ||
<body class="{settings.bodyClasses}"> | ||
<div class="neos-media-options"> | ||
<f:render section="Options" optional="TRUE" /> | ||
</div> | ||
<div class="neos-media-content{f:if(condition: '{tags -> f:count()} > 25', then: ' neos-media-aside-condensed')}"> | ||
<div class="neos-media-assets"> | ||
<div class="neos-notification-container"> | ||
<f:render partial="FlashMessages" /> | ||
</div> | ||
|
||
<f:render section="Content" /> | ||
</div> | ||
<aside class="neos-media-aside"> | ||
<f:render section="Sidebar" /> | ||
</aside> | ||
</div> | ||
<f:for each="{settings.scripts}" as="script"> | ||
<script src="{f:uri.resource(path: script)}"></script> | ||
</f:for> | ||
<f:render section="Scripts" optional="TRUE" /> | ||
</body> | ||
</html> |
20 changes: 20 additions & 0 deletions
20
Neos.Media.Browser/Resources/Private/Layouts/Inspector/EditImage.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title><f:render section="Title" /></title> | ||
|
||
<f:for each="{settings.styles}" as="style"> | ||
<link rel="stylesheet" href="{f:uri.resource(path: style)}" /> | ||
</f:for> | ||
</head> | ||
<body class="{settings.bodyClasses}"> | ||
<f:render partial="FlashMessages" /> | ||
|
||
<f:render section="Content" /> | ||
<f:for each="{settings.scripts}" as="script"> | ||
<script src="{f:uri.resource(path: script)}"></script> | ||
</f:for> | ||
<f:render section="Scripts" optional="TRUE" /> | ||
</body> | ||
</html> |
22 changes: 22 additions & 0 deletions
22
Neos.Media.Browser/Resources/Private/Layouts/Inspector/UploadImage.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title><f:render section="Title" /></title> | ||
|
||
<f:for each="{settings.styles}" as="style"> | ||
<link rel="stylesheet" href="{f:uri.resource(path: style)}" /> | ||
</f:for> | ||
</head> | ||
<body class="{settings.bodyClasses}"> | ||
<div class="neos-row-fluid"> | ||
<f:render partial="FlashMessages" /> | ||
|
||
<f:render section="Content" /> | ||
</div> | ||
<f:for each="{settings.scripts}" as="script"> | ||
<script src="{f:uri.resource(path: script)}"></script> | ||
</f:for> | ||
<f:render section="Scripts" optional="TRUE" /> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.