File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed
Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 22
33{% block content %}
44{% if attachmentErrors %}
5- <section >
6- {% for item in attachmentErrors %}
7- <li >{{ item }}</li >
8- {% endfor %}
9- </section >
5+
6+ <div class =" row g-5" >
7+ <div class =" col justify-content-start" >
8+ <h2 class =" border-bottom" >{{ ' msgReportABug' | translate }}</h2 >
9+ </div >
10+
11+ <div class =" col-12 mt-4" >
12+ <p >
13+ {{ ' msgErrorOccurred' | translate }}
14+ </p >
15+ <ul >
16+ {% for item in attachmentErrors %}
17+ <li >{{ item }}</li >
18+ {% endfor %}
19+ </ul >
20+ </div >
21+ </div >
1022{% endif %}
1123{% endblock %}
Original file line number Diff line number Diff line change 145145
146146// Twig template variables
147147$ templateVars = [
148+ ... $ templateVars ,
148149 'attachmentErrors ' => $ attachmentErrors ,
149150];
150151
Original file line number Diff line number Diff line change 919919$ PMF_LANG ['ad_record_active ' ] = "aktiviert " ;
920920
921921// added 2.6.0-alpha - 2009-11-01 by Anatoliy Belsky
922- $ PMF_LANG ['msgAttachmentInvalid ' ] = 'Der Anhang ist ungültig, bitte informieren Sie den Admin ' ;
922+ $ PMF_LANG ['msgAttachmentInvalid ' ] = 'Der Anhang ist ungültig, bitte informieren Sie den Administrator. ' ;
923923
924924// added 2.6.0-alpha - 2009-11-02 by max
925925$ LANG_CONF ['search.numberSearchTerms ' ] = ["input " , "Anzahl der beliebtesten Suchbegriffe " ];
You can’t perform that action at this time.
0 commit comments