From ca8f971ff7615b6cfcd046252c595cff396a72c5 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 5 Sep 2021 00:41:47 +0200 Subject: [PATCH] better design for blog_pref --- _admin.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_admin.php b/_admin.php index 6c936f8..a02d91f 100644 --- a/_admin.php +++ b/_admin.php @@ -108,12 +108,14 @@ class epcAdminBehaviors '

' . '
' . __('Record list') . '
' . '

' . __('This is the default order of records lists.') . '

' . - '

' . + '

' . form::combo('epc_list_sortby', self::sortbyCombo(), $list_sortby) . '

' . - '

' . + '

' . form::combo('epc_list_order', self::orderCombo(), $list_order) . '

' . - '

' . + '

' . form::field('epc_list_nb', 3, 3, $list_nb) . '

' . + '

' . + __('Set content filters') . '

' . '' . '
' . '
' . __('Extra') . '
' .