-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor - Page details: Remove col-lg-9 class (#2398)
There's no need for it. The col-md-9 class it was paired with already fulfils the same purpose (has the same grid width and scales up to larger views). Using #2377 as a basis, this removes the col-lg-9 class and updates code samples/documentation/etc accordingly. Also adds the following updates: * Adjust the Bootstrap 3 static header and footer page's page details section (was using the col-lg-9 class and share this page...) * Revise the page details docs' implementation notes and migration instructions * Allow HTML to be rendered in history notes (via "isHTML": true, for non-breaking spaces and HTML tags) * Base include file names on component version numbers instead of iteration numbers (i.e. renamed 4 to 3.1 and 5 to 3.2) Co-authored-by: Garneauma <[email protected]>
- Loading branch information
1 parent
af9b4a2
commit 7e7b444
Showing
21 changed files
with
460 additions
and
73 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.
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
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"> | ||
[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"> | ||
[Composant Outil de rétroaction sur la page version 2.0 ou plus récente] | ||
</div> | ||
</div> | ||
[Composant Date de modification] | ||
</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
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.