From 89b05effb2eb45382762fcfcfae2373b7754caa7 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 12 Nov 2018 11:11:58 +0100 Subject: url-cleaning-redirect-correct-id --- app/view/templates/edit.php | 2 +- app/view/templates/editleftbar.php | 2 +- app/view/templates/editrightbar.php | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) (limited to 'app/view') diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 7379378..a729302 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -20,7 +20,7 @@ insert('editleftbar', ['art' => $art, 'tablist' => $tablist, 'artlist' => $artlist, 'showleftpanel' => $showleftpanel]) ?> insert('edittabs', ['tablist' => $tablist, 'opentab' => $art->interface()]) ?> - insert('editrightbar', ['art' => $art, 'artlist' => $artlist, 'showrightpanel' => $showrightpanel]) ?> + insert('editrightbar', ['art' => $art, 'artlist' => $artlist, 'showrightpanel' => $showrightpanel, 'fonts' => $fonts]) ?> diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index 7533599..247e271 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -1,4 +1,4 @@ -
+
>
diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php index a6cc2a0..74ba1dd 100644 --- a/app/view/templates/editrightbar.php +++ b/app/view/templates/editrightbar.php @@ -1,4 +1,4 @@ -
+
>
@@ -14,6 +14,16 @@ ?> +
+ Fonts + +
-- cgit v1.2.3