Migrate root level template references to new notation

This commit is contained in:
Yassine Guedidi 2022-04-29 00:43:07 +02:00
parent 009697f844
commit 10f1bc5506
58 changed files with 58 additions and 58 deletions

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'menu.left.internal_settings'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "FOSUserBundle::layout.html.twig" %}
{% extends "@FOSUser/layout.html.twig" %}
{% trans_default_domain 'FOSUserBundle' %}

View file

@ -1,4 +1,4 @@
{% extends "FOSUserBundle::layout.html.twig" %}
{% extends "@FOSUser/layout.html.twig" %}
{% trans_default_domain 'FOSUserBundle' %}

View file

@ -1,4 +1,4 @@
{% extends "FOSUserBundle::layout.html.twig" %}
{% extends "@FOSUser/layout.html.twig" %}
{% trans_default_domain 'FOSUserBundle' %}

View file

@ -1,4 +1,4 @@
{% extends "FOSUserBundle::layout.html.twig" %}
{% extends "@FOSUser/layout.html.twig" %}
{% block fos_user_content %}
<form action="{{ path('fos_user_security_check') }}" method="post" name="loginform">

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'security.login.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'config.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'config.page_title'|trans }} > {{ 'config.otp.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'entry.edit.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block head %}
{{ parent() }}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ entry.title|e|default('entry.default_title'|trans)|raw }} ({{ entry.domainName|removeWww }}){% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'entry.new.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'error.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'ignore_origin_instance_rule.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'ignore_origin_instance_rule.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'ignore_origin_instance_rule.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'site_credential.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'site_credential.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'site_credential.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'tag.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::base.html.twig" %}
{% extends "@WallabagCore/base.html.twig" %}
{% block css %}
{{ parent() }}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'developer.client.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'developer.client_parameter.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'developer.howto.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'developer.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'about.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'howto.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'quickstart.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'config.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'config.page_title'|trans }} > {{ 'config.otp.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'entry.edit.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block head %}
{{ parent() }}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ entry.title|striptags|default('entry.default_title'|trans)|raw }} ({{ entry.domainName|removeWww }}){% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'entry.new.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'error.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'ignore_origin_instance_rule.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'ignore_origin_instance_rule.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'ignore_origin_instance_rule.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'site_credential.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'site_credential.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'site_credential.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'tag.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::base.html.twig" %}
{% extends "@WallabagCore/base.html.twig" %}
{% block css %}
{{ parent() }}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.chrome.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.delicious.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.firefox.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.instapaper.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.pinboard.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.pocket.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.readability.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'import.wallabag_v1.page_title'|trans }}{% endblock %}

View file

@ -1,5 +1,5 @@
{# Override `vendor/scheb/two-factor-bundle/Resources/views/Authentication/form.html.twig` #}
{% extends "FOSUserBundle::layout.html.twig" %}
{% extends "@FOSUser/layout.html.twig" %}
{% block fos_user_content %}
<form class="form" action="{{ path("2fa_login_check") }}" method="post">

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'user.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'user.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'user.page_title'|trans }}{% endblock %}

View file

@ -1,4 +1,4 @@
{% extends "FOSUserBundle::layout.html.twig" %}
{% extends "@FOSUser/layout.html.twig" %}
{% trans_default_domain 'FOSUserBundle' %}

View file

@ -1,4 +1,4 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% extends "@WallabagCore/layout.html.twig" %}
{% block title %}{{ 'user.manage.page_title'|trans }}{% endblock %}