From 9626fb5c6a4d7451e88aa7bd7fa91306d3f3f1ea Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 29 Apr 2017 01:09:30 +0200 Subject: Two changes have been made in this commit: + The method "Item::getArguments" has been optimized and checks now the syntax of the argument names (only A-Z, a-z, 0-9 and underscores are allowed). + The admin template has been changed and displays now the used arguments of an item within the list. --- template/admin/html/page/item.php | 9 +++++++++ template/admin/html/post/item.php | 9 +++++++++ template/admin/html/user/item.php | 9 +++++++++ template/admin/rsrc/main.css | 8 ++++++++ 4 files changed, 35 insertions(+) (limited to 'template') diff --git a/template/admin/html/page/item.php b/template/admin/html/page/item.php index 584a539..1a382bd 100644 --- a/template/admin/html/page/item.php +++ b/template/admin/html/page/item.php @@ -6,6 +6,15 @@

+ + + + +