-
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.
- Loading branch information
Showing
15 changed files
with
257 additions
and
193 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
52 changes: 0 additions & 52 deletions
52
modules/material/themes/material/profilereview/nag-for-method.php
This file was deleted.
Oops, something went wrong.
52 changes: 52 additions & 0 deletions
52
modules/material/themes/material/profilereview/nag-for-method.twig
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,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{ currentLanguage }}"> | ||
<head> | ||
<title>{{ '{nag:method_title}'|trans }}</title> | ||
|
||
{% include 'header.twig' %} | ||
</head> | ||
<body class="gradient-bg"> | ||
<div class="mdl-layout mdl-layout--fixed-header fill-viewport"> | ||
<header class="mdl-layout__header"> | ||
<div class="mdl-layout__header-row"> | ||
<span class="mdl-layout-title"> | ||
{{ '{nag:method_header}'|trans }} | ||
</span> | ||
</div> | ||
</header> | ||
<main class="mdl-layout__content" layout-children="column"> | ||
<form layout-children="column" method="post"> | ||
<div class="mdl-card mdl-shadow--8dp"> | ||
<div class="mdl-card__media white-bg margin" layout-children="column"> | ||
<img src="shield.svg" alt="{{ '{nag:shield_icon}'|trans }}"> | ||
</div> | ||
|
||
<div class="mdl-card__title center"> | ||
<h1 class="mdl-card__title-text"> | ||
{{ '{nag:header}'|trans }} | ||
</h1> | ||
</div> | ||
|
||
<div class="mdl-card__title center"> | ||
<p class="mdl-card__subtitle-text"> | ||
{{ '{nag:method_info}'|trans }} | ||
</p> | ||
</div> | ||
|
||
<div class="mdl-card__actions" layout-children="row" child-spacing="space-around"> | ||
<button name="continue" class="mdl-button"> | ||
{{ '{nag:button_later}'|trans }} | ||
</button> | ||
|
||
<span flex></span> | ||
|
||
<button name="update" class="mdl-button mdl-button--raised mdl-button--primary"> | ||
{{ '{nag:button_add}'|trans }} | ||
</button> | ||
</div> | ||
</div> | ||
</form> | ||
</main> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.