Skip to content
Snippets Groups Projects

Resolve #3453169 "Add display theme"

Merged Thomas MUSA requested to merge issue/ui_suite_dsfr-3453169:3453169-add-display-theme into 1.0.x
10 unresolved threads

Closes #3453169

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
43 43 {{ label }}
44 44 </a>
45 45 {% else %}
46 <button{{ attributes.addClass('fr-btn') }}>
  • 1
    2 <div id="fr-display" class="fr-display">
  • 127 127 - title: Personal data
    128 128 url: "#"
    129 129 - title: Cook
    130 dsfr_link_display_theme_mod:
  • 448 567 * Implements hook_preprocess_pattern_button().
    449 568 */
    450 569 function ui_suite_dsfr_preprocess_pattern_button(array &$variables) {
  • 1
    2 <div id="fr-display" class="fr-display">
  • 1 {#
  • Thomas MUSA added 1 commit

    added 1 commit

    • dad622c4 - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • 80920adf - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • a037df24 - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • f13c4f53 - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • 666f2471 - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • 1
    2 <div {{ attributes.addClass('fr-display') }}>
    3 <fieldset class="fr-fieldset" id="display-fieldset">
    4 <legend class="fr-fieldset__legend--regular fr-fieldset__legend" id="display-fieldset-legend">
  • 1
    2 <div {{ attributes.addClass('fr-display') }}>
    3 <fieldset class="fr-fieldset" id="display-fieldset">
  • 2 <div {{ attributes.addClass('fr-display') }}>
    3 <fieldset class="fr-fieldset" id="display-fieldset">
    4 <legend class="fr-fieldset__legend--regular fr-fieldset__legend" id="display-fieldset-legend">
    5 {{ title }}
    6 </legend>
    7 {% for theme in themes %}
    8
    9 <div class="fr-fieldset__element">
    10 <div class="fr-radio-group fr-radio-rich">
    11 <input value="{{ theme.attributes.id }}" type="radio" id="fr-radios-theme-{{ theme.attributes.id }}" name="fr-radios-theme">
    12 <label class="fr-label" for="fr-radios-theme-{{ theme.attributes.id }}">
    13 {{ theme.title }}
    14 </label>
    15 <div class="fr-radio-rich__img">
    16 <svg aria-hidden="true" class="fr-artwork" viewBox="0 0 80 80" width="80px" height="80px">
    17 <use class="fr-artwork-decorative" href="/libraries/dsfr/dist/artwork/pictograms/{{ theme.attributes.svg }}.svg#artwork-decorative"></use>
  • 2 <div {{ attributes.addClass('fr-display') }}>
    3 <fieldset class="fr-fieldset" id="display-fieldset">
    4 <legend class="fr-fieldset__legend--regular fr-fieldset__legend" id="display-fieldset-legend">
    5 {{ title }}
    6 </legend>
    7 {% for theme in themes %}
    8
    9 <div class="fr-fieldset__element">
    10 <div class="fr-radio-group fr-radio-rich">
    11 <input value="{{ theme.attributes.id }}" type="radio" id="fr-radios-theme-{{ theme.attributes.id }}" name="fr-radios-theme">
    12 <label class="fr-label" for="fr-radios-theme-{{ theme.attributes.id }}">
    13 {{ theme.title }}
    14 </label>
    15 <div class="fr-radio-rich__img">
    16 <svg aria-hidden="true" class="fr-artwork" viewBox="0 0 80 80" width="80px" height="80px">
    17 <use class="fr-artwork-decorative" href="/libraries/dsfr/dist/artwork/pictograms/{{ theme.attributes.svg }}.svg#artwork-decorative"></use>
  • Thomas MUSA added 1 commit

    added 1 commit

    • 644f824f - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • 0a206f8a - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 18 commits

    added 18 commits

    Compare with previous version

  • Pierre Dureau added 19 commits

    added 19 commits

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • 51163bb7 - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • 80eebd38 - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • 1e9e5c1e - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Thomas MUSA added 1 commit

    added 1 commit

    • 2866e7c0 - Issue #3453169: Add Display theme mode ("Paramètre d'\''affichage")

    Compare with previous version

  • Pierre Dureau added 23 commits

    added 23 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading