From ca38821a3eab237bd55d2df34346b419ec36804c Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 9 Aug 2021 21:22:47 +0200 Subject: Show action button list in entity update template Add a link to the current entity on the website and a link to the entity delete form in the administration area's update.php templates. --- theme/admin/html/category/update.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'theme/admin/html/category/update.php') diff --git a/theme/admin/html/category/update.php b/theme/admin/html/category/update.php index fefaa18..d6634a7 100644 --- a/theme/admin/html/category/update.php +++ b/theme/admin/html/category/update.php @@ -1,6 +1,10 @@

text('update_category')?>

-

text('update_category_desc')?>

+

text('update_category_desc')?>

+
-- cgit v1.2.3