-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-arrange templates and remote some legacy templates
- Loading branch information
1 parent
9235ab7
commit 3fc9ad4
Showing
10 changed files
with
25 additions
and
101 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
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...Stripe/Gallery/Model/Layout/GalleryHub.ss → ...Stripe/Gallery/Model/Layout/GalleryHub.ss
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
18 changes: 18 additions & 0 deletions
18
templates/DFT/SilverStripe/Gallery/Model/Layout/GalleryPage.ss
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,18 @@ | ||
<% require css("dft/silverstripe-gallery: node_modules/tingle.js/dist/tingle.min.css") %> | ||
<% require css("dft/silverstripe-gallery: client/dist/css/gallery.min.css") %> | ||
<% require javascript("dft/silverstripe-gallery: node_modules/tingle.js/dist/tingle.min.js") %> | ||
<% require javascript("dft/silverstripe-gallery: client/dist/javascript/gallery.min.js") %> | ||
|
||
<% if $ShowSideBar && $Menu(2).exists %> | ||
<% include SideBar %> | ||
<% end_if %> | ||
|
||
<div class="content-container col-sm"> | ||
<article class="gallery-page"> | ||
<div class="content">$Content</div> | ||
$Gallery | ||
</article> | ||
|
||
$Form | ||
$PageComments | ||
</div> |
20 changes: 0 additions & 20 deletions
20
templates/ilateral/SilverStripe/ChildHubPage/Includes/ChildHubGridItem.ss
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
templates/ilateral/SilverStripe/ChildHubPage/Includes/ChildHubListItem.ss
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
templates/ilateral/SilverStripe/ChildHubPage/Includes/Pagination.ss
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
templates/ilateral/SilverStripe/Gallery/Model/Layout/GalleryPage.ss
This file was deleted.
Oops, something went wrong.