From 2a60f1cc6ed49ab559090c831788308fe3df0706 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 20 Feb 2022 20:18:24 +0000 Subject: merge branch pdledit_gui into dev - many widgets still miss their description and requirements (this is work in progress) --- view/php/default.php | 14 +++++++++++++- view/php/full.php | 15 +++++++++++++-- view/php/minimal.php | 39 +++++++++++++++++++++++++-------------- view/php/none.php | 9 +++++++++ view/php/zen.php | 16 ++++++++-------- 5 files changed, 68 insertions(+), 25 deletions(-) (limited to 'view/php') diff --git a/view/php/default.php b/view/php/default.php index 64d58a0c1..10e150906 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -1,3 +1,15 @@ + @@ -8,7 +20,7 @@ >
- +
diff --git a/view/php/full.php b/view/php/full.php index 1a9cd9a84..d855fb650 100644 --- a/view/php/full.php +++ b/view/php/full.php @@ -1,3 +1,13 @@ + @@ -8,8 +18,9 @@ >
- -
+ +
+
diff --git a/view/php/minimal.php b/view/php/minimal.php index 3572f3b5c..3fab0c5f9 100644 --- a/view/php/minimal.php +++ b/view/php/minimal.php @@ -1,14 +1,25 @@ - - - - <?php if(x($page,'title')) echo $page['title'] ?> - - - - -
- -
- - - + + + + + <?php if(x($page,'title')) echo $page['title'] ?> + + + + +
+ + +
+ + + diff --git a/view/php/none.php b/view/php/none.php index 51d0e83dc..5e92310b7 100644 --- a/view/php/none.php +++ b/view/php/none.php @@ -1 +1,10 @@ + diff --git a/view/php/zen.php b/view/php/zen.php index a96cf722f..24aae951b 100644 --- a/view/php/zen.php +++ b/view/php/zen.php @@ -1,11 +1,11 @@ - - <?php if(x($page,'title')) echo $page['title'] ?> - - - - - - + + <?php if(x($page,'title')) echo $page['title'] ?> + + + + + + -- cgit v1.2.3