Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rtir
Commits
4d53db51
Commit
4d53db51
authored
Mar 24, 2014
by
Kevin Falcone
Browse files
Merge branch '3.0/ips-and-addresses-textarea' into 3.0.1-releng
parents
0932c967
fedd565c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
html/RTIR/Tools/ScriptedAction.html
html/RTIR/Tools/ScriptedAction.html
+4
-10
No files found.
html/RTIR/Tools/ScriptedAction.html
View file @
4d53db51
...
...
@@ -74,6 +74,8 @@
<
&|
/
Widgets
/
TitleBox
,
contentbg =
>
"#cccccc"
,
title =
>
loc("Identify
Recipients
")
&
>
<table
border=
"0"
cellpadding=
"0"
cellspacing=
"2"
>
% my $height = RT->Config->Get('MessageBoxHeight', $session{'CurrentUser'} ) || 15;
% my $wrap = RT->Config->Get('MessageBoxWrap', $session{'CurrentUser'} ) || 'SOFT';
% if ($loop eq 'IP') {
<tr>
<td
class=
"label"
>
WHOIS:
</td>
...
...
@@ -90,22 +92,14 @@
<
&|/
l
&
>
IP Addresses
</
&
>
:
<br
/><small>
arg:
<i>
_IP_
</i></small>
</td>
<td
class=
"value"
>
% if (exists $ARGS{IPs}) {
<
&
/
Elements
/
MessageBox
,
Name=
>
"IPs"
,
Width =
>
30,
Default=
>
$ARGS{IPs},
IncludeSignature =
>
0,
%
ARGS
&
>
% } else {
<
&
/
Elements
/
MessageBox
,
Name=
>
'IPs'
,
Width =
>
30,
IncludeSignature =
>
0
&
>
% }
<textarea
autocomplete=
"off"
cols=
"30"
rows=
"<% $height %>"
wrap=
"<% $wrap %>"
name=
"IPs"
id=
"IPs"
><
%
$
ARGS
{
IPs
}
||
''
%
></textarea>
</td>
</tr>
% } else {
<tr>
<td
class=
"label"
><
&|/
l
&
>
Addresses
</
&
>
:
<br
/><small>
arg:
<i>
_ADDR_
</i></small></td>
<td
class=
"value"
>
% if (exists $ARGS{Addresses}) {
<
&
/
Elements
/
MessageBox
,
Name=
>
"Addresses"
,
Width =
>
30,
Default=
>
$ARGS{Addresses},
IncludeSignature =
>
0,
%
ARGS
&
>
% } else {
<
&
/
Elements
/
MessageBox
,
Name=
>
'Addresses'
,
Width =
>
30,
IncludeSignature =
>
0
&
>
% }
<textarea
autocomplete=
"off"
cols=
"30"
rows=
"<% $height %>"
wrap=
"<% $wrap %>"
name=
"Addresses"
id=
"Addresses"
><
%
$
ARGS
{
Addresses
}
||
''
%
></textarea>
</td>
</tr>
% }
...
...
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