From: Alexandr Danilov Date: Thu, 6 Aug 2015 01:22:45 +0000 (+0300) Subject: Many corrections material theme X-Git-Tag: 2.0.0-alpha.0~58 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b17874a7d58e1ae853935a564b205566efd9ed74;hp=8d9b8912aff9ccfa85241a1d64eb4b1366ed1b43;p=github%2Fwallabag%2Fwallabag.git Many corrections material theme --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/edit.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/edit.html.twig new file mode 100644 index 00000000..c002c4c3 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/edit.html.twig @@ -0,0 +1,44 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title %}{% trans %}Edit an entry{% endtrans %}{% endblock %} + +{% block content %} + +
+
+
+ +
+
+ + {% if form_errors(form) %} + {{ form_errors(form) }} + {% endif %} + + {% if form_errors(form.title) %} + {{ form_errors(form.title) }} + {% endif %} + +
+ {{ form_label(form.title) }} + {{ form_widget(form.title) }} +
+ +
+ {{ form_widget(form.is_public) }} + {{ form_label(form.is_public) }} +
+
+ +
+ +
+ +
+
+
+ +{% endblock %} diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index f68eec12..5ef5125f 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -21,7 +21,7 @@ {% if entries is empty %}

{% trans %}No articles found.{% endtrans %}

{% else %} -