From ac274d3349857356390cbff3beebf58d303669cc Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 21 Aug 2021 23:06:43 +0200 Subject: [PATCH] change template titles to h3 --- CHANGELOG.md | 1 + _define.php | 2 +- _public.php | 12 ++++++------ default-templates/saba_search.html | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e903f1..c6bbf5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 2021.08.20 * update license * fix query + * change template titles to h3 2013.10.28 * Switch to Dotclear 2.6 diff --git a/_define.php b/_define.php index eafe633..49c5af3 100644 --- a/_define.php +++ b/_define.php @@ -24,7 +24,7 @@ $this->registerModule( /* Author */ "Jean-Christian Denis", /* Version */ - '2021.08.20.2', + '2021.08.20.3', /* Properies */ array( 'permissions' => 'admin', diff --git a/_public.php b/_public.php index ca3eaa4..11b6107 100644 --- a/_public.php +++ b/_public.php @@ -396,7 +396,7 @@ class tplSaba if (!empty($res)) { - return '

'.__('Filter options').'

'; + return '

'.__('Filter options').'

'; } } @@ -420,7 +420,7 @@ class tplSaba $chk = 'saba_options["q_rev"]) ? \'checked="checked" \' : ""; ?>'; $res .= '
  • '; - return '

    '.__('Filter order').'

    '; + return '

    '.__('Filter order').'

    '; } } @@ -444,7 +444,7 @@ class tplSaba if (!empty($res)) { - return '

    '.__('Filter by category').'

    '; + return '

    '.__('Filter by category').'

    '; } } @@ -468,7 +468,7 @@ class tplSaba if (!empty($res)) { - return '

    '.__('Filter by type').'

    '; + return '

    '.__('Filter by type').'

    '; } } @@ -485,7 +485,7 @@ class tplSaba if (!empty($res)) { - return '

    '.__('Filter by age').'

    '; + return '

    '.__('Filter by age').'

    '; } } @@ -509,7 +509,7 @@ class tplSaba if (!empty($res)) { - return '

    '.__('Filter by author').'

    '; + return '

    '.__('Filter by author').'

    '; } } diff --git a/default-templates/saba_search.html b/default-templates/saba_search.html index 0c2a80c..e903b6b 100644 --- a/default-templates/saba_search.html +++ b/default-templates/saba_search.html @@ -56,7 +56,7 @@
    -

    +

    @@ -103,7 +103,7 @@
    -

    +