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
lolo888
ISPConfig 3
Commits
3c11b08f
Commit
3c11b08f
authored
19 years ago
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
775e53a5
No related branches found
Branches containing commit
Tags
3.2.11p1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/web/sites/lib/lang/en_mail_alias_list.lng
+11
-0
11 additions, 0 deletions
interface/web/sites/lib/lang/en_mail_alias_list.lng
interface/web/sites/templates/mail_alias_list.htm
+26
-0
26 additions, 0 deletions
interface/web/sites/templates/mail_alias_list.htm
with
37 additions
and
0 deletions
interface/web/sites/lib/lang/en_mail_alias_list.lng
0 → 100644
+
11
−
0
View file @
3c11b08f
<?php
$wb
[
"list_head_txt"
]
=
'mail_alias'
;
$wb
[
"email_txt"
]
=
'email'
;
$wb
[
"destination_txt"
]
=
'destination'
;
$wb
[
"page_txt"
]
=
'Page'
;
$wb
[
"page_of_txt"
]
=
'of'
;
$wb
[
"page_next_txt"
]
=
'Next'
;
$wb
[
"page_back_txt"
]
=
'Back'
;
$wb
[
"delete_txt"
]
=
'Delete'
;
$wb
[
"filter_txt"
]
=
'Filter'
;
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
interface/web/sites/templates/mail_alias_list.htm
0 → 100644
+
26
−
0
View file @
3c11b08f
<form
name=
"myform"
action=
"mail_alias_list.php"
method=
"POST"
>
<div
class=
"frmTextHead"
><tmpl_var
name=
"list_head_txt"
></div><br
/>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"4"
>
<tr>
<td
class=
"tblHead"
><tmpl_var
name=
"email_txt"
></td>
<td
class=
"tblHead"
><tmpl_var
name=
"destination_txt"
></td>
<td
class=
"tblHead"
>
</td>
</tr>
<tr>
<td
class=
"frmText11"
><input
type=
"text"
name=
"search_email"
value=
"{tmpl_var name='search_email'}"
class=
"text"
/></td>
<td
class=
"frmText11"
><input
type=
"text"
name=
"search_destination"
value=
"{tmpl_var name='search_destination'}"
class=
"text"
/></td>
<td
class=
"frmText11"
align=
"right"
><input
name=
"Filter"
type=
"submit"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
></td>
</tr>
<tmpl_loop
name=
"records"
>
<tr
bgcolor=
"{tmpl_var name="
bgcolor
"}"
>
<td
class=
"frmText11"
><a
href=
"mail_alias_edit.php?id={tmpl_var name='id'}"
class=
"frmText11"
>
{tmpl_var name="email"}
</a></td>
<td
class=
"frmText11"
><a
href=
"mail_alias_edit.php?id={tmpl_var name='id'}"
class=
"frmText11"
>
{tmpl_var name="destination"}
</a></td>
<td
class=
"frmText11"
align=
"right"
>
[
<a
href=
"javascript: del_record('mail_alias_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}');"
class=
"frmText11"
>
{tmpl_var name='delete_txt'}
</a>
]
</td>
</tr>
</tmpl_loop>
<tr>
<td
colspan=
"3"
height=
"40"
align=
"center"
class=
"tblFooter"
><tmpl_var
name=
"paging"
></td>
</tr>
</table>
</form>
\ No newline at end of file
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