Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab has been upgraded to v13.9
🎉
. Enjoy
Open sidebar
ACF
acf-freeswitch-vmail
Commits
8c0d5989
Commit
8c0d5989
authored
Nov 20, 2013
by
Ted Trask
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary styles from tablesorter header row
parent
5e5e4c6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vmail-listmessages-html.lsp
vmail-listmessages-html.lsp
+1
-1
vmail-listusers-html.lsp
vmail-listusers-html.lsp
+1
-1
No files found.
vmail-listmessages-html.lsp
View file @
8c0d5989
...
...
@@ -271,7 +271,7 @@ end
</td></tr></table>
<TABLE id="list" class="tablesorter"><THEAD>
<TR
style="background:#eee;font-weight:bold;"
>
<TR>
<TH></TH>
<TH>Action</TH>
<TH>Date</TH>
...
...
vmail-listusers-html.lsp
View file @
8c0d5989
...
...
@@ -26,7 +26,7 @@ html = require("acf.html")
<h1>Users</h1>
<DL><TABLE id="list" class="tablesorter"><THEAD>
<TR
style="background:#eee;font-weight:bold;"
>
<TR>
<TH>Action</TH>
<TH>Extension</TH>
<TH>First Name</TH>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment