Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
bf5ffb4b
Commit
bf5ffb4b
authored
3 weeks ago
by
Till Brehm
Browse files
Options
Downloads
Plain Diff
Merge branch '6838-mail_forward_edit' into 'develop'
Fix action url for delete button on mail_forward_edit.
#6838
Closes
#6838
See merge request
!1996
parents
6e8ad3d0
5e555a42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1996
Fix action url for delete button on mail_forward_edit. #6838
Pipeline
#15732
passed
3 weeks ago
Stage: syntax
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/web/mail/templates/mail_forward_edit.htm
+1
-1
1 addition, 1 deletion
interface/web/mail/templates/mail_forward_edit.htm
with
1 addition
and
1 deletion
interface/web/mail/templates/mail_forward_edit.htm
+
1
−
1
View file @
bf5ffb4b
...
...
@@ -38,7 +38,7 @@
<div
class=
"clear"
>
<tmpl_if
name=
'id'
><tmpl_if
name=
'show_delete_on_forms'
op=
"=="
value=
"y"
>
<a
class=
"btn btn-default formbutton-danger formbutton-narrow"
href=
"javascript: ISPConfig.confirm_action('mail/mail_
domain
_del.php?id={tmpl_var name='id'}&_csrf_id={tmpl_var name='_csrf_id'}&_csrf_key={tmpl_var name='_csrf_key'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span
class=
"icon icon-delete"
></span></a>
<a
class=
"btn btn-default formbutton-danger formbutton-narrow"
href=
"javascript: ISPConfig.confirm_action('mail/mail_
forward
_del.php?id={tmpl_var name='id'}&_csrf_id={tmpl_var name='_csrf_id'}&_csrf_key={tmpl_var name='_csrf_key'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span
class=
"icon icon-delete"
></span></a>
</tmpl_if></tmpl_if>
<div
class=
"right"
>
<button
class=
"btn btn-default formbutton-success"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
data-submit-form=
"pageForm"
data-form-action=
"mail/mail_forward_edit.php"
>
{tmpl_var name='btn_save_txt'}
</button>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment