Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_mail
Commits
1d278b3d
Commit
1d278b3d
authored
7 years ago
by
Torsten Oppermann
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Queue - from/to and dates into one column
parent
8acb706e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
New version 4 1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Private/Templates/Queue/Index.html
+6
-12
6 additions, 12 deletions
Resources/Private/Templates/Queue/Index.html
with
6 additions
and
12 deletions
Resources/Private/Templates/Queue/Index.html
+
6
−
12
View file @
1d278b3d
...
...
@@ -17,11 +17,9 @@
<thead>
<tr>
<th></th>
<th><f:translate
key=
"backend.from"
/></th>
<th><f:translate
key=
"backend.to"
/></th>
<th><f:translate
key=
"backend.from"
/>
<br>
<f:translate
key=
"backend.to"
/></th>
<th><f:translate
key=
"backend.subject"
/></th>
<th><f:translate
key=
"backend.entry_date"
/></th>
<th><f:translate
key=
"backend.last_sent"
/></th>
<th><f:translate
key=
"backend.entry_date"
/>
<br>
<f:translate
key=
"backend.last_sent"
/></th>
<th></th>
<th></th>
<th></th>
...
...
@@ -36,21 +34,17 @@
<sgm:backend.icon
table=
"tx_sgmail_domain_model_mail"
row=
"{mail}"
/>
</f:format.raw>
</td>
<td
nowrap=
"nowrap"
>
<a
href=
"#"
onclick=
"{editOnClick}"
>
<span>
{mail.from_address}
</span>
</a>
</td>
<td>
<span>
{mail.from_address}
</span>
<br>
<span>
{mail.to_address}
</span>
</td>
<td>
<span>
{mail.mail_subject}
</span>
<span>
<f:format.crop
maxCharacters=
"40"
append=
"..."
>
{mail.mail_subject}
</
f:format.crop></
span>
</td>
<td>
<span><f:format.date
format=
"d.m.Y h:i"
>
{mail.crdate}
</f:format.date></span>
</td>
<td>
<br>
<span><f:format.date
format=
"d.m.Y h:i"
>
{mail.tstamp}
</f:format.date></span>
</td>
<td
nowrap=
"nowrap"
class=
"col-control"
>
...
...
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