forked from wet-boew/GCWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Page details: remove share this page
- Loading branch information
Showing
18 changed files
with
348 additions
and
308 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- Default Page details --> | ||
<div id="default"> | ||
<section class="pagedetails"> | ||
<h2 class="wb-inv">Page details</h2> | ||
[Date modified component] | ||
</section> | ||
</div> | ||
|
||
<!-- Page details with Page feedback tool --> | ||
<div id="pft"> | ||
<section class="pagedetails"> | ||
<h2 class="wb-inv">Page details</h2> | ||
<div class="row"> | ||
<div class="col-sm-8 col-md-9 col-lg-9"> | ||
[Page feedback tool component version 2.0 or newer] | ||
</div> | ||
</div> | ||
[Date modified component] | ||
</section> | ||
</div> |
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 @@ | ||
<!-- Default Détails de la page --> | ||
<div id="default"> | ||
<section class="pagedetails"> | ||
<h2 class="wb-inv">Détails de la page</h2> | ||
[Composant Date de modification] | ||
</section> | ||
</div> | ||
|
||
<!-- Détails de la page with Page feedback tool --> | ||
<div id="pft"> | ||
<section class="pagedetails"> | ||
<h2 class="wb-inv">Détails de la page</h2> | ||
<div class="row"> | ||
<div class="col-sm-8 col-md-9 col-lg-9"> | ||
[Composant Outil de rétroaction sur la page version 2.0 ou plus récente] | ||
</div> | ||
</div> | ||
[Composant Date de modification] | ||
</section> | ||
</div> |
Oops, something went wrong.