Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions joomla4/language/en-GB/mod_db8404errors.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
MOD_DB8404ERRORS="404 Errors"
MOD_DB8404ERRORS_XML_DESCRIPTION="<b><big>404 Errors</big></b><br>Administrator Module to display 404 Errors from the Redirect Manager in the dashboard."

MOD_DB8404ERRORS_FIELD_HEADER_ICON_LABEL="Header Icon"
MOD_DB8404ERRORS_FIELD_COUNT_LABEL="Count"
MOD_DB8404ERRORS_FIELD_COUNT_DESC="The number of items to display (default 5)"
MOD_DB8404ERRORS_FIELD_ORDERING_LABEL="Order"
Expand Down
1 change: 1 addition & 0 deletions joomla4/language/fr-FR/mod_db8404errors.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
MOD_DB8404ERRORS="404 Errors"
MOD_DB8404ERRORS_XML_DESCRIPTION="<b><big>404 Errors</big></b><br>Ce module d'administration affiche les erreurs 404 dans le tableau de bord du Gestionnaire de redirection."

MOD_DB8404ERRORS_FIELD_HEADER_ICON_LABEL="Icône d'en-tête"
MOD_DB8404ERRORS_FIELD_COUNT_LABEL="Nombre"
MOD_DB8404ERRORS_FIELD_COUNT_DESC="Nombre d'éléments à afficher (5 par défaut)"
MOD_DB8404ERRORS_FIELD_SHOW_LABEL="Statut"
Expand Down
7 changes: 7 additions & 0 deletions joomla4/mod_db8404errors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<config>
<fields name="params">
<fieldset name="basic">
<field
name="header_icon"
type="text"
label="MOD_DB8404ERRORS_FIELD_HEADER_ICON_LABEL"
hint="icon-crosshairs"
default=""
/>
<field
name="count"
type="text"
Expand Down