Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-sla
Commits
2d90ba67
Commit
2d90ba67
authored
May 05, 2009
by
Ruslan Zakirov
Browse files
show user using a component
* show some simple form
parent
3b1e96bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/Tools/Reports/SLA.html
View file @
2d90ba67
...
...
@@ -12,8 +12,10 @@
</tr>
% while ( my ($owner, $stats) = each %$result ) {
% my $user = RT::User->new( $session{'CurrentUser'} );
% $user->Load( $owner );
<tr>
<td><
%
$
own
er
%
></td>
<td><
&
/
Elements
/
ShowUser
,
User =
>
$us
er
&
></td>
% my $i = 1;
% foreach ( map $stats->{ $_ }, grep $i++%2, @columns ) {
<td><
%
$
_
||
0
%
></td>
...
...
@@ -22,6 +24,11 @@
% }
</table>
<form
method=
"post"
action=
"SLA.html"
>
<
&|/
l
&
>
Query
</
&
>
:
<textarea
cols=
"60"
rows=
"20"
name=
"Query"
><
%
$
Query
%
></textarea>
<
&
/
Elements
/
Submit
,
Label =
>
loc('Update
report
')
&
>
</form>
<
%
ARGS
>
$Query => undef
</
%
ARGS>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment