Skip to content

Commit

Permalink
default contact email [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Mar 2, 2024
1 parent a875866 commit 521dc11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ currency_format={0,number,#,##0.00} {1}
currency_items_format={0,number,#,##0.00} {1} ({2})

contact_label=Email-<br/>Contact
contact_subject=Phoenix CTMS
contact_subject=${application.abbreviation} support request
contact_body=Please describe your issue:\n\n\n--\n${application.abbreviation} ${application.version} ${application.uuid}

error_title=HTTP Error
error_prompt=An unexpected error has occurred:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ currency_items_format={0,number,#,##0.00} {1} ({2})


contact_label=Email-<br/>Kontakt
contact_subject=Phoenix CTMS
contact_subject=${application.abbreviation} Support Anfrage
contact_body=Bitte beschreiben sie das Problem:\n\n\n--\n${application.abbreviation} ${application.version} ${application.uuid}

error_title=HTTP Fehler
error_prompt=Ein unerwarteter Fehler is aufgetreten:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ menu_item_label_clip_max_length=26
na_status_color=TOMATO

meta_description=${application.name} - {0}
contact_email=helpdesk@{0}
contact_email=[email protected]
#contact_email=helpdesk@{0}

banner_image_url=https://www.phoenixctms.org/analytics.php
analytics_uuid=${application.uuid}
Expand Down
1 change: 1 addition & 0 deletions web/src/main/webapp/META-INF/templates/baseTemplate.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@

<h:outputLink value="mailto:#{applicationScopeBean.contactEmail}">
<f:param name="subject" value="#{labels.contact_subject}" />
<f:param name="body" value="#{labels.contact_body}" />
<h:outputText value="#{labels.contact_label}" escape="false" />
</h:outputLink>
</h:panelGrid>
Expand Down

0 comments on commit 521dc11

Please sign in to comment.