From d25e4a849e7c01307695075c0228ba69c4b16723 Mon Sep 17 00:00:00 2001 From: David Siegfried Date: Mon, 17 Jul 2023 12:12:47 +0200 Subject: add phpdoc --- app/views/userfilter/field/configure.php | 51 +++++++++++++++++++------------ app/views/userfilter/filter/add.php | 18 +++++++---- app/views/userfilter/filter/configure.php | 14 +++++---- app/views/wysiwyg/a11yhelp.php | 8 ++--- 4 files changed, 54 insertions(+), 37 deletions(-) diff --git a/app/views/userfilter/field/configure.php b/app/views/userfilter/field/configure.php index d50d39a..bf9a343 100644 --- a/app/views/userfilter/field/configure.php +++ b/app/views/userfilter/field/configure.php @@ -1,35 +1,48 @@ - + + getValidCompareOperators()) > 1) : ?> - + getValidValues()) > 1) : ?> - getValidValues()) == 1) : ?> - + getValidValues()) == 1) : ?> + - - ' . _("und") . '' : '')?> + + ' . _('und') . '' : '') ?>
- - - asImg(); ?> -
- + + + + + + diff --git a/app/views/userfilter/filter/add.php b/app/views/userfilter/filter/add.php index fc84444..dff2367 100644 --- a/app/views/userfilter/filter/add.php +++ b/app/views/userfilter/filter/add.php @@ -1,9 +1,15 @@ + +
- + toString() ?> - - + + - asImg(); ?> -
\ No newline at end of file + class="conditionfield_delete"> + + diff --git a/app/views/userfilter/filter/configure.php b/app/views/userfilter/filter/configure.php index 59155c0..f2cfeb8 100644 --- a/app/views/userfilter/filter/configure.php +++ b/app/views/userfilter/filter/configure.php @@ -1,16 +1,18 @@
render_partial('userfilter/field/configure.php', ['is_first' => true]); ?>

- asImg(16, ["alt" => _('Auswahlfeld hinzufügen')]) ?> - + asImg(['alt' => _('Auswahlfeld hinzufügen')]) ?> +

diff --git a/app/views/wysiwyg/a11yhelp.php b/app/views/wysiwyg/a11yhelp.php index 0590714..40c25c4 100644 --- a/app/views/wysiwyg/a11yhelp.php +++ b/app/views/wysiwyg/a11yhelp.php @@ -1,17 +1,13 @@

- +

-

+

-- cgit v1.0